Here's the link:

http://admin.evokenet.com/homeComponents/main.cfm 

-----Original Message-----
From: jeremy [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 30, 2005 10:08 AM
To: Mark Leder; css list
Subject: Re: [css-d] Relative Positioning

do you have a link to the site?


Mark Leder wrote:

>Hi all,
>I've really been struggling with this.  Trying to have a large flash 
>menu layered atop other content on a page.  I've been able to 
>successfully z-index it so the drop down menus appear over top of other 
>content at a lower z-index, but I can't get the menu centered left to 
>right in relation to the "clientName" ID just above it.  Below is the CSS
and HTML affected.
> 
>/* CSS */
>/* Horizontal Menu Layout */
>#clientName {font:normal normal bolder 18px Arial, Helvetica, sans-serif; 
>   color:#999999; text-align:center; border:solid 1px #990000;
>   width: 100%; background-color: #f5f5f5; margin-bottom: 10px; 
>   padding:3px 0 1px 0; z-index:1;}
> 
>#horizMenuLayer {position: relative; text-align: center;}
> 
><!--- HTML --->
><cfoutput>
><div id="clientName">
> <div align="center">#SESSION.companyInfo.companyNameAlias# <span 
>class="grey-dk">HOME COMPONENTS ADMINISTRATION</span></div>
> 
>  <div align="center">
>  <div id="horizMenuLayer">
>   <div id="Layer1" style="position:absolute; width:400px; 
>height:220px; top:3px; z-index:10">
>    <!-- saved from url=(0013)about:internet -->
>    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
>codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash
.
>cab##version=7,0,0,0" width="400" height="220" id="ghostMenu"
>align="middle">
>    <param name="allowScriptAccess" value="sameDomain" />
>    <param name="movie"
value="#REQUEST.webroot#/cf-inf/menus/ghostMenu.swf"
>/>
>    <param name="loop" value="false" />
>    <param name="quality" value="high" />
>    <param name="wmode" value="transparent" />
>    <embed src="#REQUEST.webroot#/cf-inf/menus/ghostMenu.swf" loop="false"
>quality="high" wmode="transparent" width="400" height="220"
name="ghostMenu"
>align="middle" allowScriptAccess="sameDomain"
>type="application/x-shockwave-flash"
>pluginspage="http://www.macromedia.com/go/getflashplayer"; />
>    </object>
>   </div>
>  </div>
>  </div>
></div>
></cfoutput>
> 
> 
> 
>Thanks,
>Mark
> 
>______________________________________________________________________
>css-discuss [EMAIL PROTECTED] 
>http://www.css-discuss.org/mailman/listinfo/css-d
>List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org 
>-- http://www.evolt.org/help_support_evolt/
>
>  
>



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to