fixing one div to second div top right corner with css
Posted
by testkhan
on Stack Overflow
See other posts from Stack Overflow
or by testkhan
Published on 2010-06-02T19:57:13Z
Indexed on
2010/06/02
20:04 UTC
Read the original article
Hit count: 273
css
i have the following divs
<div id="outer"><img src="myimgpath"><div id="name">Username</div></div>
now i want to fix the inner div to the outer div's top right corner
© Stack Overflow or respective owner