Issue with formatting in Internet Explorer (float)

CVyasmin

New Member
Having a bit of an issue with formatting on internet explorerSite hereIn the header, all that stuff is supposed to appear in 1 row. In chrome and FF, it does, but when I open up ie9, it appears as a new line. I've tried changing the float, changing the display type and modifying the width and margin attributes but I can't get a fix on the issue.For the headRight class, even when I change the width, it doesn't change in IE and I'm not sure why.Code here:\[code\].headRight { width:650px !important; _width:600px!important; float:right;}.faderdiv{display:inline;float:right;margin-top: 35px !important;}.donate{display:inline;float:left;margin: 55px 90px 0 !important;}\[/code\]
 
Back
Top