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:
However, I'd like them to appear on the border, like:
Any ideas?
The current html (abbreviated) is:
Code:
<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.