Re: [WSG] Background image in li not showing in IE

2005-06-19 Thread Peter Ottery
Cole wrote: I've got a small background icon that I've hooked to a few li's. Displays as planned in FF, but doesn't display at all in IE6. Any ideas how I can fix this in IE?not sure if youve solved this by now but often i find if you specify a background colour (instead of transparent), IE will

Re: [WSG] Background image in li not showing in IE

2005-06-19 Thread Cole Kuryakin - x7m
Thanks for all the suggestions Peter. I hadn't gotten it fixed until I set the width of the li as per your suggestion. Now the bullets show up in IE as desired. Cole - Original Message - From: Peter Ottery To: wsg@webstandardsgroup.org Sent: Monday, June 20, 2005

Re: [WSG] Background image in li not showing in IE

2005-06-19 Thread Andrew Krespanis
Other fixes for this problem are as follows: li { position:relative; } li { height:1%; } li { zoom:1.0; } Applying borders may also fix the problem, I haven't tested that one as it's a bad solution anyway -- changing the design to fix a bug isn't cool at all; plus IE can't handle transparent

[WSG] Background image in li not showing in IE

2005-06-18 Thread Cole Kuryakin - x7m
I've got a small background icon that I've hooked to a few li's. Displays as planned in FF, but doesn't display at all in IE6. Here's the HTML snippet: ulli class="signInOptions"Admin Area data includes Guestbook Entries, Read A Chapter contacts, and Email contacts./li/ul Here's the