[advanced search]
Results from the most recent live auction are here.
21 members in the live chat room. Join Chat!
Register Rules & FAQ NP$ Store Active Threads Mark Forums Read
Go Back   NamePros.Com > Design and Development > Webmaster Tutorials
User Name
Password

Old 10-28-2007, 02:38 AM   · #1
RaptorRex
NamePros Member
 
RaptorRex's Avatar
 
Trader Rating: (0)
Join Date: Dec 2004
Posts: 90
NP$: 172.00 (Donate)
RaptorRex is an unknown quantity at this point
CSS for 2 background colors

I've seen this requested a few times. How can someone have 2 background colors split down the middle. The technique here is to use z-index to create a layer of backgrounds then make a new writing canvas as a top z-index onto which you build the actual web page. Here is the code:

<html>
<body style='background-color: red; margin: 0px; height: 100%;'>
<div style='position: fixed; top: 0; left: 0; width: 50%; height: 400%; background-color: yellow; z-index: 1;'></div>
<div style='position: absolute; top: 0; left: 0; z-index: 2; width: 100%;'>
To have a web page background be half one color and half another color. Great for a two-tone look.
</div>
</body>
</html>

This example lays down a solid red body background then puts a 50% wide yellow div over top of it. Then over top of all, it makes the new writing canvas.

A few notes:
- you need to set <body> height so that height of elements within <body> can be relative to something.
- the yellow div has height: 400%. This needs to be big enough to exceed the content on the writing canvas. Play with it in explorer (with a HTML4.01 doctype)...you'll see what I mean.
- the last div uses "position: absolute". "fixed" should work just as well but does not in IE. But "absolute" does.
- z-index is the key

See example at: http://upwithabang.com/articles/exa...background.html

It is worth noting that this method of creating a layer to be a new writing canvas (overtop of everything else) allows backgrounds to be as complex as you want.


Please register or log-in into NamePros to hide ads
__________________
http://UpWithABang.com/clips - free mail forms, guestbooks, and more
http://UpWithABang.com/developer-resources.html - for web tutorials, how-tos, and more
Free game download: http://UpWithABang.com/52Pickup - it's fun. Trust me. I'm a developer.
RaptorRex is offline   Reply With Quote
Old 10-30-2007, 02:15 PM   · #2
MJ
NamePros Regular
 
MJ's Avatar
 
Name: MJ
Location: Tucson AZ
Trader Rating: (82)
Join Date: Jul 2007
Posts: 861
NP$: 106.37 (Donate)
MJ has much to be proud ofMJ has much to be proud ofMJ has much to be proud ofMJ has much to be proud ofMJ has much to be proud ofMJ has much to be proud ofMJ has much to be proud ofMJ has much to be proud ofMJ has much to be proud ofMJ has much to be proud ofMJ has much to be proud of
Autism Special Olympics Baby Health
Ooo! I like this alot. Its great how the deviding line is always in the middle too if you resize it. The reason I like this alot is because it gives the illusion of frames (right and left) but its one page!! Great code thanks!
MJ is offline   Reply With Quote
Old 11-01-2007, 01:17 AM   · #3
mee2k7
NamePros Member
 
mee2k7's Avatar
 
Name: Gzthai.com
Location: www.Affifind.com
Trader Rating: (0)
Join Date: Oct 2007
Posts: 32
NP$: 0.00 (Donate)
mee2k7 is on a distinguished road
Great code thanks!
__________________
|Online Shopping|
mee2k7 is offline   Reply With Quote
Old 01-06-2008, 11:32 PM   · #4
wasiflaeeq
Account Closed
 
wasiflaeeq's Avatar
 
Trader Rating: (2)
Join Date: Aug 2007
Posts: 168
NP$: 13.00 (Donate)
wasiflaeeq is on a distinguished road
Gr8 Code
wasiflaeeq is offline   Reply With Quote
Old 01-19-2008, 11:29 AM   · #5
halishas
NamePros Member
 
Trader Rating: (1)
Join Date: Jan 2008
Posts: 35
NP$: 9.00 (Donate)
halishas is an unknown quantity at this point
tnx it nice very ty
halishas is offline   Reply With Quote
Closed Thread

NamePros is a revenue sharing forum.

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Site Sponsors
YUPPADS Find out how! Arcade Script
Advertise your business at NamePros
All times are GMT -7. The time now is 08:45 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0