Jump to content
  • 0

Проблема: Флеш на задний фон в ИЕ6 и 7 не уходит


Mary_RND
 Share

Question

Есть флеш, находится по центру сайта, получается она задевает все блоки на странице

В Мозиле и Опере нормально

В ИЕ 6 и 7 флеш перекрывает эти блоки

У всех блоков что могут перекрытся флешом прописано

position: relative;

display: block;

z-index: 7;

у блока с флеш

z-index: 0;

display: block;

position: relative;

Как можно это исправить?

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0
я бы на код страницы взглянул...

html

<!DOCTYPE html PUBLIC="-//W3C/DTD XHTML 1.0  Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtmll-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lagn="ru">
<head>
<title></title>
<META http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<META name="keywords" content="" />
<META name="description" content=""/>
<LINK REL="stylesheet" TYPE="text/css" HREF="_css/style02.css" />
<LINK REL="SHORTCUT ICON" HREF="http://site.ru/favicon.ico" />
<!--[if IE 6]>
<script type="text/javascript" src="_css/ie6fix.js"></script>
<script type="text/javascript">
DD_belatedPNG.fix('.png24');
</script>
<![endif]-->
</head>
<body id="index">
<div id="wrapper">
<!-- head -->
<div id="head">
<!-- logo -->
<img id="logo" src="i/logo.jpg" height="77" width="30" />
<!-- telefon -->
<div id="telefon">
<a href="mailto:roslitprom@rostov.ru">roslitprom@rostov.ru</a><br/>
тел.:(863) <span class="yellow">220-31-60, 290-37-66</span>
тел./факс:(863) <span class="yellow">299-34-90, 291-32-51</span>
344039, г. Ростов-на-Дону, Павленко пер., 15
</div>
<!-- icons -->
<div id="icons">
<img src="i/icons_index_s.gif" height="11" width="14"/>
<a href="#"><img src="i/icons_contacts.gif" height="11" width="14"/></a>
</div>

</div>
<!-- / head -->

<!-- menu -->
<ul id="menu">
<li>О предприятии</li>
<li><a href="#">Каталог продукции</a></li>
<li><a href="#">Наши потребности</a></li>
<li><a href="#">Услуги</a></li>
<li><a href="#">Справочник</a></li>
<li><a href="#">Контакты</a></li>
</ul>

<!-- /menu -->

<div id="flash_block" style="">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"width="800" height="560" id="isx" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="isx" />
<param name="movie" value="i/isx.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#930c0d" />
<embed src="i/isx.swf" quality="high" bgcolor="#930c0d" name="isx" align="middle" wmode="transparent" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="800" height="560" />
</object>
</div>

<!-- menu two -->
<ul id="menu_two">
<li><a href="#" class="png24">Схема проезда</a></li>
<li><a href="#" class="png24">Скачать прайс-лист</a></li>
<li><a href="#" class="png24">Оформить заказ</a></li>
</ul>

<!-- /menu -->
<!-- content -->
<div id="base">
<div id="content">
<p><strong>sddsds</strong> - Схема проезда Схема проезда Схема проезда Схема проезда.</p>
</div>
</div>
<!-- /content -->


<!-- note -->
<a href="#" id="note"><h3>Скачать прайс-лист</h3></a>

<!-- footer -->
<div id="footer">

</div>
<!-- /footer -->
</div>
</body>
</html>

css

/* general applications */

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img, div {
margin: 0;
padding: 0;
border: 0;
}

a img {
border: 0;
}

a {}

a:visited {}

a:hover {
text-decoration: none;
}


body {
font-size: 75%;
font-family: Verdana, sans-serif;
color: #fff;
min-width: 1000px;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

table td {
padding: 0;
}

/* page was not compressed less 1000 px */
#wrapper {
width:expression(document.body.clientWidth < 1005? "1000px": "auto");
}

/* /general applications */

/* Mainframes */

body {
background: #000;
}

#wrapper {
background: url(../i/bg_wrapper.gif) no-repeat left top;
}

*html #wrapper {
float: left;
}

/* head */

#head {
padding: 35px 18px 0 0;
height: 135px;
position: relative;
display: block;
z-index: 7;
}

#index #head {
margin: 0 18px 0 25px;
}

/* logo */

img#logo {
float: left;
width: 300px;
height: 77px;
position: relative;
display: block;
z-index: 7;
}

/* telefon */
#telefon {
float: right;
margin: -20px 0 0 0px;
position: relative;
display: block;
z-index: 7;
}

/* note */
a#note {
display: block;
width: 282px;
background: url(../i/bg_note.jpg) no-repeat;
float: right;
text-decoration: none;
border: 1px
}

a#note h3 {
font-size: 1.2em;
color: #DCD474;
margin: 0 15px 12px 0;
padding: 12px 17px 0 17px;
background: url(../i/bg_a_note.gif) no-repeat right bottom;
}

a#note h3 {
color: #DCD474;
}

/* icons */
#index #icons {
width: 75px;
min-height: 30px;
height: 30px;
float: left;
clear: left;
margin: -103px 0 0 245px;
padding: 0 0 0 13px;
position: relative;
display: block;
z-index: 7;
}

/* /head */


