免責聲明

Disclaimer (免責聲明)
繼續閱覽代表您接受以上的免責聲明.
To continue reading means you accept the above disclaimer.

2010年12月20日 星期一

Top-left/top-right corner logo by CSS



truetype.info
truetype.info logo

[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/

沒有留言:

張貼留言