it appears incorrect on Netscape.

Discussion in 'CSS' started by OPETH, Oct 2, 2008.

  1. #1
    i have a named www.htmlturk.com .

    it appears incorrect on netscape browser. What i should to correct it?it appears correct on other browsers(opera,ie,firefox).
     
    OPETH, Oct 2, 2008 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    Describe how it is incorrect on Netscape; be specific. Which version of Netscape? Better question, why Netscape?
    Support ended March 1, 2008. That's the surest sign an application is not only dead, but buried.

    cheers,

    gary
     
    kk5st, Oct 2, 2008 IP
  3. OPETH

    OPETH Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    it is version of Netscape 8.1.3.
    By the way, Dont use netscape any more?
     
    OPETH, Oct 2, 2008 IP
  4. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #4
    Netscape 8.1 uses the Gecko 1.7 rendering engine. That's two major revisions out of date, and roughly equivalent to Firefox 1.5. Firefox 2 uses the 1.8 engine, and Firefox 3 uses the 1.9 engine.

    Don't even bother with Netscape any more.

    cheers,

    gary
     
    kk5st, Oct 2, 2008 IP
  5. mypsdtohtml

    mypsdtohtml Guest

    Messages:
    96
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hi

    If this XHTML CSS appears incorrect in Netscape is because is an old browser, don't bother so much
     
    mypsdtohtml, Oct 3, 2008 IP
  6. OPETH

    OPETH Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    #ustmenu ul li a {
    word-spacing:3px;
    height:30px;
    padding :3px;
    background-image : url('menufonyesil.jpg');background-repeat:no-repeat;
    color :#000052;
    font-weight:500;
    text-decoration : none;
    float : left;
    border-right : 2px dotted #000066;
    padding-left : 10px;
    padding-right : 10px;
    }


    it appear correct on netscape when i put height:20px instead of height:30px.
    ustmenu in turkish= topmenu in english
     
    OPETH, Oct 3, 2008 IP
  7. steelfrog

    steelfrog Peon

    Messages:
    537
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Probably an issue with the padding and borders being discarded when the height is calculated; to be honest, I really wouldn't bother trying to code anything for Netscape unless they're part of your key demographic (e.g., a Netscape-users' club or something)

    However, if you really want to, you can wrap your menu in a container and apply the padding and border to that rather than then menu or use some other hack.
     
    steelfrog, Oct 3, 2008 IP
  8. OPETH

    OPETH Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    i have decided to uninstall on my pc. i already didnt like it.
     
    OPETH, Oct 3, 2008 IP