Vertical Floating Menu With Accordion Effect Using CSS & jQuery

It is a combination of 3 types of menu styles, Floating, Sliding and Accordion with the css and jQuery.  The menu will appear in the screen as a floating menu, on mouse over the menu will slide(visible) from left to … Continue reading

Posted in Javascript, jQuery | Tagged , , , , , , , , , , | 1 Comment

Javascript Common Escape Sequences

It’s better coding practice to use escape sequences, because they make your code easier to read. Escape sequences are also useful for situations where you want to use characters that can’t be typed using a keyboard.

Posted in Javascript | Tagged , , , | Leave a comment

Cross-Browser CSS Gradients For Backgrounds

Posted in CSS | Tagged , | Leave a comment

Creating a simple fade over effect – JQuery

Here , i will tell you how to add a fade over /fade in effect to image button in jquery. its very simple…………………………… 1. Import jquery <script type=’text/javascript’ src=’http://yoursite.com/jquery.js’></script> 2. Add a div tag with image in it <div class=”fadeDiv”> … Continue reading

Posted in Javascript | Tagged , , , , , | Leave a comment

document.all vs document.getElementById

document.all() -  is a non-standard way of accessing DOM elements. It was introduced in Internet Explorer 4, because the W3C DOM hadn’t yet standardised a way of grabbing references to elements using their ID. By the time IE 5 came out, … Continue reading

Posted in Javascript | Tagged , , | 2 Comments
Page 1 of 212