Forums

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

Home Forums CSS [Solved] Align a list horizontally with IE7 – Bug?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #194379
    cgaraude
    Participant

    Hello. i spent my day trying to solve an horizontal list problem with Internet Explorer 7… and i’m back to square one. So i wonder if someone would have any ideas…

    Here is the problem, i try to align each article, Thumb/Title/IntroText, horizontaly. It works great on Chrome and IE9, but definitely not on IE7. I tried the *inline hack with *vertical-align:top and *zoom:1, but nothing happened. I reorganized the article part as a list. In fact i have no others ideas to test… So if someone could guide me on a track… i would be really grateful.

    The Page where is my problem : http://www.galerieclementinedelaferonniere.fr/Photographes

    [MOD EDIT – codedump removed]

    Thanks a lot in advance !

    #194382
    Senff
    Participant

    You’re using HTML5 elements (such as HEADER, SECTION, NAV, etc.), and IE7 is too old to understand that. You’ll need to include either Modernizr or HTML5shiv on your page.

    http://modernizr.com/
    https://github.com/aFarkas/html5shiv

    #194414
    cgaraude
    Participant

    Thx a lot Senff, i’m on a right track now !

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