[WSG] List background images disappearing

2006-10-13 Thread Taco Fleur
Title: Website design - Pacific Fox I am having some trouble with list background images disappearing on http://development.clickfind.com.au/contact-us.cfmand http://development.clickfind.com.au/why-clickfind.cfm ol.styled li {list-style-type: none;background-position:

Re: [WSG] List background images disappearing

2006-10-13 Thread John Faulds
It's a hasLayout issue. Try this: ol.styled { list-style: none; margin-left: 0; padding-left: 0; } ol.styled li { background-position: 0 0; background-repeat: no-repeat; padding: 2px 0 2px 30px; margin-bottom: 0.5em; } * html ol.styled li { height: 1%; }

RE: [WSG] List background images disappearing

2006-10-13 Thread Taco Fleur
background images disappearing It's a hasLayout issue. Try this: ol.styled { list-style: none; margin-left: 0; padding-left: 0; } ol.styled li { background-position: 0 0; background-repeat: no-repeat; padding: 2px 0 2px 30px; margin-bottom: 0.5em; } * html ol.styled li