Pic size problem

B

Bridgeburg

How do I replace graphic rollovers with CSS rollovers to speed display and
minimize HTTP requests.
 
M

Murray

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.
 
Top