PDA

View Full Version : A doozie


gheib1
01-11-2008, 10:51 AM
So, let me first point out the script on this site is absolutely wonderful.

With that, I am not having an integration problem as far as style and look go, but more or less an IE integration problem.

I input the normal :
<?php $CSS=1; require("data/calendar/calendar.php"); ?>
<?php $OL=1; require("data/calendar/calendar.php"); ?>
<?php require("data/calendar/calendar.php"); ?>

as well I edited the template I am using to get rid of the long displays as I only need the calendar to display...the code works great in fire fox but the internet exploder will not accept the integration...here are two pic links to the problem...first being ff and the correct display and the latter being the horribleness of yet another Microsoft blunder.

http://clansentinel.com/ff.jpg
http://clansentinel.com/ie.jpg

This has the exact same code and everything...I used the search as well as look at the source code of the failed document to see if I could notice a problem...nope all the code is there just not displaying how I would like it to.

Brian
01-11-2008, 05:01 PM
Can you provide a link to the page in question?

gheib1
01-11-2008, 06:27 PM
Sure can will provide a new link...it is an active site so I will need to change all the main page links to reflect a test.php page...will post up in a minute.

gheib1
01-11-2008, 06:34 PM
Alright the link is http://clansentinel.com/test_index.php fire fox show correct display but IE is all screwy...I have since looked at the test_home.php by itself and there is no probs so I am thinking it might have something to do with my divisions of the main index file.

gheib1
01-11-2008, 06:37 PM
Alright the link is http://clansentinel.com/test_index.php fire fox show correct display but IE is all screwy...I have since looked at the test_home.php by itself and there is no probs so I am thinking it might have something to do with my divisions of the main index file.

Ok I found the problem it is my CSS style sheet on the main index file that is screwing everything up...not quite sure how to fix this, but looking into it now.

EDIT: Yeah looked through the code on both sides and I am baffled on this one I have no idea why it is working right in fire fox, but not so much in IE...truthfully it doesn't matter where I put the include code in the source the IE version will come out looking the exact same as on the link, but the ff version will update accordingly.

gheib1
01-15-2008, 12:12 PM
No luck I take it on a possible problem? I can provide you with the source code if you need it.

gheib1
01-15-2008, 12:24 PM
Well nvm that was an easy fix right under my nose...just added an iframe and sourced it to a blank PHP page that called up the script. Sorry for the trouble I knew I would figure it out eventually.