Jump to content
  • 0

Прозрачность background в IE


bgraf
 Share

Question

11 answers to this question

Recommended Posts

  • 0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META http-equiv=Content-Language content=he>
<title>Untitled Document</title>



</head>

<body>
<div id="datacontainer" onmouseout="scrollspeed=cache" onmouseover="scrollspeed=0" style="position: absolute; left: 1px; top: -34px; width: 100%;">
<center>
<table id="table1" height="250" width="240" cellspacing="0" cellpadding="0" border="0" style="border-collapse: collapse;">
<tbody>
<tr>
<td align="center">
<br />
<br />
<br />
<br />
<!———————————————————————————————————--
--> <br/>

<img src="logos_company/Alt_Lucialternative.jpg" />

<br/>
<!———————————————————————————————————--
--> <br/>

<img src="logos_company/aqua_creations.jpg" />

<br/>
<!———————————————————————————————————--
--> <br/>

<img src="logos_company/Aureliano_Toso.jpg" />

<br/>

<!———————————————————————————————————--
--> <br/>

<img src="logos_company/ceilux.jpg" />

<br/>
<!———————————————————————————————————--
--> <br/>

<img src="logos_company/dark.jpg" />

<br/>
<!———————————————————————————————————--
--> <br/>

<img src="logos_company/delta_light.jpg" />

<br/>
<!———————————————————————————————————--
--> <br/>

<img src="logos_company/Itre.jpg" />

<br/>
<!———————————————————————————————————--
--> <br/>

<img src="logos_company/kreon.jpg" />

<br/>
<!———————————————————————————————————--
--> <br/>

<img src="logos_company/Muranodue.jpg" />

<br/>
<!———————————————————————————————————--
--> <br/>

<img src="logos_company/Wever_and_Ducre.jpg" />

<br/>






</td>
</tr>
</tbody>
</table>
</center>
</div>
<script type="text/javascript">

//Specify speed of scroll. Larger=faster (ie: 5)
var scrollspeed=cache=1

//Specify intial delay before scroller starts scrolling (in miliseconds):
var initialdelay=10

function initializeScroller(){
dataobj=document.all? document.all.datacontainer : document.getElementById("datacontainer")
dataobj.style.top="1px"
setTimeout("getdataheight()", initialdelay)
}

function getdataheight(){
thelength=dataobj.offsetHeight
if (thelength==1)
setTimeout("getdataheight()",100)
else
scrollDiv()
}

function scrollDiv(){
dataobj.style.top=parseInt(dataobj.style.top)-scrollspeed+"px"
if (parseInt(dataobj.style.top)<thelength*(-1))
dataobj.style.top="5px"
setTimeout("scrollDiv()",50)
}

if (window.addEventListener)
window.addEventListener("load", initializeScroller, false)
else if (window.attachEvent)
window.attachEvent("onload", initializeScroller)
else

window.onload=initializeScroller


</script>
</body>
</html>

Link to comment
Share on other sites

  • 0
Это значит, что нифига не понятно! Опишите подробней в каком месте бекграунд белый.

Описываю . В мазиле если не задается цвет бекграунда то он наследует цвет отца , т.е. принимает цвет который под ним а в IE вот ссылка на страничку так понятнее будет

попробуйте в мазиле и IE и вы поймете о чем речь

Ребята заранее спасибо

Edited by bgraf
Link to comment
Share on other sites

  • 0

Всем спасибо !!!

начал делать тестовую страничку и понял что надо разобраться с айфремом .

дело в том что я в iframe добавляю ссылку на страницу и получается что бекграунд IE этого iframe белый а в мозиле нет почему а ?

Всем спасибо !!!

начал делать тестовую страничку и понял что надо разобраться с айфремом .

дело в том что я в iframe добавляю ссылку на страницу и получается что бекграунд IE этого iframe белый а в мозиле нет почему а ?

вот тестовая страничка

код странички который я добавляю в iframe приведен выше

Edited by bgraf
Link to comment
Share on other sites

  • 0
Ну во, другое дело. Кажись белый BG в ИЕ убрать нельзя у ифрейма. А почему нельзя обойтись просто дивом с oberflow: hidden / overflow: auto?

Надо попробывать просто задумка была айфреймами страницу всю сделать

нашел ответ тут же на сайте спасибо уважаемому AlexKon

необходимо добавить параметр allowtransparency="true" тегу iframe

и в стилях для iframe прописать background: transparent;

также этот стиль ставим на body загружаемой странички

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