Best way to position a two part background in CSS?
Posted
by
Kevin Z
on Stack Overflow
See other posts from Stack Overflow
or by Kevin Z
Published on 2010-12-30T07:51:32Z
Indexed on
2010/12/30
7:53 UTC
Read the original article
Hit count: 232
Hey All!
I have a weird background I am trying to figure out the best way to style it.
So, there are two parts to the background image, the top part which has a unique horizontal and vertical design (its about 1024x700) then a bottom section that has a unique style horizontally, but can be repeated vertically . (1024 x 1)
Right now I have the top section being a background image for the header, the problem is that it screws me up for styling all of the page content because it is so big!
What would be the best way to code a two piece background like that in HTML and CSS?
Thanks!
Kevin
© Stack Overflow or respective owner