Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > background images

background images
Thread Tools
Fresh-Faced Recruit
Join Date: Sep 2001
Location: Leiria - Portugal
Status: Offline
Reply With Quote
Jan 1, 2003, 06:05 PM
 
There is any way to put an image as background, without being tiled and that don't scroll with the text?
     
Senior User
Join Date: Dec 2002
Status: Offline
Reply With Quote
Jan 1, 2003, 08:41 PM
 
Yes, it can be done with CSS. CSS as follows:

body{
background-image: url(bgpic.jpg);
background-repeat: no-repeat;
}

You can also choose where it displays this non-repeating background image. The default is top left.
     
Grizzled Veteran
Join Date: Jun 2001
Location: Melbourne, Australia
Status: Offline
Reply With Quote
Jan 1, 2003, 09:35 PM
 
Originally posted by redJag:
Yes, it can be done with CSS. CSS as follows:

body{
background-image: url(bgpic.jpg);
background-repeat: no-repeat;
}

You can also choose where it displays this non-repeating background image. The default is top left.
Don't forget to add:

background-attachment: fixed;

this will stop the image from scrolling, but only in browsers that support it. Don't rely on it working for all browsers or you'll be very disappointed. I think IE5+ and NS/MZ 6+ will be fine.
Computer thez nohhh...
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 02:00 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2