Bullet Points for IE7

Soldato
Joined
12 Jan 2006
Posts
5,610
Location
UK
Hi all

Just working finishing some things on a site called www.armaghmarble.com. I have an issues with the small bullet points on the nav wont show up in IE7, but work fine using firefox.

Does anyone have any ideas how to fix this? I can post code etc if you need it.
 
Also i have a problem with the hovers.

If i hover over a link the text changes to blue which works fine. But if i click on a link i want it to stay a different colour so its tell the user where they are. But if i click a different link the already visited one changes back to white.
 
This might sound obvious but have you tried giving the li item in your CSS the list-style-type property value 'circle'

i.e

li {list-style-type:circle;}

I checked your CSS and can't see anything relating to the li entities

Will give this a go now.

Thanks for the help all.
 
Back
Top Bottom