Jump to content

[SOLVED] side image doesn't extend in internet explorer


makaveli80

Recommended Posts

Hello everyone,

 

This is a problem that is continued from earlier one that I posted...

 

http://www.keepsys.net/geocart/

 

that part of the page extends almost to the bottom in firefox, but in IE there is always a huge gap

 

http://www.keepsys.net/geocart/table.JPG

 

The page loads in php and doesn't work, but when I load the exact same code in html it seems to work...any idea what I can do to fix it? I tried seperating the table, tried the exact code of the table in the php and then the html, the html works but php doesn't

 

Here is the code for the header

 

<?
require("db_log.php");
include(dirname(__FILE__).'/session.php');
session_start();
require("functions.php");
require("login_log.php");

$query = mysql_query("SELECT * FROM site_config WHERE id='1'");
while($row = mysql_fetch_array($query))
{
foreach($row as $key => $value)
{
	$config[$key] = $value;
}
}
$total_new = mysql_query("SELECT * FROM catalog WHERE isphone='1' AND isused='0'");
$totalnew = mysql_num_rows($total_new);
$total_acc = mysql_query("SELECT * FROM catalog WHERE isacc='1'");
$totalacc = mysql_num_rows($total_acc);
$total_used = mysql_query("SELECT * FROM catalog WHERE isphone='1' AND isused='1'");
$totalused = mysql_num_rows($total_used);
$user_id = GetUserID($username);
$wa = IsUserAdministrator($user_id);
if($logged_in) {
if($wa == 1) {
$auth_access = 1;
} else {
$auth_access = 0;
}
}

?><!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=iso-8859-1" />
<meta name="keywords" content="phon" />
<meta name="description" content="descp" />
<title>G</title>
<LINK HREF="style.css" TYPE="text/css" REL="stylesheet" />
<link rel="shortcut icon" type="image/x-icon" />

</head>

<body>
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td background="images/til_1.jpg" style="background-repeat:repeat-x; background-position:top "> </td>
    <td width="766" align="left" valign="top"><table width="766"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td align="left" valign="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="766" height="234">
            <param name="movie" value="placeholder.swf" />
            <param name="quality" value="high" />
            <embed src="placeholder.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="766" height="234"></embed>
        </object></td>
      </tr>
      <tr>
        <td align="left" valign="top"><table width="766"  border="0" cellspacing="0" cellpadding="0">
          <tr align="left" valign="top">
            <td width="249" height="100%"><table width="249" height="100%"  border="0" cellpadding="0" cellspacing="0">
              <tr>
                <td height="100%" align="left" valign="top"><table width="249" height="100%"  border="0" cellpadding="0" cellspacing="0">
                  <tr align="left" valign="top">
                    <td width="18"><table width="18" height="100%"  border="0" cellpadding="0" cellspacing="0">
                      <tr>
                        <td height="204" align="left" valign="top"><img src="images/left.jpg" width="18" height="204" /></td>
                      </tr>
                      <tr>
                        <td height="100%" align="left" valign="top" style="border-right:1px solid #CBCBCB "> </td>
                      </tr>
                    </table></td>
                    <td height="100%" style="border-right:1px solid #CBCBCB "><div style="padding-left:21px; padding-top:10px; padding-right:19px; padding-bottom:10px"></div>
                      <p> </p>
                      <p> </p>
                      <p> </p>
                      <p> </p>
                      <p> </p>
                      <p align="center">eqwe</p>
                      <p> </p>
                      <p align="center">qwewqeweq</p>
                      <p> </p>
                      </td>
                  </tr>
                  <tr align="left" valign="top">
                    <td> </td>
                    <td height="100%" style="border-right:1px solid #CBCBCB "> </td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td height="34" align="left" valign="top"><img src="images/bottom_1.jpg" width="249" height="34" /></td>
              </tr>
            </table></td>
            <td width="517"> 

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.