Jump to content
  • 0

Большая SWF на заднем плане


MTandi
 Share

Question

Собственно сабж.

Хочу использовать swf-ку размером 800х800 в качестве бекграунда в окне контента.

Если использовать этот код, то при наполнении дива контентом, ячейка таблицы, в которой он находится, не растягивается.

<div style="position:absolute;z-index:2;">
content
</div>
<div style="position:absolute;z-index:1;">
<object align=bottom>
<embed src="twin.swf" wmode="transparent" quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="800"></embed></object>
</div>

Можно ли это сделать без position:absolute?

Edited by MTandi
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
тот же вопрос у меня под флешку выпадает меню - www.linemax.ru

1.jpg

Этот вопрос задавался в сотнях форумов. Есть тысячи ответов в поисковике по данной теме.

Собственно сабж.

Если использовать этот код, то при наполнении дива контентом, ячейка таблицы, в которой он находится, не растягивается.

И не должна.

Можно ли это сделать без position:absolute?

Можно поместить текст с отрицательным margin-ом ровно на высоту флешки.

Link to comment
Share on other sites

  • 0

можно так:

<div style="position:absolute;z-index:1;">
<object align=bottom>
<embed src="twin.swf" wmode="transparent" quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="800"></embed></object>
</div>
<div style="position:relative; z-index:2;">
content
</div>

Link to comment
Share on other sites

  • 0
можно так:

<div style="position:absolute;z-index:1;">
<object align=bottom>
<embed src="twin.swf" wmode="transparent" quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="800"></embed></object>
</div>
<div style="position:relative; z-index:2;">
content
</div>

отлично !!!

а посмотри ещё вот эту тему !!!

http://forum.htmlbook.ru/index.php?showtopic=12153

Edited by line
Link to comment
Share on other sites

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