Home  |  About  | Last |  Submit  |  Contact
AllQuests.com




Previous Question:  CSS Padding problem Weird  CSSNext Question:  How to get parent of absolute positioning element  CSS
Question how to achieve top half ( SitePoint Forums CSS )
Updated: 2008-11-23 05:25:01 (2)
how to achieve top half

http://www.31three.com/

The blue and grey sleek full-width in this page was made in CSS? Or how would it be possible? I am looking to create a page similar to this one, and I could do it in CSS just wondering if they used CSS? I tried looking at the source and was confused...or was this attained with javascripting?

Answers: how to achieve top half ( SitePoint Forums CSS )
how to achieve top half

Thanks Paul!

baggypants303

how to achieve top half

Hi,

If you are talking about the dark blue background and small grey bar at the top of the page then they are simply a bacground image in th body.
Code:
body { background:#fff url(http://www.31three.com/Resources/background2.gif) repeat-x left top;}
Paul

Paul O'B

Previous Question:  CSS Padding problem Weird  SitePoint Forums  CSSNext Question:  How to get parent of absolute positioning element  SitePoint Forums  CSS

- Source: how to achieve top half SitePoint Forums CSS
- Previous Question: CSS Padding problem Weird SitePoint Forums CSS
- Next Question: How to get parent of absolute positioning element SitePoint Forums CSS