jwwceo Posted January 4, 2008 Share Posted January 4, 2008 I have two places where valign is not working in IE, within TD's. Once I am trying to align a nested table to the top of a cell, and once I am trying to align an image to bottom of a cell. This seems so basic..it works great in FF. Any hacks for IE??? James Quote Link to comment Share on other sites More sharing options...
gerkintrigg Posted January 6, 2008 Share Posted January 6, 2008 put the valign="top" code into the table cell code like this: <td class="whatever" valign="top">something in your cell</td> That works fine for me in all browsers. Other than that, I'm not sure what you're doing wrong. Can you post some code? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.