Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Del iframe

Parašė avice· 2010 Rugs. 22 15:09:59
#1

Taigi turiu toki iframe:

<a href="pvp.php" target="status" id="status">pvp</a> <a href="pk.php" target="status" id="status">PK</a><br />
<iframe name="status" id="l2" src="pvp.php" width="200" height="300"></iframe>


ir ar imanoma , kad jo turini atvaizduotu be balto fono nors tarp pvp.php nera jokio balto fono. man baltas fonas uzsideda tik ant IE.
O gal zinot kitokiu budu keisti turini?



Creatium: prie ko čia php? Iframe - html.

Redagavo avice· 2010 Rugs. 22 16:09:01

Parašė Creatium· 2010 Rugs. 22 15:09:49
#2

Lengviausia būtų php failui stilių uždėt ir viskas.

Redagavo Creatium· 2010 Rugs. 22 20:09:01

Parašė WebDraw· 2010 Rugs. 22 16:09:32
#3

pvp.php failo body tagas :

<body style="background-color:transparent" > 

iframe kodas:

<iframe frameborder="0" scrolling="no"  style="height:300px;width:200px" src="pvp.php" ></iframe>
 

index.php tarp head idek:

 
<!--[if IE]>
<script type="text/javascript"  >
function addLoadEvent(func) { 
	  var oldonload = window.onload; 
	  if (typeof window.onload != 'function') { 
	    window.onload = func; 
	  } else { 
	    window.onload = function() { 
	      if (oldonload) { 
	        oldonload(); 
	      } 
	      func(); 
	    } 
	  } 
	} 
 
	addLoadEvent(function() { 
	    var theframes = document.getElementsByTagName('iframe');
for(var i = 0; i < theframes.length; i++)
{
theframes[i].setAttribute("allowTransparency","true");
}
	}) 
</script>
<![endif]--> 
 


Galima ir be javascripto lyg priskiriant iframui atributa, bet tada neiseis w3 xhtml valdatint lyg

Redagavo WebDraw· 2010 Rugs. 22 16:09:21

Parašė avice· 2010 Rugs. 22 16:09:29
#4

idejau ta scripta ir style , bet niekas nesikeicia . kame beda :?

Parašė WebDraw· 2010 Rugs. 22 17:09:09
#5

index.php ir pvp.php duok kodus pilnus

Parašė avice· 2010 Rugs. 22 17:09:24
#6

http://pastebin.com/FVY6NL6N

Parašė WebDraw· 2010 Rugs. 22 20:09:54
#7

nu man per ie6 normaliai rode, tik reikejo paspaust allow blocked content. Jei tau nerodo pabandyk i iframe irasyt sita atributa:
allowtransparency="true"


<iframe frameborder="0" scrolling="no"  style="height:300px;width:200px" src="pvp.php" allowtransparency="true" ></iframe>


Taip pat index.php failo fonas neprivalo buti permatomas:
<body style="background-color:transparent" >
,o ifraimo failas(pvp.php) privalo

Parašė avice· 2010 Rugs. 22 20:09:51
#8

niekas nesigauna krc :]
apsieisiu
taip yra tik ant ie naujesnes versijos