Problems with screen res 1920 x 1080 - need help styling

Discussion in 'HTML & Website Design' started by scottlpool2003, Aug 4, 2011.

  1. #1
    scottlpool2003, Aug 4, 2011 IP
  2. JohnnySchultz

    JohnnySchultz Peon

    Messages:
    277
    Likes Received:
    4
    Best Answers:
    7
    Trophy Points:
    0
    #2
    i have a 1920x1080 resolution.. seems to be okay with me.
    Swinky Photography.jpg

    i also used chrome for this screenshot.. 


    advise: try to check if there are javascript errors 
     
    JohnnySchultz, Aug 4, 2011 IP
  3. JohnnySchultz

    JohnnySchultz Peon

    Messages:
    277
    Likes Received:
    4
    Best Answers:
    7
    Trophy Points:
    0
    #3
    UPDATE: is see the error now.. 
    Swinky Photography.jpg


    find this in your css:
    
    #image img { position: absolute; z-index: 0; width: auto; }
    
    Code (markup):
     

    add top and left positions..
     #image img { position: absolute; z-index: 0; width: auto; top:0; left:0; } 
    Code (markup):
     
     
     
    JohnnySchultz, Aug 4, 2011 IP
  4. scottlpool2003

    scottlpool2003 Well-Known Member

    Messages:
    1,708
    Likes Received:
    49
    Best Answers:
    9
    Trophy Points:
    150
    #4
    Thanks, yeah I didn't think of it being a JS issue. I'll check that out.
     
    scottlpool2003, Aug 4, 2011 IP
  5. scottlpool2003

    scottlpool2003 Well-Known Member

    Messages:
    1,708
    Likes Received:
    49
    Best Answers:
    9
    Trophy Points:
    150
    #5
    Okay, changed that, did it work? Thanks for your help.

    Scott 
     
    scottlpool2003, Aug 4, 2011 IP
  6. creativewebmaster

    creativewebmaster Active Member

    Messages:
    654
    Likes Received:
    7
    Best Answers:
    4
    Trophy Points:
    78
    #6
    i can see perfect in this resolution 1920 x 1080
     
    creativewebmaster, Aug 4, 2011 IP