seious div / layout problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jezternz
    New Member
    • Jan 2008
    • 145

    seious div / layout problem

    Okay, basicly for some reason firefox renders a white line (of exactly 5 pixels in height along my page. Does not do this in IE, im not saying its a problem of firefox. but watever it is, Its not doing what I want it to in FF.

    Snippet of HTML
    [HTML]
    <div id="bracket_des ign">
    <iframe src="edit/edit.htm" scrolling="auto " frameborder="0" id="designframe "></iframe>
    <!-- PROBLEM HERE ~ RANDOM WHITE SPACE -->
    <div id="design_spli t" class="open">
    <div id="design_bar" >
    <div class="iconhold er">
    <img src="./css/icons/arrow_down.png" alt="shrink bar" id="dbardown"/>
    </div>
    </div>
    <div id="design_cont ent">
    Visual
    </div>
    </div>
    [/HTML]

    Its quite a large page so i only put the area with the problem is in. I am so confused, cause no-where on my page is there a white element. it renders white space. even if i change body + html to red and every other element on the page. It still renders it as white.
    I have done some tests using javascript, to get the offsets, there is no margin or padding after the iframe. and the iframes height + offsetheight + 5 pixels (no idea why) is where the next div starts.

    If you want my css, then ask. but there aint no margin or padding. and theres quite alot.

    Has anyone come accross anything like this before?

    thanks, Josh :(
  • Jezternz
    New Member
    • Jan 2008
    • 145

    #2
    Well that was strange. I put the frame in a div element, and it was fine in both ie and ff :S
    Sorry if i wasted someones time.

    Cheers, Josh

    Comment

    Working...