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;
}