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
Wordpress navigation menu with rollovers
In this tutorial we will just create a basic text link navigation menu for the pages in a wordpress blog and then apply CSS to make it look all nice with rollover effects.
CSS Shorthand Properties
One of the main advantages of using CSS is the large reduction in web page download time. To style text, you used to have to use the <font> tag over and over again. You probably also laid out your site with tables, nested tables and spacer gifs. Now all that presentational information can be placed in one CSS document, with each command listed just once.