IE Table CSS Help

Discussion in 'CSS' started by caligrafx, Apr 29, 2009.

  1. #1
    I have a website "caligrafx.com" that I need some help with getting the table to look like it should in Internet Explorer "all versions".

    For some reason the whole table has been drop down and I can't seem to fix it. It looks great in firefox/flock and all, but IE always gives me issues. Any help would be great!

    Thanks,
    Adam
     
    caligrafx, Apr 29, 2009 IP
  2. bombmaster2

    bombmaster2 Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you can actually specify two different .css files dependent on if it is IE or Firefox. I think with javascript. do a search and you should find how to do it.
     
    bombmaster2, Apr 29, 2009 IP
  3. caligrafx

    caligrafx Active Member

    Messages:
    137
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    83
    #3
    Yes, I have tried that, but the table wont move up of me in IE for some reason. :confused:

    
    <!--[if IE]>
    <link rel="stylesheet" type="text/css" href="site-IE.css">
    <![endif]-->
    
    Code (markup):
     
    caligrafx, Apr 29, 2009 IP