Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OL tag not working

Status
Not open for further replies.

gio2888

Technical User
Oct 26, 2000
64
US
I declare this OL tag with the following properties.
OL {
COLOR: #000000;
FONT: 12px verdana,arial,helvetica,geneva,sans-serif;
LINE-HEIGHT:17px;
LIST-STYLE-IMAGE: url(images/dot.gif);
LIST-STYLE-POSITION: outside;
}

The properties are not showing up in DreamWeaver...can any one tell me why? I basically took the same properties from the UL tag that was already in the css file, and created one for OL, but its not showing up.

Wayne
 
dont you need quotes around the image name??

LIST-STYLE-IMAGE: url("images/dot.gif");

also...are you sure you can apply an image to an ordered list?? Why not simply use a <UL> if you are replacing the default count with an image?? Tony
reddot.gif WIDTH=500 HEIGHT=2 VSPACE=3

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top