Need programmer to fix display problem

Discussion in 'Programming' started by BLieve, May 28, 2007.

  1. #1
    My header displays incorrectly in IE 6 or 7 but fine in Firefox.

    In IE, the title and the login button drops down over the content until you wave your mouse over it for a little bit. My site is SystemRebels.com.

    I'd really appreciate it if someone can help me fix my problem for a payment. Please PM me.
     
    BLieve, May 28, 2007 IP
  2. smellynose

    smellynose Peon

    Messages:
    90
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    Set the z-index of the login boxes to 1

    
        <input name='loginUsername' style='z-index=1;' value='Enter your username please...'>
    
    Code (markup):
    That should work.
     
    smellynose, May 28, 2007 IP
    BLieve likes this.
  3. BLieve

    BLieve Peon

    Messages:
    158
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Great that message is music to my eyes but I have no idea what a z index is and what files it is in.
     
    BLieve, May 28, 2007 IP
  4. serialCoder

    serialCoder Guest

    Best Answers:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    The z-index property sets the stack order of an element. An element with greater stack order is always in front of another element with lower stack order.

    but based on the source of your site i can say that it is not the problem, maybe add a little bit precise positioning by using css,divs or even tables.

    cheers :)
     
    serialCoder, May 29, 2007 IP
  5. mrphp

    mrphp Well-Known Member

    Messages:
    682
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    110
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    Your site looks fine to me either IE or FF browser
     
    mrphp, Jun 3, 2007 IP
  6. papa_face

    papa_face Notable Member

    Messages:
    2,237
    Likes Received:
    67
    Best Answers:
    1
    Trophy Points:
    285
    As Seller:
    100% - 0
    As Buyer:
    0.0% - 0
    #6
    Well thats because you are replying to quite old threads! (when considering the time it takes to find a programmer these days).
    By the time you are replying the OP's will have it sorted!
     
    papa_face, Jun 3, 2007 IP
  7. mrphp

    mrphp Well-Known Member

    Messages:
    682
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    110
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    oh I didnt notice the date posted. my apologies
     
    mrphp, Jun 3, 2007 IP