FF and IE look different! PHPLD Template Error!

Discussion in 'Directories' started by Michael., Aug 25, 2006.

  1. #1
    How can i make the Sponsors on the bottom of the page (like viewed on IE). And on IE how can i make the sub-cats look like FF (not bold)?

    Firefox view:

    [​IMG]

    IE view:

    [​IMG]
     
    Michael., Aug 25, 2006 IP
  2. mines

    mines Well-Known Member

    Messages:
    1,127
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    160
    #2
    if your sub cats have a certain class, do:

    .classname {
    font-weight: normal;
    }

    edit - try:
    .subcats a {
    font-weight:normal;
    }

    but in the actual anchor tag you've got "<a style="color:#4486DB;text-decoration: none; font-weight: normal; font-size: 8pt;" href="Shop/Clothing/">Clothing</a>" anyway, so not sure... *confused*

    Actually, in IE for me they appear non bold (normal) anyway. Dunno what you're talking about :)
     
    mines, Aug 25, 2006 IP