Switch to full style
HTML code examples
Post a reply

Start background image from its bottom

Wed Nov 09, 2011 11:39 pm

Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<
head>
<
title>Start background image from its bottom</title>
<
style type="text/css">
*.
box { 
 background
-image: url(1.jpg); 
 background
-position: bottom;
 padding-bottom:100px;
}
</
style>
</
head>
<
body>
  <div class="box"> 
  Your text here
.
  </div>
 
</body>
</
html> 




Post a reply
  Related Posts  to : Start background image from its bottom
 right bottom background image position     -  
 Move image in front of a background image     -  
 No repeated background image     -  
 Repeat background image on x axis     -  
 Repeat background image on y axis     -  
 Set position of background image in pixels     -  
 Hide the background image by one click     -  
 Table background image problem     -  
 Automatic change to webpage background image     -  
 background-image Anchor in header links     -  

Topic Tags

CSS Background