SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: div boxes on top of flash
-
Jun 10, 2003, 10:30 #1
- Join Date
- Oct 2002
- Posts
- 91
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
div boxes on top of flash
does anyone know of a work around for placing div boxes on top of a flash element inside an html page? I have a left side navigation system and need sub nav to appear over a flash movie. I know the whole thing should probably be a Flash movie, but the client wants it this way if possible.
ThanksNOEINK
<Think Without Ink>
-
Jun 10, 2003, 15:38 #2
- Join Date
- Mar 2002
- Location
- Svíþjóð
- Posts
- 4,080
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
z-index: some_value; ?
-
Jun 13, 2003, 08:32 #3
- Join Date
- Jan 2003
- Posts
- 5,748
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
With IE5.5+, NS6+ and Mozilla, put the DIV inside an IFRAME and give the IFRAME an z-index of 99; remember that Flash at it's basic level is a Java Applet folks... A reason why not to use Flash IMO
Bookmarks