Jump to content


Weird ie6 issue. It divides a div into smaller divs


2 replies to this topic

#1 z1freeride

    Young Padawan

  • Members
  • Pip
  • 6 posts

Posted 29 August 2007 - 03:17 PM

I put a border on my body_content div. But take a look at the screenshot. What's going on?


Posted Image

Posted Image

Edited by z1freeride, 29 August 2007 - 04:15 PM.


#2 Hoot

    * Hooty Tooty Fruit *

  • Members
  • PipPipPipPip
  • 1,346 posts
  • Gender:Male
  • Location:Canada
  • Interests:Making Websites, Working in 3D, Playing the Drums

Posted 29 August 2007 - 03:54 PM

are you able to post the source of the ie page, because I am positive it isn't really dividing a div into smaller ones. you're problem may have to do with not clearing the floated divs, put this in you're CSS and then add the DIV after you're floating div's are done and then see what happens. I am not positive it will work or not.

.clearer
{
	clear: both;
	width: 0px;
	height: 0px;
	font: 0px/0px monospace;
}

Hoot

#3 z1freeride

    Young Padawan

  • Members
  • Pip
  • 6 posts

Posted 29 August 2007 - 04:17 PM

Thanks hoot for the response. I tried your suggestion but couldn't get it to work. Maybe I put the div in the wrong place in the html code.

I upload another image with my code and the css for each div right next to it. In my css, the syntax is correct I just had to shorten it to fit in the image - so don't worry about that.

Thanks for you help!





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users