Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

TitanJeff

macrumors regular
Original poster
Aug 20, 2004
117
1
I'm a CSS newbie and found some nice code to use as a pull down menu. I edited it for my needs and now am looking for a way to pull it onto a GoLive CS site design.

I've imported it into a table (so that it doesn't reflow all the other elements on the design) and it worked perfectly in Firefox for mac but not in Outlook or IE for the pc.

I've also imported it as a no edit edit tag with the same results.

The GoLive support forum isn't very good and I'm stumped. Here is the test page.

www.mmeducators.org/mmetest.html.

Any suggestions how to import this so that it works in all browsers? Thanks.
 
Found the solution.

For anyone who is using a css pull down around a flash file, make sure you make the flash file transparent so the menu will show up in front of it.

To do this, add the bold text to your .swf file:

<param name="movie" value="(EmptyReference!)">
<param name="quality" value="best">
<param name="play" value="true">
<param name="wmode" value="transparent">
<embed height="245" pluginspage="http://www.macromedia.com/go/getflashplayer" src="(EmptyReference!)" wmode="transparent" type="application/x-shockwave-flash"...
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.