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 the top and bottom of the middle
> section? Again this only occurs on IE 7.
>
> Is there an IE tool, like Firefox developer tools to view the CSS as it is
> resolved for a div?
>
> Thank you,
> Tim
>
>
> Valerie Wininger wrote:
>
> 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 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
> > .rightcommunity li but then after seeing the problem on IE I added it to
> > the others.
> >
> > .rightcommunity ul {
> >    margin: 0;
> >    padding: 0;
> >    list-style-position: inside;
> >    text-align: center;
> >    height: 210px;
> >    list-style: none;
> > }
> > .rightcommunity li {
> >    list-style: none;
> >    list-style-position: inside;
> > }
> > .rightcommunity li a {
> >    color: #4A3510;
> >    list-style: none;
> >    text-decoration:none;
> > }
> > .rightcommunity li a:hover {
> >    color: #4A3510;
> >    list-style: none;
> >    text-decoration:underline;
> > }
> > .rightcommunity li a:visited {
> >    color: #4A3510;
> >    list-style: none;
> >    text-decoration:none;
> > }
> >
> > Thank you!
> > Tim
> >
> > ______________________________________________________________________
> > css-discuss [ [EMAIL PROTECTED]
> > http://www.css-discuss.org/mailman/listinfo/css-d
> > List wiki/FAQ -- http://css-discuss.incutio.com/
> > List policies -- http://css-discuss.org/policies.html
> > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
> >
>
>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to