ie7 put some extra right margin on super fish menu

I have developed a businees website that is based on drupal I inegrated superfish menu on it however it puts some extra margin when preview ie6 and ie7 In ie8 and other browsers render it nicely could please you help me fix that issue ?

live website preview site

how it appear in ie7 and ie6 http://i51.tinypic.com/mrtydv.jpg

HI,

Its probably the float rule that you have in the IE only stylesheet.


#block-menu-menu-hizmetler  ul li a {
    color: #FFFFFF;
    display: block;
    padding: 0 5px;
    text-decoration: none;
[B]    float:left;[/B]
}

Try removing that and see how it goes :slight_smile: