FireFox vs IE

Discussion in 'HTML & Website Design' started by SEOdir.net, Jun 25, 2007.

Thread Status:
Not open for further replies.
  1. #1
    Hello,
    Can you pelase tell me what to do to display the template proper on IE and the same on Firefox ?

    http://www.seodir.eu :(

    Thank you ;)
     
    SEOdir.net, Jun 25, 2007 IP
  2. Machi

    Machi Active Member

    Messages:
    540
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    60
    #2
    Experiment, experiment and experiment... Template with high quality XHTML and CSS are often displayed properly at least in newest Firefox, Opera and IE7... anyway for all IE browsers you can make own stylesheet with if IE x ... more info fe. on: positioniseverything.net/articles/multiIE.html
     
    Machi, Jun 25, 2007 IP
  3. Katy

    Katy Moderator Staff

    Messages:
    3,490
    Likes Received:
    513
    Best Answers:
    7
    Trophy Points:
    355
    #3
    .header {
    /* Firefox styles go here */
    }

    * html .header {
    /* IE styles go here */
    }

    Easy. ;)
     
    Katy, Jun 25, 2007 IP
  4. SEOdir.net

    SEOdir.net Banned

    Messages:
    2,549
    Likes Received:
    105
    Best Answers:
    0
    Trophy Points:
    173
    #4
    Ok I will experiment, what do you think about the template ? :)
     
    SEOdir.net, Jun 25, 2007 IP
  5. Machi

    Machi Active Member

    Messages:
    540
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    60
    #5
    Katy: But this is not CSS valid
    SEOdir.net: Looks very nice :)
     
    Machi, Jun 25, 2007 IP
  6. SEOdir.net

    SEOdir.net Banned

    Messages:
    2,549
    Likes Received:
    105
    Best Answers:
    0
    Trophy Points:
    173
    #6
    I will make it CSS valid when I complete the template :)
     
    SEOdir.net, Jun 25, 2007 IP
  7. Katy

    Katy Moderator Staff

    Messages:
    3,490
    Likes Received:
    513
    Best Answers:
    7
    Trophy Points:
    355
    #7
    I like the color scheme and your header and footer. :) But you could add your site name just beside your logo, cos I don't see what's your site name. :)

    If you code it the right way it will be. ;)
     
    Katy, Jun 25, 2007 IP
  8. Machi

    Machi Active Member

    Messages:
    540
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    60
    #8
    Katy: Oh, you are right, but I thing that's still better to use if IE x cause you can set version of browse (or older than, younger than,...).

    * html .header works just for IE6 or IE7 too? Thanks...
     
    Machi, Jun 25, 2007 IP
Thread Status:
Not open for further replies.