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;}
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;}
Comment