Log in

View Full Version : No Background



blugirlami21
09-25-2007, 06:27 PM
Is there some script or a way so that there is no background? All you can see is the layout? An example of this would be http://www.kristinrichardsononline.net/
But I can't figure out how she did it.

boogyman
09-25-2007, 06:33 PM
the top is all 1 image then uses an image map

and the rest of the body is just given the background color a0c3c5

devaka
10-06-2007, 05:16 PM
Yep, you can use

#element, body {
background: none;
background-color: red;
}

:)

Twey
10-06-2007, 05:57 PM
the top is all 1 image then uses an image mapWhich is bad, I should note, and leads to a very inflexible layout.