Can not add a backgorund image?
#1 Guest_Steve_*
Posted 21 February 2011 - 10:35 PM
#2
Posted 22 February 2011 - 03:51 AM
please add a link to your site so we can look into this,
thanks,
Ronald
Join the iThemes Builder Community on Google+.
To ensure that we can process your support request efficiently, ALWAYS include a link to your site, and/or the page your request is related to. Please also read the forum guidelines.
When asking your question/posting your request on the forum, please be as concise and specific as possible. The shorter your request, the more to the point, the more specific, the easier it will be for us to try and help out.
#3 Guest_Steve_*
Posted 22 February 2011 - 11:57 AM
#4 Guest_Steve_*
Posted 22 February 2011 - 01:10 PM

this is how i want it to look

the picture of me should be fixed and not move when scrolled, how do i accomplish this? any help would be great thanks !
#5
Posted 23 February 2011 - 12:47 AM
Please mail what you typed above to sridhar@ithemes.com.
Also include a URL of this thread.
Builder FAQ | Builder Wiki | Builder Basics Videos | Builder Advanced CSS Videos
Follow me on Twitter | Get latest news on Builder at our Facebook page | My Builder Snippets Blog
#6
Posted 02 March 2011 - 01:42 AM
#container {
background: url("http://i146.photobucket.com/albums/r264/StevieHype/StevehPort.png") no-repeat;
width: 1350px;
min-height: 810px;
}
#content {
margin-left: 260px;
width: 670px;
}
.sidebar {
width: 400px;
}
For another variation, try
#container {
background: url("http://i146.photobucket.com/albums/r264/StevieHype/StevehPort.png") 0px 10px no-repeat;
width: 1050px;
min-height: 810px;
}
#content {
margin-left: 250px;
}
Builder FAQ | Builder Wiki | Builder Basics Videos | Builder Advanced CSS Videos
Follow me on Twitter | Get latest news on Builder at our Facebook page | My Builder Snippets Blog




