Trying to display two div's next to each other is causing issues in IE. Normally, this isn't a problem with other web browsers. However, the layout seems to be messed up and I'm pointing out the issue using red squares:
The div on the left has the class "head_narrow" and the image has the id "branche_header_image". Here's how my CSS is set up:
.head_narrow {width:380px; float:left;}
#branche_header_image {float:right;}
I've made sure that the combined width of both divs is smaller than the wrapper's width. Can anyone figure out what's happening?