2010年12月20日 星期一
Top-left/top-right corner logo by CSS
truetype.info
[Q] How to put an image at the left-top corner of an html webpage by CSS?
[try]
#mytopleft {position: absolute;left: 0px; top: 0px;display: block; height: 64px; width: 64px; margin:0px; border:0px; padding:0px; }
#mytopright {position: absolute;right: 0px;top: 0px; display: block; height: 32px; width: 32px; margin:0px; border:0px; padding:0px; }
...
<div id= "topleft"><img src="../images/urLogo.png)" /></div>
[ref]
http://www.liewcf.com/easy-css-top-corner-banner-2537/
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言