Jump to content

IE ruins EVERYTHING


hcdarkmage

Recommended Posts

And it's the truth, too. I have a site that I am working on that looks great in FireFox (no surprise there), but in IE my div placement goes funny. But, the sad thing is, it is only on pages that have PHP code at the top of the page. If anyone can help me out, I woiuld be very thankful.

 

The website, if you want to see what I'm talking about, is http://juvenizecomplex.com/index.php. In IE the first page is messed up, but if you go to testimonials.php, you will see that it works fine.

 

index.php

<?php session_start();

////////////////Remove When Done testing////////////////
$_GET["test"]="true";
/////////////////////////////////////

if ($_GET["test"]=="true")	
{
include_once("/home/www-data/landing_pages/configtest.php");
$_SESSION["test"]= true;
if (!$_GET["id"]) $_SESSION["page_id"]=$page_id=25;	
else $_SESSION["page_id"]=$page_id=$_GET["id"];	
echo "Test Mode";
}	
else 
{
include_once("/home/www-data/landing_pages/config.php");
$_SESSION["test"]= false;
if (!$_GET[id]) $_SESSION["page_id"]=$page_id=25;
else $_SESSION["page_id"]=$page_id=$_GET["id"];	
}


include_once('/home/www-data/landing_pages/securemoneyonline_com/class/class.track.php');
$oTrack = new track();	


$sql = "SELECT product_id,source_id 
    	FROM leads_page WHERE page_id =".$page_id;
$result = DatabaseHandler::GetRow($sql);
$_SESSION["product_id"] = $product_id =$result["product_id"];

$sql="SELECT name,billing_amount,initial_amount ,billing_cycle,product_groups_id 
    FROM products WHERE product_id =$product_id
AND active = 1";
$productinfo = DatabaseHandler::GetRow($sql);

$_SESSION["source_id"]=$result["source_id"];
$_SESSION["reduced"]=0;
$_SESSION["initial_amount_reduced"]=0;
$_SESSION["product_group_id"]=$productinfo["product_groups_id"];

if (!$_SESSION["hit_id"])
{
if ($_REQUEST["affiliate_id"]) $affiliate_id=$_REQUEST["affiliate_id"];
else $affiliate_id=0;
$_SESSION["hit_id"] = $oTrack -> putleadform2($affiliate_id,$page_id,$product_id,$_SERVER['REMOTE_ADDR']);
}

?>
<!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" />
<title>Juvenize</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>


<body>

<div id="container">

<div id="header"></div>
    
<div id="Menu">
	<div class="menuBtn"><a href="index.php" class="links2" style="text-decoration:none" >Home</a></div> 
	<div class="menuBtn"><a href="testimonials.php" class="links2" style="text-decoration:none" >Testimonials</a></div>
	<div class="menuBtn"><a href="order.php" class="links2" style="text-decoration:none" >Order</a></div>
	<div class="menuBtn"><a href="faq.php" class="links2" style="text-decoration:none" >FAQ's</a></div>
	<div class="menuBtn"><a href="about.php" class="links2" style="text-decoration:none" >About</a></div>
	<div class="menuBtn"><a href="terms.php" target="_blank" class="links2" style="text-decoration:none" >Terms & Conditions</a></div>
</div>
<div class="spacer"> </div>
<div id="order">
	<div id="logoFinish"></div>
	<div id="flash">
        	<object width="800" height="345">
			<param name="movie" value="img/juvenizemain2.swf">
			<embed src="img/juvenizemain2.swf" width="800" height="345">
			</embed>
		</object>
        </div>
        <div id="salesText">
        	<img src="img/menubar.png" alt="" width="100%" /><br />
        	<div class="left">
        		<p>Juvenize's anti-aging formula combines several active ingredients that accomplish the optimum effect in reducing wrinkles. Within the first 15 minutes of application, you can feel the tightening and observe the exfoliate effect, giving you a more youthful appearance.</p><br />
        		<p>All you have to do is apply twice a day, once in the morning and once in the evening after washing your face, and within 10-15 days of use the long-term effects will be noticed and will remain with continued use.</p><br />
        		<p>Why pay over $100 per ounce on a product that pales in comparison? We have over 30 years of experience formulating and designing skin care products that works better and costs less then the leading competition.</p>
        	</div>
        	<div class="right">
        		      <img src="img/product.png" alt="" width="175px" /><br />
        		<p class="disclaimer">Product packaging subject to change.</p>
        	</div>
        	<div class="spacer" style="clear:both;"> </div>
        	<img src="img/menubar.png" alt="" width="100%" />
        </div>
    </div>
<div class="spacer"> </div>
<div class="advert"><a href="http://voucherblitz.com" target="_blank"><img src="img/vbad.png" alt="Visit VoucherBlitz.com" /></a></div>
<div class="spacer"> </div>
<div class="footer">
	Copyright © 2010 Juvenize Complex.  All Rights Reserved.<br />
	<a href="terms.php" target="_blank">Terms and Conditions</a>  |  <a href="privacy.php" target="_blank">Privacy Policy</a>
</div>
        
</div> 

</body>

</html>

 

testimonials.php

<!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" />
<title>Juvenize</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>


<body>

<div id="container">

<div id="header"></div>

<div id="Menu">
	<div class="menuBtn"><a href="index.php" class="links2" style="text-decoration:none" >Home</a></div>
	<div class="menuBtn"><a href="testimonials.php" class="links2" style="text-decoration:none" >Testimonials</a></div>
	<div class="menuBtn"><a href="order.php" class="links2" style="text-decoration:none" >Order</a></div>
	<div class="menuBtn"><a href="faq.php" class="links2" style="text-decoration:none" >FAQ's</a></div>
	<div class="menuBtn"><a href="about.php" class="links2" style="text-decoration:none" >About</a></div>
	<div class="menuBtn"><a href="terms.php" target="_blank" class="links2" style="text-decoration:none" >Terms & Conditions</a></div>
