In the css of http://www.portretkunst.be/contact.php I used the css style float=left twice to have the left div with the select options and the contact form and the text div next to eachother.
This is the css of the div that contains both:
This is the css of the div of the left content (select options and contact form):Code:#global {background-color: #fff;position: relative;width: 800px;margin: 0 auto;text-align: left;font-size: 10px;}
This is the css of the div that contains the plain text:Code:#select {float:left;top: 200px;width: 225px;margin-left:40px;padding-top:25px;}
My problem is that this works perfectly in MSI7, but in MSI6 the two divs are shown on top of eachother, instead of side by side.Code:#text {float: left;position:relative;margin-bottom:20px;}
Does something needs to be added in order to have the same visual result in both MSI6 and MSI7 ?



Reply With Quote

Bookmarks