Switch to full style
CSS code examples
Post a reply

background attachments

Mon Feb 27, 2012 2:02 pm

In this example we show the most of background css properties associated with body tag.
Code:
<html>

<
head>
  <
title>background attachments</title>
<
style type='text/css'>
body {
  
background-imageurl("site_logo.gif");
  
background-positionleft;
  
background-repeatno-repeat;
  
background-color#ccee51; }
  
background-attachmentfixed

</
style>

</
head>

<
body>
<
p
 
In example we focus on using most of background 
 control 
for the body tag.
</
p>
</
body>
</
html>
 




Post a reply
  Related Posts  to : background attachments
 Send Email Recipient CC,BCC MimeMultipart, Attachments     -  
 two Different background colors     -  
 Background Extraction     -  
 Add background to body     -  
 X and Y background position     -  
 change background color with RGB     -  
 change background of the paragraph     -  
 Background color - mile200     -  
 skymiles background color     -  
 Table with colored background     -  

Topic Tags

CSS Background