Results 1 to 3 of 3

Thread: Firefox vs. Safari div allign problem

  1. #1
    Join Date
    Dec 2008
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Firefox vs. Safari div allign problem

    Hello everyone,

    I'm writing you guys because i tried almost everything in my knowledge. I cant seem to figure out why the page is not loading well.

    The site works with a lot of divs. When you click on a div a 2nd div will be opened with an higher z-index so it will cover the layer underneath. Once clicked it will return to the 1st layer.

    The thing is in Firefox its working perfect. In Safari the window scrolls a bit down when clicked.

    I attached 2 screen shots to indicate this problem.

    This is as it needs to be



    Here you see somehow it scrolls down a bit.


    Its only for the div thats loaded automatically, the divs that you enter when clicked work both in Firefox as in Safari. The strange thing is these codes are exactly the same.

    Please, i need some help

    This is the TEMP link.
    http://sinisters.gamepoint.net/ies/
    Last edited by RolandPoort; 01-18-2009 at 11:09 AM. Reason: Forgot to link it..Thanks Snookerman

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Please post a link to the page on your site that contains the problematic script or attach your code so we can check it out and help you.

  3. #3
    Join Date
    Apr 2007
    Posts
    28
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I always face problems when trying my pages in I.E. then Firefox

    I usually face troubles with Table borders most

    If you want the DIV to start from the left, then, this should be the same on both browsers, i wonder why you got a problem

    Anyway, you can use this

    Code:
    <div style="position:absolute;left:10px;top:10px;">
    YOUR STUFF HERE
    </div>
    It allows you to start the DIV from a certain point on the page

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
  •