Results 1 to 9 of 9

Thread: here's one that baffles me.

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

    Default here's one that baffles me.

    anyone ever create a movable layer that when you move it over form element's in IE < 7 the element shows through your movable layer ?

    Yet works like it's suppose to in all other browsers ?

    how do you fix this ?

  2. #2
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  3. #3
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    If it works OK in IE7, I wouldn't worry about it too much. IE7 has been released on Windows Update now, so I doubt that many IE<7 users will remain (save, of course, for IE5/Mac, which doesn't suffer from this problem insofar as I'm aware).
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  4. #4
    Join Date
    Jun 2006
    Location
    Acton Ontario Canada.
    Posts
    677
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    i had this problem when i was using the visual infinite menus on my site and it was on top of the iframe but below the flash movie inside the iframe...

    so i got rid of infinite menus and the iframe and put my menu off to the side instead.

    but I Didn't Know the z index was limited in such ways...
    - Ryan "Boxxertrumps" Trumpa
    Come back once it validates: HTML, CSS, JS.

  5. #5
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Theoretically, it shouldn't be. However, some browsers (notably IE/Win) draw certain elements (notably form controls) after everything else. <iframe>s and Flash movies are considered plugin content (<iframe>s use a new instance of the browser's rendering engine, and aren't considered a part of the page), and so this problem occurs with them in far more browsers.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  6. #6
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Twey View Post
    If it works OK in IE7, I wouldn't worry about it too much. IE7 has been released on Windows Update now, so I doubt that many IE<7 users will remain
    Sorry? IE 7 is only available to users of Windows XP SP2, Windows XP Professional x64 Edition, Windows Server 2003 SP1, and Windows Vista. That leaves a large number of users from previous operating systems and versions that couldn't upgrade to IE 7 even if they wanted to.

    Mike

  7. #7
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Is that so? In that case, my error. However, there is no fix commonly known at the moment other than to hide the form elements when they shouldn't be visible.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  8. #8
    Join Date
    Nov 2006
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Noted the point that IE 7 is out, but there are those who'll skip it (like me)
    who my uninstall it (yea!) or who knows what (Win <= 98 won't run IE 7 last I checked) & what if you have this scenario:

    say pIII running Win 98 with IE 5.5 & can't afford to upgrade your sys to anything that'll run Xp+ or IE 7 ??

    what then? I've alienated alot of users & they won't like what they see.

    I know, a disclaimer saying best viewed in FF.
    oh wait, that pisses people off too.

    I like the iFrame idea.

  9. #9
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Yes, that's so. I made that statement under the assumption that IE7 was available for Win95 and upwards.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

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
  •