[WSG] li problems in Firefox and Opera

2004-11-08 Thread Erietta Sapounakis
Hey there everyone Long time listener first time poster (with a question anyway). Here goes... I am having difficulty styling what should be a simple bulletted list in Firefox and Opera. IE is strangely displaying what I want. Unfortunately I can't upload the page (it does validate) but the CSS

Re: [WSG] li problems in Firefox and Opera

2004-11-08 Thread Patrick H. Lauke
Erietta Sapounakis wrote: #detail-tile li {list-style-type:circle; display:block; list-style-position:inside;} Remove display:block; Any display other than display:list-item; kills the bullets, as far as I'm aware... Patrick H. Lauke _

Re: [WSG] li problems in Firefox and Opera

2004-11-08 Thread Paul Connolley
Erietta Sapounakis wrote: Hey there everyone Hi Erietta [snip] #detail-tile ul {margin-top:1em;} #detail-tile li {list-style-type:circle; display:block; list-style-position:inside;} [snip] div id=detail-tile...[snip rest] Ultimately the problem lies within in your li statement:

Re: [WSG] li problems in Firefox and Opera

2004-11-08 Thread Erietta Sapounakis
Thanks for the responses Paul and Patrick. Paul, I have uploaded it on the following URI: html: http://www.cyberworx.biz/recollections/product-detail/product-detail.html css: http://www.cyberworx.biz/recollections/recollectionstyles.css Extreme thanks for your offer to have a look see. erietta