Forums

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

Home Forums CSS [Solved] ie issue

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #164765
    Manojnaanak
    Participant

    Hello Everyone,

    There is an issue of footer in IE .it’s working well in rest of browsers.

    please tell me solution of it.

    it is link: http://195.159.227.100/smartteppeabo/index.aspx

    #164766
    Paulie_D
    Member

    Please describe the problem instead of just giving a link.

    Also, clarify which versions of IE have the issue.

    #164767
    Manojnaanak
    Participant

    Hello Paulie_D

    IE9. Alignment of footer is not right. it is going up side.

    first u see it in chrome then in IE you will go understand eveything.

    #164770
    jkinney768
    Participant

    You’re having issues with your clearfix. Something in your main content area is probably not getting cleared properly. I prefer baking my clearfixes right in to specific modules instead of trying to use a clearfix class all over my html so I don’t run in to these kinds of problems and have to rely on remembering to always add in that class.

    Anyway, if you add overflow: hidden; to .container_24, that will cause it to clear itself and fix your problem.

    #164862
    Manojnaanak
    Participant

    It is working :)

    Thank you very much jkinney768

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