>> 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. The padding property does not take negative values, and 
thus is invalid CSS.

The actual 'extra space' problem for IE is in the following selector - 

.rightcommunity li {
list-style: none;
list-style-position: outside; /*inside;*/ /* change this value to outside */
list-style-image:none;
}

~holly 
 
                   
______________________________________________________________________
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