IE & & 8 display problem using float:left & float:right
Posted: Fri May 10, 2013 10:49 am
Hi, I have a css problem with IE7 & IE8
The website
In IE9 + and all the major browsers the Logo floats right and the menu left.
When viewed on mobile protrait the logo and menu are one above the other.
Can anyone tell me the hack or css code to stop the two items displaying on top of each other in IE 8 or less?
Current CSS
Appreciate all help.
The website
In IE9 + and all the major browsers the Logo floats right and the menu left.
When viewed on mobile protrait the logo and menu are one above the other.
Can anyone tell me the hack or css code to stop the two items displaying on top of each other in IE 8 or less?
Current CSS
Code: Select all
div#logo {
float: right;
margin: 0;
width:185px;
}
div#menu_vert {
float: left;
margin: 0;
padding: 0;
width:185px;
}