Switch to full style
HTML code examples
Post a reply

Repeat background image on x axis

Wed Nov 09, 2011 1:39 am

Repeat image on x axis
Code:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<
head>
  <
meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <
title>Repeating Background image  horizontally</title>
  <
style type="text/css">
  
body 
    
background-imageurl(1.jpg);
    
background-repeatrepeat-x;
  }
  </
style>
  
</
head>

<
body>
  
   <
pYour content here</p>

</
body>
</
html>
 




Post a reply
  Related Posts  to : Repeat background image on x axis
 Repeat background image on y axis     -  
 draw 2d curve with showing x axis and y axis     -  
 Move image in front of a background image     -  
 No repeated background image     -  
 Set position of background image in pixels     -  
 right bottom background image position     -  
 Start background image from its bottom     -  
 Table background image problem     -  
 Hide the background image by one click     -  
 Automatic change to webpage background image     -  

Topic Tags

CSS Background