CSS bullets Q
CSS bullets Q
- Started
- Last post
- 7 Responses
- ********
my css validated but why wont my bullets show up on IE , anyone?
http://www.episdfund.org/inde.ph…
- TheBlueOne0
You didn't pay the bullet tax to MS?
- TheBlueOne0
Maybe bc you have this:
list-style: none url(../images/nav_bullet.gif);
- restlessdesign0
try changing list-style: none url('...') to list-style: url('...');
- TheBlueOne0
And pay that damn bullet tax like the rest of us...
- gabriel20
It looks like you might be having margin/padding issues. I've found that using a background image in each li is far more effective and consistent than trying make the bullet an image:
- ********0
no luck , is the tax deductible for a non profit!
- ********0
thnks gabriel2 , my name is gabriel too .. ill give that a shot