View Full Version : Can't get rid of transparent line!


YellowYoshi
06-18-2004, 12:22 AM
www.yoshilore.com/Updates.php

I can't rid of the cellspacing between the top banner and the actual content. I've tried everything! Please help! Btw, here's my source:


...
<table align="center" style="text-align:left" width="770" border="0" bordercolor="darkblue"

style="background-color: transparent;" cellspacing="0" cellpadding="0">
<tr><td width="100%" colspan="3" cellpadding="0" cellspacing="0"><img src="images/ylheader.jpg"

width="770" height="240" border="0" alt="Yoshi Lore Logo" USEMAP="#ylheader_Map">
</td></tr>

<MAP NAME="ylheader_Map">
<AREA SHAPE="rect" ALT="" COORDS="700,196,767,238"

HREF="http://www.yoshilore.com/Upcoming_Games.php">
<AREA SHAPE="rect" ALT="" COORDS="648,195,698,238"

HREF="http://www.yoshilore.com/Yoshis_Gamelist.php">
<AREA SHAPE="rect" ALT="" COORDS="583,195,646,237"

HREF="http://www.yoshilore.com/Yoshis_Story.php">
<AREA SHAPE="rect" ALT="" COORDS="516,195,581,238"

HREF="http://www.yoshilore.com/Yoshis_Cookie.php">
<AREA SHAPE="rect" ALT="" COORDS="451,197,513,239"

HREF="http://www.yoshilore.com/Tetris_Attack.php">
<AREA SHAPE="rect" ALT="" COORDS="389,196,449,237"

HREF="http://www.yoshilore.com/Yoshis_Safari.php">
<AREA SHAPE="rect" ALT="" COORDS="337,196,386,239"

HREF="http://www.yoshilore.com/Yoshis_Island.php">
<AREA SHAPE="rect" ALT="" COORDS="295,196,335,238" HREF="http://www.yoshilore.com/Yoshi.php">
</MAP>

<!--LEFT MENU-------------------><tr><td width="17%" valign="top" height="100%" bgcolor="#333333"

style="filter: alpha(opacity=75); -moz-opacity: 0.75;">
...

kittycat
06-18-2004, 01:01 AM
Try taking the image map code (the part from <map...> to </map>) and putting it before all your table code or after all your table code.

YellowYoshi
06-18-2004, 01:04 AM
Didn't work :(

Rosey
06-18-2004, 03:05 AM
try taking ALL the spaces in your table code. All in a straight line.

Sometimes when you hit the spacebar in your table code, it makes lines in IE. In Netscape it looks fine.

YellowYoshi
06-18-2004, 03:59 AM
Thx! It worked!