# Stupid ie

**URL:** https://forum.kirupa.com/t/stupid-ie/208379
**Category:** Uncategorized
**Created:** [November 28, 2006, 3:23am UTC](https://forum.kirupa.com/t/stupid-ie/208379 "2006-11-28T03:23:07Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Mak\_Valley](https://avatars.discourse-cdn.com/v4/letter/m/c4cdca/32.png) [@Mak\_Valley](https://forum.kirupa.com/u/Mak_Valley)
#### Post date: [November 28, 2006, 3:23am UTC](https://forum.kirupa.com/t/stupid-ie/208379/1 "2006-11-28T03:23:07Z")

</div>

[http://www.mintechrepair.com/new/index.php](http://www.mintechrepair.com/new/index.php)

works perfectly in safari, opera, and firefox…  
in ie the content just flows right over the border on the right along with the pictures (i use float:right)… ie seems to have no care for css dimensions… the stylesheet is located at [http://www.mintechrepair.com/new/mintechstyles.css](http://www.mintechrepair.com/new/mintechstyles.css) if somebody would be kind enough to check it out for me…

basically my code looks like this… (not actual code… just my workflow)

```auto

<div id="banner"><span class="login">Login area</span><span class="tabs">My tabs</span><span class="banner"><img src="banner"></span></div>
<div id="sublinks">this is my sub links section</div>
<div id="content"> and this is my content area.. there's always one photo being displayed that's supposed to float to the right of the content section</div>

and my stylesheet looks like:
#content {
max-width:700px;
}
#banner {
background-image:url('myimage');
}
.banner img{
float:right;
}

```

hopefully the coding above provides enough to make a diagnosis on the problem and i won’t have to restructure anything… thanks
