Results 1 to 2 of 2

Thread: Z-index?

  1. #1
    kenny724 Guest

    Z-index?

    Hey, everybody. Can someone tell me why the z-index isn't working like it should. I'm not able to concentrate right now. You can see the swf file is above the time/date and the kitco quote box. Thanks.

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    Make sure that the div which has the time/date has position: relative; z-index: 1;

    and (possibly but not always necessary) the div or object tag with the swf file has position: relataive; z-index: -1;

    Make sure the swf object tag has
    <param name="wmode" value="transparent"/>
    into the object tag and
    wmode="transparent"
    into the embed tag.

    Position: relative is needed to make the z-index work.
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Similar Threads

  1. Help tweaking code, image slideshow
    By Enforcer in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 26 Nov 2009, 05:22 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •