Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > CSS > CSS Cascading Style Sheets
|
CSS Cascading Style Sheets All issues relating to Cascading Style Sheets (CSS).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the CSS Cascading Style Sheets section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 17th, 2005, 12:12 AM
Registered User
 
Join Date: Jan 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Dropdown menu covered by floating object

The floating object shows on top of my poor drop down menu. I have tried z-index, but it does not work on shockwave object. If you know the solution to this problem, please help!

Thanks in advance.

this is the page i'm having problem with:
http://199.98.20.203:2002/newsite/index.php





Here is the code:
<?php
require("template.php");
?>
<tr><td class='background'>
<table>
<tr><td class='noborder' align='bottom'>
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="600" HEIGHT="500" id="image-loadjpg" ALIGN="bottom">
<PARAM id='layer1' NAME=movie VALUE="image-loadjpg.swf" style='position:absolute; z-index:0;'><PARAM NAME=quality VALUE=high>
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</td></tr>
<tr>
<td class='noborder' align='center'>
<br>Pictures Contributors:<br>
Tom Phame EE 04<br>
</td>
</tr>
</table>
</td>
</tr>
</table>
<?require("template2.php")?>

 
Old January 17th, 2005, 04:56 AM
joefawcett's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 3,074
Thanks: 1
Thanked 38 Times in 37 Posts
Default

Other than allowing room for the menu I think you're stuck in this case. objects, select boxes and, in older browsers, iframes always show above other elements, the z-index only applies within the group. With select boxes you have the option of altering the visibility and/or display using the style object but that doesn't seem an option here.


--

Joe (Microsoft MVP - XML)





Similar Threads
Thread Thread Starter Forum Replies Last Post
Clearing the Dregs from a Dropdown menu rit01 ASP.NET 2.0 Basics 1 September 11th, 2006 06:26 AM
CSS Dropdown menu error in IE6 socoolbrewster CSS Cascading Style Sheets 1 March 23rd, 2006 04:09 PM
Urgent help in dropdown menu vigneshb4u BOOK: Professional JavaScript for Web Developers ISBN: 978-0-7645-7908-0 0 January 10th, 2006 06:29 PM
Javascript Dynamic dropdown Menu itHighway Javascript How-To 0 July 24th, 2005 10:53 PM
dropdown menu population with ONCHANGE YoungLuke JSP Basics 1 September 25th, 2003 02:46 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.