Jump to content
  • 0

logo поверх флешки


Saiko
 Share

Question

Необходимо разиестить gif-изображение поверх флешки в шапке сайта.

HTML

<div id="header">
<!--Flash-->
<div id="flash">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','1000','height','293','src','img/header','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','img/header' ); //end AC code
</script><noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1000" height="293">
<param name="wmode" value="transparent"/>
<param name="movie" value="img/header.swf" />
<param name="quality" value="high" />
<embed src="img/header.swf" wmode="transparent" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1000" height="293" ></embed>
</object>
</noscript>
</div>
<div id="logo-name"><img src="img/logo-name.gif"></div>
</div>

CSS

#header{
position:relative;
margin:0px auto;
background:#FFFFFF url(img/header.jpg) no-repeat center;
height:290px;
width:1000px;
}

#header #flash{
position:absolute;
z-index:-1;
}

#logo-name{
position:absolute;
z-index:100;
top:75px;
left:25px;
}

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy