Hello,
I'm working a site and I have to admit, I'm not so well versed in layers as I should be.
I am having problems w/ div tags expanding the table cells vertically and I can't seem to change them by changing the div properties.
Here's a test page that I've put up and I've added table borders so you can see what's happening.
http://peopledesigns.net/coe/index_NEW.htm
Here's the offending div code:
Code:
<td bgcolor="#EBE894">
<td><div id="container" style="position:relative; top:0; left:0; z-index:3 visibility: visible;"><a href="nutrition.htm"><img src="images/main_info.jpg" width="221" height="424" border="0" /></a> <div id="div_text_1" style="position:relative; top:-136; left:0; z-index:5 visibility: visible;"><table width=120 border="1" align="center"> <tr><td class="BasebarTextLink">This is our text and this is where it will be. It likes to be RIGHT Here!</td></tr></table></div> </div> </td>
Thanks for any help,
Clem C