Forum Moderators: open
.boltTopLeft {
background-image: url(http://www.example.com/cfeproducts/images/boltBG_left.jpg);
background-position: center top;
height: 36px;
width: 33px;
position: absolute;
left:50%;
margin-left:-418px;
top: 0px;
right: auto;
bottom: auto;
z-index: 1000;
}
.boltTopRight {
background-image: url(http://www.example.com/cfeproducts/images/boltBG_left.jpg);
background-position: center top;
height: 36px;
width: 33px;
position: absolute;
right:50%;
margin-right:-418px;
top: 0px;
left: auto;
bottom: auto;
z-index: 1000;
}
.boltBottomRight {
background-image: url(http://www.example.com/cfeproducts/images/boltBG_left.jpg);
background-position: center bottom;
height: 36px;
width: 33px;
position: absolute;
right:50%;
margin-right:-418px;
top: auto;
left: auto;
bottom: 0px;
z-index: 1000;
}
.boltBottomLeft {
background-image: url(http://www.example.com/cfeproducts/images/boltBG_left.jpg);
background-position: center bottom;
height: 36px;
width: 33px;
position: absolute;
left:50%;
margin-left:-418px;
top: auto;
right: auto;
bottom: 0px;
z-index: 1000;
}
[edited by: jatar_k at 5:09 pm (utc) on Oct. 2, 2006]
[edit reason] no urls thanks [/edit]