Div background-position: right -1px; : div background « Tags « HTML / CSS






Div background-position: right -1px;

     


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US"
  xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title></title>
<style rel="stylesheet" type="text/css">
.date {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #FEF9ED;
  float: left;
  line-height: 17px;
  padding: 0 18px 0 8px;
  margin-top: -1px;
  border-top: 1px solid #9E6E2E;
  background-image: url(images/date.gif);
  background-position: right -1px;
  background-repeat: no-repeat;
  background-color: #C58A3B;
}
</style>
</head>
<body>
   <div class="date">July 25th, 2008</div>

</body>

</html>

   
    
    
    
    
  








Related examples in the same category

1.div background: rgb(218, 220, 243);
2.div background: lightyellow;
3.DIV background: black;
4.div::before background: black;
5.div background: #000;
6.div with background image
7.Div background: url(images/bg.gif) top left repeat-y;
8.Div background-image: url(images/date.gif);
9.Div background-repeat: no-repeat;
10.Div background-color: #C58A3B;
11.DIV background: #BD9C8C;
12.div background-position: 10px 10px;
13.div background-position: 10% 10%;
14.div background-position: top left;
15.div background-position: top center;
16.div background-position: top right;
17.div background-position: right center;
18.div background-position: bottom right;
19.div background-position: bottom center;
20.div background-position: bottom left;
21.div background-position: left center;
22.div background-position: center center
23.div background-position: top 10px;
24.div background-position: 10px top;
25.div background-position: center 50%;
26.div background-position: 50% center;
27.div background-position: 50% 10px;
28.div background-position: 10px 50%;
29.DIV with class name set up for font, size, background color and color
30.DIV with background