[thelist] Absolute positioned element inside a <td> that has overflow:hidden

Frank Marion lists at frankmarion.com
Mon Aug 16 13:13:45 CDT 2010


On 2010-08-15, at 10:31 PM, Will wrote:
>> Now, I also want to have a "popup" on some cells that is positioned  
>> absolute
>> (out of the flow) but relative to the <td> where it is contained


#acontainer {position: relative;}
#absposdivreltoacontainer {position:absolute;top:-10px;left:-10px;}

<td id="acontainer">
    <div id="absposdivreltoacontainer">
</td>


--
Frank Marion
lists [_at_] frankmarion.com








More information about the thelist mailing list