I am working on a new website. I have rollover navigation buttons in the left column of a table. When the right column text gets longer the buttons move down. I'm sure there is a way to keep them at the top of their column, but I can't figure it out.
I temporarily have the pages on the server of another site that I do.
www.watermillmuseum.org/index2.html
Hope to learn how to solve this.
TIA... Betty
Betty, try adding this to your CSS:
td {vertical-align:top}
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
www.alt-web.com/
www.twitter.com/altweb
If you only want that particular cell to align to the top, you can add the valign property to the tag: <td width="300" valign="top">