Page 1 of 1

Table problem

Posted: Thu Nov 23, 2006 5:14 pm
by coolenta
feyd | Please use

Code: Select all

,

Code: Select all

and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read:  [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]


I have a site. I have recently viewed it in fire fox and somthing is wrong. I use tables with backgrounds not pictures but with a predfined one. As the table stretches this larger black area apeares from where it stretches . This does not happen in ie so i assume its a html problem. Here is the code
[syntax="html"]
.....
<DIV style="position:absolute;left:56px;top:231px;width:776px;height:232px;background-color:#D5BCDE;z-index:4" align="left">
<TABLE width="100%" height="100%" border="1" cellpadding="0" cellspacing="1" bordercolor="#FFFFFF">
<TR>
<TD align="center" valign="top" width="772" ><FONT style="font-size:27px" color="#000000" face="Arial"> link <BR>
</FONT><FONT style="font-size:12px" color="#000000" face="Arial">

tttttttttttttttttttttttt<br />
tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />
tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />
tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />
tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />
tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />
tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />
tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />
tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />
tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />
tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />
tttttttttttttttttttttttt<br />vtttttttttttttttttttttttt<br />tttttttttttttttttttttttt<br />vtttttttttttttttttttttttt<br /><br />

<br />
<br />

  <form action="/edit/sql/_search.php" method="get" id="os_search">
    <div>
       
        Search<input type="text" name="q" value="" /> 
        <input type="submit" value="Go" />
       
    </div>
  </form>
</FONT></TD>
</TR>

</TABLE>
<DIV style="position:absolute;left:0px;width:776px;height:56px;background-color:#D5BCDE;z-index:5" align="left">
<TABLE width="100%" height="100%" border="2" cellpadding="0" cellspacing="1" bordercolor="#FFFFFF">
<TR>
<TD align="left" valign="top" width="770" height="50"><FONT style="font-size:13px" color="#000000" face="Arial">Last Updated:Thursday 23rd of November 2006 05:16:58 PM&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;<A href="?id=version">Vienta 1.8</A>  <BR>

<A href="?id=about">About</A>&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;  <A href="?id=disclaimer">Disclaimer</A>&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; <A href="?id=">Home</A> </FONT></TD>

</TR>
</TABLE>
</DIV>
</DIV>

</BODY>
</HTML>
If you know away to change this to fix it please let me know.
the site(problem only appears in firefox)


feyd | Please use[/syntax]

Code: Select all

,

Code: Select all

and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read:  [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]

Posted: Thu Nov 23, 2006 5:17 pm
by jayshields
Your source code is very messy, and I think it would be quicker for me to rewrite the whole page than to pinpoint the problem.

At a guess, you aren't specifying that you want to repeat the background image, which, if I'm not mistaken, is just a pink square.