Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

vertical-align in netscape

Status
Not open for further replies.

iminore

Programmer
Joined
Sep 3, 2002
Messages
50
Location
GB
Does anyone have a simple workaround to get vertical-align working in a table cell in Netscape?
I have a select list (size>1) and a note after the list, all in one table cell. Putting vertical-align:top around the note works fine in IE but not netscape. I realise it's a well known bug in netscape but what's the easiest workaround ???
 

Try putting valign="top" in your TD:

Code:
<td valign="top">

Hope this helps,
Dan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top