Results 1 to 2 of 2

Thread: Adding a div-tag, drop-menus and IE 6

  1. #1
    Join Date
    Aug 2008
    Location
    Western Europe
    Posts
    17
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Adding a div-tag, drop-menus and IE 6

    I have a problem. I use JSF, but add div-tags to the component tree with JavaScript to get some extra functionality (auto-suggest, in-line pop-up, etc.). In Internet Explorer 6, however, any drop-menus that are underneath the div-tag shine through. Have anyone else experienced this? ...or know what the solution might be?

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    In IE 6 and 7 css style (what presumably is used to dynamically hide and reveal your divisions) can sometimes work differently than in most other browsers (and there are also differences in css style implementation between IE 6 and 7), that might be what is at work here. Now, I have no experience with JSF, but after a quick Google it appears to be server side, so should be transparent on the client side, meaning that the same HTML code will be served by it regardless of the browser. So a link to your page that shows an example of this problem would probably allow me to be more specific.

    If you want more help:

    Please post a link to the page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •