Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Background image + Background color for webpage
Old 03-03-2011, 07:52 PM Background image + Background color for webpage
Skilled Talker

Posts: 83
Trades: 0
I've been trying to figure out how to put a background image on the upper half of my webpage, with the lower half just being a regular color.
I want it similar to this: http://www.udel.edu/researchmagazine/
I've tried setting it up using different positioning, but so far nothing as worked.
If anyone has any suggestions I would be greatly appreciative.
Thanks!
__________________
»
Please login or register to view this content. Registration is FREE
- Interactive maps for websites
»
Please login or register to view this content. Registration is FREE
for web developers
DmitryS is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-04-2011, 06:40 AM Re: Background image + Background color for webpage
cbeaudin's Avatar
Extreme Talker

Posts: 158
Name: cbeaudin
Location: Proud to be Canadian
Trades: 1
I assumed you want to do this to the body of the page. You can change #000 to whatever color you like and the repeat and positioning is at the end of the backround tag. Let me know if you have any questions.

Code:
body {
     background: #000 url('path-to-image.jpg') no-repeat top center;
}
__________________
- cbeaudin
cbeaudin is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Background image + Background color for webpage
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting 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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.25357 seconds with 12 queries