PDA

View Full Version : table data


sabret00the
05-16-2004, 05:23 PM
i've got a table cell (that recurs on a page) and i want to position a div in the top right corner of that cell, how would i go about doing that?

tried
<div style="position: absolute; right:3px; top:3px; border:0px;">

and also tried
<div style="position: relative; right:3px; top:3px; border:0px;">