Alan @ CIT
05-26-2006, 05:31 PM
Hi all,
I've currently got a <div> with a dashed border which holds my content. Inside the content, there are 2 links - Edit and Delete - currently, they sit within the <div> like:
http://i77.photobucket.com/albums/j49/citalan/dotted_border_old.jpg
However, I'd like them to appear on the border, like:
http://i77.photobucket.com/albums/j49/citalan/dotted_border_new.jpg
Any ideas?
The current html (abbreviated) is:
<div style="border:dashed 1px #666666; margin-bottom:10px">
...content...
<div style="float:right; padding:4px; font-size:9px">
[Edit] - [Delete]
</div>
...more content...
</div>
Thanks,
Alan.
I've currently got a <div> with a dashed border which holds my content. Inside the content, there are 2 links - Edit and Delete - currently, they sit within the <div> like:
http://i77.photobucket.com/albums/j49/citalan/dotted_border_old.jpg
However, I'd like them to appear on the border, like:
http://i77.photobucket.com/albums/j49/citalan/dotted_border_new.jpg
Any ideas?
The current html (abbreviated) is:
<div style="border:dashed 1px #666666; margin-bottom:10px">
...content...
<div style="float:right; padding:4px; font-size:9px">
[Edit] - [Delete]
</div>
...more content...
</div>
Thanks,
Alan.