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 Link to comment https://forums.phpfreaks.com/topic/84535-valign-in-ie-whats-up/ 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? Link to comment https://forums.phpfreaks.com/topic/84535-valign-in-ie-whats-up/#findComment-431746 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.