Forums

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

Home Forums CSS IE 7 extra space

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37543
    aoeui
    Participant

    hi

    screenshot
    http://minus.com/mbaGTwTDjz/12f

    I am using IE9 + developer bar (or how they call it) to run IE7 / IE8 engine
    krsiak.cz/weby/karelpukl/

    for some reason I get in IE7 extra space at the bottom
    in which case I have no idea where is it coming from

    #101222
    Senff
    Participant

    This part of your code is causing it:

    .ie7 .floatright {height:307px;}

    Since there is a div with that class in your footer, it adds that to the height of your footer (and therefore to the height of your page). Not sure why you would put that height on that class in the first place but if you have a good reason for that, just set overflow:hidden; on the footer.

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