Results 1 to 2 of 2

Thread: DHTML & XHTML layer/div conflict? help.

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

    Default DHTML & XHTML layer/div conflict? help.

    I have an XHTML page, and it works perfectly.

    I also have an external DHTML solution that is called into the page, and is supposed to show up as a layer over the standard XHTML contents.

    The pages content are all in DIV tags, and have no z-index. The DHTML layer is also in a DIV tag, and has been assigned a z-index, but the dhtml layer will still not show. The solution worked well when the dhtml tag was called into a non-XHTML page.

    Any ideas? Is there a trick with XHTML pages I don't know?

    thanks.

  2. #2
    Join Date
    Aug 2006
    Posts
    239
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    first of all, theres no "DHTML and XHTML". it's either lack of layered element in (x)html content or bug in code that induces change. z-index property will work only if element was positioned as "absolute", "fixed" or "relative", too.

    second, a link would explain a lot more.

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
  •