Jump to content

php with divs in explorer help


xandy20x

Recommended Posts

im trying to get my portfolio working for online but im having some trouble.

 

http://www.fallenstar.ca/videoupdate1.php

my document is .php because i have a script called fusionnews that allows me to have little bit of news on the page.  if you first open it in mozilla firefox you notice that the flash video player is in the appropriate position in the middle of the image.  than if you open it with internet explorer its way down at the bottom right of the site.. way out of position.  i did notice however that if i change it to .html its positioned correctly in the explorer version.  i've come to conclude its doing this in explorer because its .php, although i need it to be .php so it shows the news.  anyways i can work around this.. here's some of the code for positioning that specific div.

 

#Layer7 {

position:absolute;

left:320px;

top:253px;

width:330px;

height:270px;

z-index:6;

}

Link to comment
https://forums.phpfreaks.com/topic/47669-php-with-divs-in-explorer-help/
Share on other sites

It's nothing to do with php. What php does is generate an html page that gets sent to your browser. If it looks bad in any browser, it's because your html/CSS is bad or - since you claim it works fine as an html page - because the php script isn't actually generating exactly the same version of code as your html page ... and that's a flaw in your scripting, not anything to do with php.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.