Previous Message
Next Message

list style image will not show up!

Sent by Craddock, Melissa on 11 March 2005 20:08


I cannot get the list style image to show up. Instead of displaying the
image, it just shows the default disc bullet. I do not have a style
attached to just ol,ul or li so I don't understand.  My CSS code is as
follows (the html is below it):
 
#std-nav-topic {
 margin: 0 0 0 10px;
 padding: 0 0 0 15px;
 border: 0;
}
 
#std-nav-topic ul  {
 margin: 0;
 padding: 0;
 text-align: left;
 border: 0;
}
 
#std-nav-topic ul li  {
 list-style: none url(../images/core/arrow.gif) inside;
 margin: 0;
 padding: 0;
}
 
#std-nav-topiccontainer ul li a {
 text-decoration: underline;
}

The HTML is
 
        <div id="std-nav-topic">
        <table width="100%"  border="0" cellspacing="0" cellpadding="0">
         <tr>
         <td>
         <ul>
         <li><a href="destinat.htm"
id="destinations">Destinations</a></li>
         <li><a href="vaccinat.htm"
id="vaccinations">Vaccinations</a></li>
         </ul>
         </tr>
         </td>        
         </table>
         </div>
 

Melissa H. Craddock
Centers for Disease Control and Prevention (CDC)



______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: