CSS Tutorial
Fix CSS Pseudo Hover Class For IE5.5 & IE6
The pseudo:hover class is most commonly used to hide and display content or change element styles based on user hover interaction with elements on a web site. The problem is that CSS pseudo hover class is from CSS2 and not CSS1 leaving IE5 and IE6 out in the cold. Here we will fix this issue and bring the pseudo hover class to these lackey browsers.
Top 20 Similar CSS Tutorials
CSS Class ID Tutorial
This tutorial covers classes and ids
CSS Class and ID Selector
Describes how to define CSS Class and ID Selectors and when is the proper time to use a class selector and an ID selector.
Basics »
How-To: Optimize Loading of Hover Images
Most web sites, when you hover over the link, the image loads, often creating a funny look however temporary.
There is a way to have those images load with the page but I can't remember how
That 'funny' look is the delay between the onHover event and the image being loaded
the easiest image hover effect, using css
There are many ways to accomplish an image hover, this just seems to be the easiest way to do it! Although it does have it's limitations, and the image being used has to be a relatively simple one.
Basics »






