I want horizontal squishy, no_wrap behavior for my Table
by vmars956 - 4/16/10 9:58 PM
I have a webPage of nothing but DropDown Menus each containing links of a specific Category. Typically it shows 4 DropDowns per page.
The height="100%" for TABLE works fine: as I manually shrink the window height, the DropDowns get closer and closer together, vertically.
But how can I get this same squishy behavior for the Table_width, maybe I could call it Squishy_No_wrap behavior. Where: as I shrink the window width, the DropDowns get narrow-er and narrow-er, from right to left? Below is an mini-sampling of what my code looks. If you's like me to post the whole thing, let me know. (I say no_wrap because I don't think its possible to wrap a DropDown_Menu.)
Thanks...vmars
<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0">
<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0"><col width=10<>
<center>
<tr><td width="15%" align="center" valign="middle">
<form name="HotBasic">
<select style="font-size:14px;color:#000000;font-family:Verdana;background-color:#ffffff;" name="menu" onChange="location=this.options[this.selectedIndex].value;">
<option value="">HotBasic</option>
<option value="http://tech.groups.yahoo.com/group/hotbasic/">HotBasic Support Group @ Yahoo</option>
<option value="http://mypages.cwdom.dm/keenej/hotbasic.html">HotBasic Home Page</option>
</select></form>
</td><td width="15%" align="center" valign="middle">
<form name="Miscellaneous">

Moderator
CNET Staff
Samsung Staff
Dell Staff