Sandy wrote:
> hi all,
>
> A site that I did a few years ago is having trouble in IE8.
> The contact button is shifting down, creating 3 rows of buttons instead 
> of two - contact on its own, the others on their 2 lines.
>
>   

You might try fleshing out your sitenav <ul>.  Seemed to do the trick in 
the small test I ran.

.sitenav ul { 
    width:278px;
    overflow:hidden;
    list-style:none;
    margin:0;
    padding:0;
}

----------------//
Shawn Lawler
Institute on Community Integration
University of Minnesota

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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