he at all
I have a <table>
with 2 rows
Into any row I have 2 columns
Into first column of first row I have an input field like 2th column
Into first and 2th column of 2th.row I have a dynamic 
<ul><li>/li>....................<li>/li></ul>
I want align <inputs> fields contained into first and second column of first 
row to bottom of their <td>
and I want to align to top <ul>.......</ul> contained into first and second 
column of second row
I want that <input> and <ul> are most pasted (near) is possible without padding
Therefore I wrote:
<style........>
table {border-collapse:collapse;border:1px solid red} //To look best where 
start and finish
td {width:200px;padding:0;margin:0;border:1px solid blue} //To look best where 
start and finish td
td#one{vertical-align:bottom;background-color:yellow}
td#two{vertical-align:top;background-color:pink}
ul {width:200px;padding:0;}
but final effect is too different in any browser and only chrome show my table 
propely
into MSIE and safari columns are not aligned and have different width
Best regards
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to