Forums

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

Home Forums CSS Overflow hidden issues in IE8

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #39035
    cworsley4
    Member

    Hello everyone, I’ve never posted anything here, so first post. I am having some serious overflow hidden issues with my website. Currently the site is live at honeybeesfrozenyogurt.com (I know I know, I should never put up an uncompleted website!) First of all this website uses the jQuery Coda Slider plugin so some of the inline stiles are generated dynamically. The first thing that I need to address is IE8 not honoring the overflow:hidden rule stated in the parent div (section). I don’t know if fixing this will remedy the whole thing but it will certainly give me direction. Let me know if you have any suggestions. I would really appreciate it.

    #106643
    SgtLegend
    Member

    Your site doesn’t actually work because your using HTML5 elements without a shiv which is causing all the unexpected behavior your experiencing, what you need to do is go to http://code.google.com/p/html5shiv/ and download the shiv then include it in your tags.

    Once you have done that things should start to work correctly again.

    #106670
    cworsley4
    Member

    You sir are nothing less than a saint! Worked like a charm

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