If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Dynamic combo box causing alignment problems?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-26-02, 22:05
AbsolutMauser AbsolutMauser is offline
Registered User
 
Join Date: Jun 2002
Posts: 14
Dynamic combo box causing alignment problems?

I have a web page generating the elements of jump menu dynamically from a database like so


//<form ...>
//<select ...>Expertise</select>
//<%while statement generating Responses of <select>whatever</select> for the whole list of menu items%>
//</form>

all within the cell of a table

When the page is loaded (regardless of browser), the combo box thus generated makes the cell twice the combo box's height and aligns itself with the top of the cell no matter what the valign settings are. All attempts to peg the cell size with width and height have failed. What could be causing this? Thx

~AbM
Reply With Quote
  #2 (permalink)  
Old 06-27-02, 09:50
JonathanB JonathanB is offline
Registered User
 
Join Date: Feb 2002
Location: North Wales, UK
Posts: 114
It will most likely by the </form> tag. Try putting this after you close the cell.
__________________
J^ - web | email
newsASP Developer
Reply With Quote
  #3 (permalink)  
Old 06-30-02, 17:55
AbsolutMauser AbsolutMauser is offline
Registered User
 
Join Date: Jun 2002
Posts: 14
Quote:
Originally posted by JonathanB
It will most likely by the </form> tag. Try putting this after you close the cell.
That seems to have done it. Thanks. BTW, is it necessary to close <td> tags?

~AbM
Reply With Quote
  #4 (permalink)  
Old 07-01-02, 04:20
JonathanB JonathanB is offline
Registered User
 
Join Date: Feb 2002
Location: North Wales, UK
Posts: 114
Depends on the client browser really... but it's always a good idea to close them
__________________
J^ - web | email
newsASP Developer
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On