Results 1 to 2 of 2

Thread: rotate image background

  1. #1
    Join Date
    Jun 2008
    Posts
    14
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default rotate image background

    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..??

    Code:
    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

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    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:
    Code:
    width: 1024px;
    height: 531px;
    background: #f9f9ef url(../images/bg1.jpg) bottom center no-repeat;
    Jeremy | jfein.net

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •