[css-d] list-style problem on IE 7

2008-01-17 Thread Big Moxy
Hi all! I hope someone can tell me how I can fix this. This page views perfectly on FF - http://www.woodstone-homes.com/communities/red-oak-farm-test/?id=5 however on IE 7 the right menu items have squares in front of them. list-style is set to none. Initially list-style was set only on

Re: [css-d] list-style problem on IE 7

2008-01-17 Thread Valerie Wininger
Yes. That's how I found the issue. Just google IE7 Developer Toolbar. Glad I could help! Valerie On Jan 17, 2008 1:38 PM, Big Moxy [EMAIL PROTECTED] wrote: Rick and Valerie, Thank you for pointing out the list-style-image inheritance! Can someone also address the additional spacing at

Re: [css-d] list-style problem on IE 7

2008-01-17 Thread Rick Faircloth
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Big Moxy Sent: Thursday, January 17, 2008 12:46 PM To: CSS Discussion Subject: [css-d] list-style problem on IE 7 Hi all! I hope someone can tell me how I can fix this. This page views perfectly on FF - http://www.woodstone

Re: [css-d] list-style problem on IE 7

2008-01-17 Thread Valerie Wininger
Try adding list-style-image:none; to .rightcommunity li and .rightcommunity li a. It appears to be inheriting the list-style-image from the #newslist selector. Valerie On Jan 17, 2008 12:46 PM, Big Moxy [EMAIL PROTECTED] wrote: Hi all! I hope someone can tell me how I can fix this. This

Re: [css-d] list-style problem on IE 7

2008-01-17 Thread Holly Bergevin
From: Big Moxy http://www.woodstone-homes.com/communities/red-oak-farm-test/?id=5 From: Rick Faircloth [EMAIL PROTECTED] So, add padding-left:-20px; to both the .rightcommunity ul and .rightcommunity li styles and your menu should move to the left 20px and be centered. Please don't do this.

Re: [css-d] list-style problem on IE 7

2008-01-17 Thread Rick Faircloth
that in the end. Rick -Original Message- From: Holly Bergevin [mailto:[EMAIL PROTECTED] Sent: Thursday, January 17, 2008 9:43 PM To: Big Moxy; 'CSS Discussion'; Rick Faircloth Subject: Re: [css-d] list-style problem on IE 7 From: Big Moxy http://www.woodstone-homes.com/communities/red-oak

Re: [css-d] list-style problem on IE 7

2008-01-17 Thread Gunlaug Sørtun
If the CSS doesn't display properly, then it's truly invalid. But, if the CSS works on the screen, that's the true test of validity. There's a problem with such a validity statement, in that the browser behind the screen may be (and in this particular case in fact is) broken. If we rely