How do I replace graphic rollovers with CSS rollovers to speed display and minimize HTTP requests.
B Bridgeburg Dec 11, 2006 #1 How do I replace graphic rollovers with CSS rollovers to speed display and minimize HTTP requests.
M Murray Dec 11, 2006 #2 You can either use text rollovers with pseudo-classes (use Google to read about them), or use graphics as the CSS background image for your <a> tags, and swap to different graphics with the a:hover pseudo-class.
You can either use text rollovers with pseudo-classes (use Google to read about them), or use graphics as the CSS background image for your <a> tags, and swap to different graphics with the a:hover pseudo-class.