Shadow text Compatible IE
Create the shadow effect without having to add repeated text and without text-shadow property. h1.shadowtitle { position:relative; height:1em; } h1.shadowtitle span { position:absolute; left:-1px;...
View ArticlejQuery plugin FullCalendar
FullCalendar is a jQuery plugin that provides a full-sized, drag & drop calendar like the one below. It uses AJAX to fetch events on-the-fly for each month and is easily configured to use your own...
View ArticleHow to Create a Simple single level menu using CSS
In this mini tutorial I will explain how to create a menu with css. Demo works in Safari, Chrome, Opera, Firefox, IE6 and IE7. html code : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
View ArticleHow to create a jQuery Vertical Scroll
in this small example I’ll tell you how to use jQuery Vertical Scroll to create your portfolio or other. Code Html: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
View Articlehorizontal menu style dropdown with jquery
In this mini tutorial I’ll show you a small example on how to make a dropdown menu with jquery, works for all browsers, including IE 6 . Code HTML: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
View ArticleHow to create a simple Lava Lamp Menu with jQuery
I will present in this article an example for how to create a menu with Lava Lamp jQuery . Code HTML: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">...
View ArticleJQuery Plugin to integrate delicious into any web site
Delectable is a jQuery plugin designed to integrate delicious into any web site or project. You can display any users latest delicious links quickly and easily. This plugin also has an advanced...
View Article8 Best and Useful Scripts Slideshow with jQuery
Here is a collection of the best slideshow scripts jQuery. Slideshow jQuery accessible | Snoupix Demo || Download Image Rotator with Description (CSS/jQuery) Demo || info Nivo Slider The Most Awesome...
View ArticleHow to create a facebook style footer
The popularity of social media has been booming in the past few years and Facebook definitely has climbed high to the top of the social network rankings. Facebook has many Ajax driven features and...
View ArticleHow to create a Drop-down menu using jquery
In this tutorial you will learn how to create a cool drop down menu using jquery. Code Html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
View ArticleHow to create an Under Construction Page with jquery
Here is a quick example to learn how to create an Under Construction page with jquery Code Html and Javascript : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
View ArticleFancy sliding tab menu
The Fancy Sliding Tab Menu is back and better than ever in Version 2 and this time I’ve included an idle state listener to bring all the tabs back to their normal state after a desired amount of time...
View ArticleCSS Rounded corner work in all browsers without images and javascript
How to create a Simple rounded corner in all browsers (ie6, firefox, google chrome, opera, safari and other) without images and no javascript. Code HTML <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
View ArticleHow to use firebug on internet explorer including ie6
Here is snippet that’ll help you using firebug on the famous browser (internet explorer 6). - Copy the code on your <head> </ head> <script type='text/javascript'...
View ArticleHow to use jQuery to create a font resize
Modifying and resizing the text of your web sites or blog sometimes can’t be easy or a loss of time. Web developers have been able to find a way to resize text of websites; they use a javascript code....
View ArticleHow to use css propriety font-face – work on differents browsers
How to use font-face on different browsers including IE 6. Code HTML : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">...
View Article