Results 1 to 3 of 3

Thread: Display Problem in IE6

  1. #1
    Join Date
    Apr 2008
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Display Problem in IE6

    Hello everyone. I’m a first time poster here and I was wondering if I could receive some help with something. I created a wordpress layout, and although it displays properly in Firefox, for some reason the top banner of the page shifts over a couple of pixels to the left in IE6, making things look off. Does anyone have a solution for this? The site and css file can be found at:

    http://doink.mreh.net/
    http://doink.mreh.net/wp-content/the...ttle/style.css

    Thanks in advance for any assistance you can give me.

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Hey...

    First thing I would try is taking the absolute positioning off of bannerpt1
    Code:
    #bannerpt1 { height:271px; width:766px; background:url(images/2banner1.jpg) top left no-repeat; position:absolute;}
    If that doesn't work,
    Add relative positioning to the wrapper div and actually absolutely position bannerpt1

    Cool banner btw...

  3. The Following User Says Thank You to Medyman For This Useful Post:

    yotamono (04-23-2008)

  4. #3
    Join Date
    Apr 2008
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    The 2nd solution worked the way I needed it to. Thanks a lot ^^

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •