Log in

View Full Version : rotate image background



asoekaya
08-02-2008, 05:46 AM
Hello all..
i have a little problem..
i created a website http://nofiyanti.info
u see at background bg.jpg it appear at top...
so now i want to create it in footer in bottom of web page... using that image bg.jpg but just rotate view.. how can it be..??


body {
margin: 8%;
padding: 0;
font: .65em/1.3em Verdana, Tahoma, Helvetica, sans-serif;
color: #666666;
background: #f9f9ef url(../images/bg.jpg) top center no-repeat;
text-align: center;
}

thanks

Nile
08-03-2008, 02:03 AM
1) Make a new image thats the same as bg.jpg except upside down.
2) Make a div in the css.
3) Make the css of it this:


width: 1024px;
height: 531px;
background: #f9f9ef url(../images/bg1.jpg) bottom center no-repeat;