Links and text not active in firefox using div & css

Discussion in 'HTML & Website Design' started by khukuriman, Jun 26, 2006.

  1. #1
    I tried my first DIV website project.
    It was not easy. Really the multi browser compatibily has shooked me.
    And here is what I cannot solve myself and need yours help.

    Please go to this link below.
    http://www.hostcrafting.com/codeartsnepal/sag/

    The page works well in IE, but when it comes to firefox or opera the hyperlink is not active.
    I have used three css files.

    http://www.hostcrafting.com/codeartsnepal/sag/styles/style.css
    http://www.hostcrafting.com/codeartsnepal/sag/styles/font.css
    http://www.hostcrafting.com/codeartsnepal/sag/styles/links.css

    Please help me why it is happhning. What is the problem ?
    May be css.
     
    khukuriman, Jun 26, 2006 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    I found no problems with the links in Firefox.

    I do think you need to learn html. The markup has no relation to the meaning or the structure of the content, except, oddly enough, the table of jobs. :)

    Please be more specific, if I missed something.

    cheers,

    gary
     
    kk5st, Jun 27, 2006 IP
  3. seolid

    seolid Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    verify the width of your DIVs and make sure they are not overlapping each other, disabled links is usually caused by overlapping DIV's. You may try to play around with the z-index of the DIV's in order to place them in the 3D space properly.

    Hope this help
     
    seolid, Jun 27, 2006 IP
  4. khukuriman

    khukuriman Guest

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Yeah !
    I solved it. It was an overlaping div. I had one div(footer) with position as relative which made it overlapped with other one.
    Rather than playing on z-index in removed the position and it worked.

    Thanks Everyone
     
    khukuriman, Jun 27, 2006 IP