Eugen.Konkov@aldec.com wrote: > Is you plan to add ability to position element relatively to its parent > NOT to its position in normal flow (relative) > NOT to its containing block (absolute) > [...] > <td>HELLO</td><td>HELLO<select style="position: parent; left:0px; top:0px; background: blue;"></select></td> Why cannot you just add attribute style="position:relative" to the td that is the parent of <select> and replace the "position:parent" with "position:absolute"? Wouldn't that get you exactly the result you're looking for? -- MikkoReceived on Thursday, 20 September 2007 07:53:06 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 11 September 2008 23:28:58 GMT