xandy20x Posted April 19, 2007 Share Posted April 19, 2007 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 More sharing options...
AndyB Posted April 19, 2007 Share Posted April 19, 2007 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. Link to comment https://forums.phpfreaks.com/topic/47669-php-with-divs-in-explorer-help/#findComment-232793 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.