Results 1 to 3 of 3

Thread: Please Help! Site works in FF but not IE

  1. #1
    Join Date
    Oct 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Please Help! Site works in FF but not IE

    Hi

    I have a website which works fine in Firefox, but has problems in Internet Explorer. can someone please have a look and see what is wrong? the positioning of the Div boxes go wrong in IE, and also it seems like the site is scretched vertically.

    http://migvideo.co.uk/migcan/index.html

    many thanks

  2. #2
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Positioning is going to be different in IE and Firefox anyway. The only way to sevure a DIV is to use offsetTop, and offsetLeft property. It will position something according to an elements position from the left of the screen and the same for the top. You can also you offsetHeight and offsetWidth
    - Mike

  3. #3
    Join Date
    Sep 2005
    Posts
    882
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    Quote Originally Posted by mburt
    The only way to secure a DIV is to use offsetTop, and offsetLeft property. It will position something according to an elements position from the left of the screen and the same for the top. You can also you offsetHeight and offsetWidth
    Not true, offsetTop and offsetLeft are the position relative to offsetParent. offsetParent could be any element. Also, I think the OP wants a CSS solution as he is posting in the CSS forum.

    martinsbook: IE7 may be at fault here. If your rounded corners javascript file accounts for IE problems than IE7 may be ruining things when trying to help. Please remove IE7 then let us check it out

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
  •