|
Ok, on the BOTOX example page, you DO have bullets showing -- in Firefox (and probably Opera) so the lack of bullets is a problem in IE.
Add this to your CSS:
#main_content ul{
margin-left: 5px;
padding-left: 10px;
}
You will get your bullets back, actually all you're really doing is allowing them to show.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|