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