Switch to full style
HTML code examples
Post a reply

right bottom background image position

Wed Nov 09, 2011 11:44 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:right bottom;
 padding-bottom:100px;
 color:#FFFFFF;
}
</
style>
</
head>
<
body>
  <div class="box"> 
  Your text here
.
  </div>
 
</body>
</
html>
 




Post a reply
  Related Posts  to : right bottom background image position
 Start background image from its bottom     -  
 Set position of background image in pixels     -  
 X and Y background position     -  
 setting div background position     -  
 Change background position when mouse over     -  
 Move image in front of a background image     -  
 No repeated background image     -  
 Table background image problem     -  
 Repeat background image on y axis     -  
 Hide the background image by one click     -  

Topic Tags

CSS Background