/* flash_block*/
#flash_block {
margin: -488px 0 0 10%;
padding: 0 0px 0 0;
z-index: 0;
display: block;
position: relative;
}


/* /flash_block*/

/* menu */
#index ul#menu {
width: 210px;
margin: 0 0 75px 25px;
padding: 0px 0 0 0px;
position: relative;
display: block;
z-index: 7;
}

#index ul#menu_two {
margin: -330px 0 0px 0px;
padding: 0px 0 0 0px;
position: relative;
display: block;
float: right;
z-index: 7;
text-align: left;
}

/* /menu */

/* content */

#base {
width: 100%;
position: relative;
display: block;
z-index: 7;
}

#content {
z-index: 1;
}

*html #index #content {
height: 142px;
}

#index #content {
background: url(../i/bg_content_index.gif) no-repeat;
margin: 0 0 0 25px;
width: 290px;
height: 142px;
}
/* /content */

/* footer */

#footer {
height: 59px;
/*background: url(../i/bg_footer.gif) no-repeat right bottom;*/
padding: 216px 0 0 0;
z-index: -1;
margin: -170px 0 0 80px;
}
/* /Mainframes */

/* Details */


/* telefon */
#telefon {
color:#fff;
font-family: "Tahoma";
font-size: 14px;
width: 300px;
line-height: 2;
}

#telefon a {
color:#fff;
}

#telefon span.yellow {
color:#fdc502;
font-size: 18px;
font-weight:normal;
float: right;
margin: -8px 0 0 0;
}

/* icons */

#icons img {
vertical-align: middle;
margin: 0px 6px 0 6px;
}

/* / head */

/* menu */

#index #menu,
#index #menu_two {
list-style: none;
}

#index ul#menu_two li{
font-family: Arial;
margin: 0px 0 0px 0;
color: #fff;
font-size: 18px;
font-weight: normal;
}

#index ul#menu_two li a {
color: #fff;
text-decoration: none;
background: url(../i/link_a.png) no-repeat 0 0;
display: block;
position: relative;
padding: 37px 0 0 10px;
height: 36px;
width: 325px;
}

#index ul#menu_two li a:hover {
text-decoration: underline;
background: url(../i/link_h.png) no-repeat 0 0;
display: block;
position: relative;
padding: 37px 0 0 10px;
height: 36px;
width: 325px;
}

#index ul#menu li{
margin: 0 0 10px 0;
color: #fdc502;
font-size: 18px;
padding: 0 0 10px 18px;
}


#index ul#menu li a {
color: #c2c9cd;
text-decoration: none;
}

#index ul#menu li a:hover {
color: #5b719b;
text-decoration: underline;
}
/* / menu */

/* content */

#content {
color: #5b719b;
padding: 13px 20px 15px 20px;
}

#index #content p {
font-size: 14px;
text-indent: 0px;
font-weight: normal;
line-height: 2.0;
}

#index #content p strong {
color: #fff;
}

/* /content */

/* footer */

#index #footer p {
color: #7C7D82;
font-size: 0.7em;
float: left;
}

#index #footer a {
color: #7C7D82;
}

#index #footer img.counter {
margin-right: 28px;
float: left;
}


/* /Details */

юзать: param name wmode opaque и transparent

Не помогает (

Link to comment
Share on other sites

  • 0
пробывала, но не помогает

1) ссылку на страницу.

2) в коде не увидел что пробовали.

3) портянку из css нет желания рассматривать.

4) возможно надо убрать дисплей:блок, а возможно с зет-индексом поиграть..., да много чего можно.

Link to comment
Share on other sites

  • 0
1) ссылку на страницу.

2) в коде не увидел что пробовали.

3) портянку из css нет желания рассматривать.

4) возможно надо убрать дисплей:блок, а возможно с зет-индексом поиграть..., да много чего можно.

ну я вернула как было

Дисплей блок убирала, и z-index тоже меняла

А страницы нету еще, это только верстка

Link to comment
Share on other sites

  • 0
ну я вернула как было

Дисплей блок убирала, и z-index тоже меняла

А страницы нету еще, это только верстка

так писала: <param name="wmode" value="opaque" /> и <param name="wmode" value="transparent" />?

и z-index, у того блока который вверху ставишь больше, а у того который ниже ставишь меньше.

может это конечно тебе известно, но это так... на всякий случай. ;)

а, и вот еще, почитай, может лучше вообще таким способом внедрить флеш?

Edited by rus
Link to comment
Share on other sites

  • 0
так писала: <param name="wmode" value="opaque" /> и <param name="wmode" value="transparent" />?

и z-index, у того блока который вверху ставишь больше, а у того который ниже ставишь меньше.

может это конечно тебе известно, но это так... на всякий случай. ;)

а, и вот еще, почитай, может лучше вообще таким способом внедрить флеш?

гы) не... не так><

Спасибо)))заработало))

Про z-index это знаю)

Link to comment
Share on other sites

  • 0
так писала: <param name="wmode" value="opaque" /> и <param name="wmode" value="transparent" />?

зачем сразу оределять как "opaque" потом переопределять на "transparent"?

почему не указать только один раз:

<param name="wmode" value="transparent" />

?

  • Like 1
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