PDA

Click to See Complete Forum and Search --> : Table stretch issue


reuber1
11-03-2006, 02:16 PM
Let me get one thing straight, this is off of a tutorial from ASP StoreFront, and a pretty lousy one I might add. So excuse the code, most of it is theirs, some of it is what I was told to add, and I've been kind of thrust into all of this web stuff recently...

http://64.198.195.247/?skinid=4

But there's that table on the left with the "Help & Info" box...in Firefox it's fine, but in IE it sticks out a bit.

Also I have been trying to make that table autostretch to the height of the page, but haven't been able to get that to work. Here's the code...

<tr>
<td valign="top" background="skins/skin_(!SKINID!)/images/Grey.gif"></td>
<td valign="top" background="skins/skin_(!SKINID!)/images/Grey.gif">
<span class="OrangeTitles">Help &amp; Info</span><br><br>
<table width="99%" cellpadding="4" cellspacing="0" border="0">
<tr><td align="left" valign="top">
<span class="InfoText">
(!HELPBOX_CONTENTS!)
<br><br>
</span>
</td></tr></table>
</td>
<td height="100%" width="5" colspan="3" valign="top" background="skins/skin_(!SKINID!)/images/Grey.gif">&nbsp;</td>
</tr>
<tr>
<td height="100%" colspan="3" valign="top" background="skins/skin_(!SKINID!)/images/Grey.gif"></td>
</tr>
<tr>
<td height="17" colspan="3"><img src="skins/skin_(!SKINID!)/images/rounded_buttom.gif" width="179" height="17"></td>
</tr>
</table>
</td>

reuber1
11-03-2006, 02:24 PM
Oh yipee skippy, the "GO" button on the search bar doesn't work in Firefox. :rolleyes: This is why I wanted to get out of web in the first place.

Nevermind, that part is fixed.

reuber1
11-03-2006, 03:44 PM
OK, the table is stretching now, but it's still sticking out in that one table in Internet Explorer.

reuber1
11-03-2006, 04:37 PM
Nevermind, I figured it all out so it's working now. ASP needs to work on their tutorials.

benjo
11-03-2006, 04:43 PM
I'm glad you figured it all out. Good sh!t!

Virgo Nightingale
11-03-2006, 04:56 PM
Don't you just love having a conversation with yourself? :D

reuber1
11-03-2006, 06:12 PM
Holy Benjo, haven't seen you in a while. :D

Anyway, yeah, it was bugging the hell out of me. I kinda got thrust into this all of the sudden at my current job, and the ASP Storefront code is a nightmare to deal with, especially their tutorial on designing skins for it. Ugh...