CSS problem for my site?

Discussion in 'CSS' started by Freewebspace, Mar 14, 2007.

  1. #1
    I have a site called www.halwa-recipe.info

    The template I use was downloaded from www.freewebsitetemplates.com


    [​IMG]




    I replaced the image on a the right side with a a bunch of links

    But the bunch of links is not working I think there is something wrong with css



    COULD ANY ONE HELP Me OUT ?
     
    Freewebspace, Mar 14, 2007 IP
  2. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #2
    Here's a quick fix (further adjustments may be needed). It's about the HTML code.

    Find:
    <DIV style="position:absolute;left:540px;top:300px;width:150px;height:16px;z-index:0" align="left">
    Code (markup):
    Change to:
    <DIV style="position:absolute;left:550px;top:300px;width:150px;height:16px;z-index:1" align="left">
    Code (markup):
    This should move the links block to the right so all text is visible, and make them clickable.
    See if it workes out the way you are wanting.
     
    Clive, Mar 14, 2007 IP
    Freewebspace likes this.
  3. Freewebspace

    Freewebspace Notable Member

    Messages:
    6,213
    Likes Received:
    370
    Best Answers:
    0
    Trophy Points:
    275
    #3
    Thanks for the answer

    The problem seems to be solved now!

    This is very silly mistake from me!

    Thanks Clive!
     
    Freewebspace, Mar 14, 2007 IP
    Clive likes this.
  4. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #4
    No problem
    Glad it has worked :)
     
    Clive, Mar 14, 2007 IP