Hmm I Need Two Backgrounds !!

This is a discussion on "Hmm I Need Two Backgrounds !!" within the Web Page Design section. This forum, and the thread "Hmm I Need Two Backgrounds !! are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 6th, 2007, 01:46
Highly Reputable Member
Join Date: Jul 2005
Location: Northampton, England
Age: 19
Posts: 506
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to bruno89
Hmm I Need Two Backgrounds !!

ok so on my site (www.bruno89.co.uk) i wana have 2 backgrounds right?.. but i only know how to do 1.. i was thinking maby i could fload a div on one side but im not sure how to do it and befor i break my ass trying to figure it out i wana know if there is anyway i can add two background images one either side of the page or not.. if not anyone got any help they can gime couse im new to css and im kinda rubish at it lol ( even if i did get it to validate on ma own NEEEEEERRRRRRRRR ) lol

cheers peeps..
peace out bruno
Reply With Quote

  #2 (permalink)  
Old May 6th, 2007, 12:34
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Hmm I Need Two Backgrounds !!

Sure ... I'll see if I can do this without testing it.

html with a wrap div with two columns inside.
Code: Select all
<div id="wrap">
    <div id="content1">This is your left column</div>
    <div id="content2">This will be your right column</div>
 </div>
css
Code: Select all
#wrap {
width: 780px;
margin: 0 auto;
}
#content1 {
background: url (yourimage.jpg) repeat;
 width: 390px;
float: left;
}
#content2 {
background: url (nextimage.jpg) repeat;
width: 390px;
float:right;
}
Content2 can be floated left as well. It's up to you.

Last edited by Lchad; May 6th, 2007 at 12:39. Reason: background added
Reply With Quote
  #3 (permalink)  
Old May 6th, 2007, 13:13
Highly Reputable Member
Join Date: Jul 2005
Location: Northampton, England
Age: 19
Posts: 506
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to bruno89
Re: Hmm I Need Two Backgrounds !!

lol i found out how to do it dont worry thanks anyway well actualy i say i found out... ryan told me :P
Reply With Quote
  #4 (permalink)  
Old May 6th, 2007, 14:02
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,648
Thanks: 0
Thanked 7 Times in 7 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Hmm I Need Two Backgrounds !!

CSS 3 supports multiple backgrounds tee hee. Be cuttig edge! Move the intarweb screenie forward!
__________________
I've got <style> and .class
Reply With Quote
  #5 (permalink)  
Old May 6th, 2007, 14:03
Highly Reputable Member
Join Date: Jul 2005
Location: Northampton, England
Age: 19
Posts: 506
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to bruno89
Re: Hmm I Need Two Backgrounds !!

lol so your saying iv only just lernt css 2 and now theres a 3? gosh this takes the mic lol
Reply With Quote
  #6 (permalink)  
Old May 6th, 2007, 20:46
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Hmm I Need Two Backgrounds !!

Yeah, CSS3 just isn't supported very well. Actually, there isn't a browser out yet that even comes close to fully supporting it.
Reply With Quote
  #7 (permalink)  
Old May 7th, 2007, 13:30
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,648
Thanks: 0
Thanked 7 Times in 7 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Hmm I Need Two Backgrounds !!

but yeah you are going to needa wrapper and body backgrounds.. gnarly.
__________________
I've got <style> and .class
Reply With Quote
  #8 (permalink)  
Old May 11th, 2007, 04:32
Reputable Member
Join Date: Dec 2005
Location: Texas
Age: 19
Posts: 328
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to daygon Send a message via MSN to daygon Send a message via Yahoo to daygon
Re: Hmm I Need Two Backgrounds !!

start brushing up on css3 bruno, becoma a master while its young. Happy 10 year anniversary css1!
Reply With Quote
  #9 (permalink)  
Old May 11th, 2007, 14:26
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,648
Thanks: 0
Thanked 7 Times in 7 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Hmm I Need Two Backgrounds !!

CSS 3's multi column module is nice too. Now if one could specify a background for each column. Wouldn't that be nice.

Example: http://www.newguyinennis.com/samples/css3_column_test/
__________________
I've got <style> and .class
Reply With Quote
Reply

Tags
backgrounds in css

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
two backgrounds! can it be done? christopher Web Page Design 6 Mar 9th, 2008 11:20
web backgrounds danny322 Graphics and 3D 3 Mar 7th, 2008 09:38
Question about backgrounds Moonlilly Starting Out 1 Feb 2nd, 2007 18:16
Web Backgrounds jimz Graphics and 3D 12 Mar 8th, 2006 22:27
Stretching Backgrounds ed@thehaunting.net Flash & Multimedia Forum 1 Apr 7th, 2004 13:54


All times are GMT. The time now is 13:19.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43