Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Disappearing borders in IE6/IE7

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23572
    daGUY
    Member

    This is bizarre. I have a containing div that holds three smaller divs floated left (for columns). The HTML looks like this:

    Code:
    Content
    Content
    Content
     

    The empty div at the end is just a clear; I need it because without it, #bottom has no height.

    Anyway, #bottom has a top border. In IE6 and IE7, the border doesn’t appear. I determined that for some reason, the presence of the clearing div causes the border to disappear.

    Does anyone know why this is, or how to get around it? The presence of the clearing div shouldn’t have any effect on the border, right? In Safari and Firefox, the border always displays, regardless of the clear.

    #51034
    Jonz
    Member

    first of all try to remove the space entity in the clear div.
    Next can you post the css for the floats and bottom div

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.