Click to See Complete Forum and Search --> : Browser mess up
crapol
06-22-2006, 12:19 PM
ok could someone check my site first in firefox, then in IE? in firefox it works fine, but in IE things are messed up and i can not figure it out, you don't have to go in depth with the site just click on the video link on both browsers and you will see what i mean, in IE it looks like a typhoon went through
Site Here (http://www.sumfight.com/nsf/retro.php)
ninacababa
06-22-2006, 12:58 PM
Find this, (about 3/4 of the way down)
</table>
</td>
<td valign="top" class="content">
<center><img src="/img/videos.gif"><br></center>
<A HREF="/Vid/sfmusicvids.php"><IMG border="0" SRC="/img/videosmusic.gif" align="right"></A><br>
<A HREF="/Vid/sfshorts.php"><IMG border="0" SRC="/img/videosshorts.gif" align="Left"></A><BR>
<A HREF="/Vid/sfrandom.php"><IMG border="0" SRC="/img/videosrandom.gif" align="right"></A><br>
<A HREF="/Vid/uservids.php"><IMG border="0" SRC="/img/videosuser.gif" align="Left"></A><br>
In the line <td valign="top" class="content"> add width="622"
Placing all your tables within a single table of width=788, border,cellspaceing and cellpadding 0 would also help for future probs
crapol
06-22-2006, 12:59 PM
thanks, i changed it, but nothing happened :(
ninacababa
06-22-2006, 01:04 PM
If this doesn't work, then you could put your links (sf music vids, sf shorts, sf randon and user vids) into a table with specified width.
Also I don't think the following is affecting anything at the mo, but could cause probs at another time.
----> On the 3rd line down after the <!--- logo --->
which reads --
<td width="166" rowspan="2" bgcolor="#1e82c1" valign="bottom" class="borderleft">
I don't think this is closed with a </td> at any time - tho i could be wrong I haven't had time for a proper look.
crapol
06-22-2006, 01:14 PM
you are right about the closing tag, i will fix all that