Hello all,
Any idea how I can attain a horizontal split background with space in middle, without any images like this?
![]()
Hello all,
Any idea how I can attain a horizontal split background with space in middle, without any images like this?
![]()
That depends. Is this space directly related to content in the document? If so, a container for that content can have a white background, whilst the body element has the blue-grey background. If not, then an image is the best solution. A 162-byte PNG would do the trick, using the declaration
applied to the body element.Code:background: #ebeff2 url(background.png) 0% 0% repeat-x;
Mike
Yeah, if you can use two seperate elements each with one color, then that's easy and would work well. Two divs, for example, or, as mike said, something and the body.
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
Thanks, that worked perfect!
Bookmarks