View Single Post
Old 06-16-2002, 04:03 PM   PM User | #1
Graeme Hackston
Regular Coder

 
Join Date: Jun 2002
Posts: 624
Thanks: 0
Thanked 0 Times in 0 Posts
Graeme Hackston is an unknown quantity at this point
List Bullet Image Question

This isn't a problem but I'm wondering why a custom bullet image can be used without the height and width attributes.

Should I be preloading the image with its dimensions or does it not matter?

ul
{list-style: inside url("bullet.gif"); padding: 0; margin: 0;}
Graeme Hackston is offline   Reply With Quote