bout ur entry..., a lil icon on the top |
bout ur entry..., a lil icon on the top |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 95 Joined: Feb 2004 Member No: 3,903 ![]() |
does anybody know how 2 put a icon on the top right corner of ur entry box?(4 each entries)? cuz wen i c ppl make css layout i c they put a lil moving pic or icon in the corner of the entry box...how do u do that?
![]() |
|
|
![]() |
*lookitskim* |
![]()
Post
#2
|
Guest ![]() |
CODE <!-- begin code provided by createblog.com --> div.blogheader, .caption { /* edits the dates */ background-image: url(URL IMAGE HERE); background-repeat background-repeat: no-repeat; background-position: top right; font-family:arial; text-transform:lowercase; font-size:20px; line-height:70px; font-weight:bold; color:#c0c0c0; letter-spacing:0px; background-color: #ffffff; text-align: center; padding-right: 60px; } <!-- end code provided by createblog.com --> Put this in ur CSS or just put this with ur blogheader if u already have one CODE <!-- begin code provided by createblog.com -->
background-image: url(URL IMAGE HERE); background-repeat background-repeat: no-repeat; background-position: top right; <!-- end code provided by createblog.com --> |
|
|
![]() ![]() |