Developer forum

Forum » Templates » disappearing bullits!

disappearing bullits!


Reply
Does anyone have ANY idea why my bullits suddenly disappear.
I have had this wierd problem before, but recently appearing on a product.
Backend shows bullits nicely .. source code has the tags (ul /li) .. but front-end: NO!

I have checked my css and Yes I take the bullits of the li in my menus using: list-style-type:none; but only -  and specifically - for the menus ..

Anyone with a guess on where to look next to solve this?

Replies

 
Reply
I asume that the ul/li tags are present in frontend when you view source? Have you tried removing the css where you set the list-style: none and see what happens? If the bullits appear, you know where the problem is. Otherwise feel free to post your css here for review.
 
Reply
Try using Firebug for Firefox and then selecting the one of the list items with the problem.
Then you can see to the right the CSS that affects your markup.

 

You must be logged in to post in the forum