Add background logos–help!
-
I need help including our logo in the background of the blog. Generally, I’d like 2 logos; one on each side of the blog. And i’d like it to be fixed so that as someone scrolls up or down, the logos stay stationary.
The site is shoesthatloveyou.wordpress.com
I had these css codes, but they aren’t working.
#image1 {
position:absolute;
top:150px;
left:200px;
width:231px;
height:1700px;
display:block;
background:url(‘http://shoesthatloveyou.wordpress.com/files/2009/06/logo3.jpg’) no-repeat;
}#image2 {
position:absolute;
top:150px;
right:200px;
width:231px;
height:1700px;
display:block;
background:url(‘http://shoesthatloveyou.wordpress.com/files/2009/06/logo3.jpg’) no-repeat;
padding:0 10px 10px;
}I’d appreciate the help! Thanks!!
The blog I need help with is: (visible only to logged in users)
-
-
- The topic ‘Add background logos–help!’ is closed to new replies.