Forums

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

Home Forums CSS css div can not work on IE7 well

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

    Hi,

    i want to create a table via css div,and i follow the article http://linuxandfriends.com/2009/04/04/how-to-style-div-elements-as-tables/ to do,

    it can work on chrome and IE8,IE9 well,

    but the table will not work on IE7,i think it may also not work for IE6…etc,

    does anyone know how to fix it and let IE7 to support the div css table ?

    thank you

    #110989
    Paulie_D
    Member

    My question first would be **WHY** do you want to create a table using CSS divs?

    What problem are you trying to solve?

    If you are displaying actual data then use a table.

    If not, perhaps there is a better way to solve your problem than doing a lot of really unnecessary coding and hacking to get it working in IE7/6.

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