</div>
<div class="spacer"> </div>
<div id="order">
	<div id="logoFinish"></div>
	<div id="mainHeader">Testimonials</div>
	<div id="formInfo">
		<p>I just wanted to say "Thank You So Much" for finally making an
			Anti Aging Cream that works! I put it on and could tell right away				
			that it was tightening my skin.  It's been over a month now and				
			it is really working for me.  My skin looks clearer and better than				
			it has sense I was 20.  Now that I have been using it for 30 days				
			the results are incredible.  I am 45 and when friends see me they				
			think I am 10 years younger.. You are the greatest!<br />

			<b>Janet</b><br />
			<font size="2"><b>Salt Lake City, UT</b></font><br /><br /></p>

			<p>What an exceptional product, I have used many different anti aging creams but this is the first that has done everything it claimed.  What a pleasant surprise. <br />
			<b>Wendy</b><br />
			<font size="2"><b>Idaho Falls, ID</b></font><br /><br /></p>

			<p><font size="2">*Testimonials are not representative of everyone's experience and only provides information about the individual's experience as to 
					the point in time when they are provided. All testimonials are authentic and accurate. Testimonials may be edited for clarity or brevity.  All claims have been documented and verified for accuracy. 
					No one has been paid to share these stories here. Individual results will vary.</font> 
		</p>
	</div>
	<div class="spacer"> </div>
</div>
<div class="spacer"> </div>
<div class="footer">
	Copyright © 2010 Juvenize Complex.  All Rights Reserved.<br />
	<a href="terms.php" target="_blank">Terms and Conditions</a>  |  <a href="privacy.php" target="_blank">Privacy Policy</a>
</div>

</div>

</body>

</html>

 

style.css

@charset "UTF-8";
/* CSS Document */

*{margin:0px; padding:0px;}

body {
background-color:#fff;
}

#Menu {
height:24px;
width:850px;
margin-left:5px;
margin-top:7px;
}

#header {
background:url(../img/jlogo4.png);
background-repeat:no-repeat;
height:52px;
width:255px;
float:left;
margin-left: 1px;
}

#container {
width:950px;
height:800px;
background-color:#fff;
background-repeat:no-repeat;
margin-right:auto;
margin-left:auto;
padding-top:5px;
margin-top:10px;
}

#container2 {
width:950px;
height:400px;
background-color:#fff;
background-repeat:no-repeat;
margin-right:auto;
margin-left:auto;
padding-top:5px;
margin-top:10px;
}

#flash {
float: right;
width:800px;
height:345px;
margin-left:0px;
margin-top:0px;
margin-right: 20px;
}

#order {
width:911px;
margin-top:7px;
border-style:inset;
border-width:thin;
border-color:#2d6438;
}

#logoFinish {
float: left;
background: url(../img/leaf.png) no-repeat;
width: 58px;
height: 73px;
}

#salesText {
clear: both;
width: 911px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
margin-top: 10px;
font-size: 14px;
}

#mainHeader {
float: right;
background: #8dc73f;
width: 800px;
height: 25px;
color: #056839;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
vertical-align: middle;
margin-top: 30px;
margin-right: 20px;
}

#formInfo {
clear: both;
width: 800px;
font-family: Arial, Helvetica, sans-serif;
margin-left: 90px;
}

.left {
float: left;
width: 600px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
text-align: justify;
}

.right {
float: right;
width: 225px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
}

.topicHead {
width: 100%;
vertical-align: middle;
text-align: center;
font-size: 18px;
color: #000;
}

.formInfo {
font-size: 14px;
font-weight: bold;
color: #000;
width: 100%;
}

.odd {
background: #d4d4d4;
width: 100%;
height: 30px;
vertical-align: middle;
}

.even {
background: #FFFFFF;
width: 100%;
height: 30px;
vertical-align: middle;
}

.odd td {
padding-left: 10px;
}

.even td {
padding-left: 10px;
}

#addContainer {
width:900px;
height:100px;
margin-top:5px;
}

.spacer {
width:900px;
height:13px;
}

.box {
height:100px;
width:265px;
border-style:inset;
border-width:thin;
float:left;
text-align:center;
font-style:italic;
font-family:"MS Serif", "New York", serif;
font-size:24px;
color:#2d6438;
}
  
.menuBtn {
margin-top:28px;
margin-left:0px;
float:left;
text-align:left;
font-family:"MS Serif", "New York", serif;
font-size:15px;
color:#2D6438;
padding-left:8px;
text-decoration:none;
}


a.links2 {
color:#2D6438;;
}

a.links2:hover {
color:#98c245;
}

#slideshow {
    position:relative;
    height:450px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.footer {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
text-align: center;
width: 911px;
}

.footer a {
text-decoration: none;
color: #056839;
}

.footer a:hover {
text-decoration: underline;
color: #8dc73f;
}

.disclaimer {
font-size: 11px;
font-weight: bold;
text-align: center;
}

.fieldname {
width:40%; 
text-align:right;
}

.advert {
width: 800x;
height: 70px;
margin-left: 65px;
}

.advert a {
text-decoration: none;
cursor: hand;
}

.advert a:hover {
text-decoration: none;
cursor: hand;
}

.advert img {
border: none;
}

 

I know they aren't pretty, but they're what I got. Any help would be appreciated.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

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