baggypants303
09-18-2004, 02:25 PM
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?
websterworld
09-18-2004, 03:19 PM
You mean this (http://www.31three.com/Resources/background2.gif) background gif? :eek:
Here is the CSS:
body { background-image: url(Resources/background2.gif); background-attachment: scroll; background-repeat: repeat-x; background-position: left top; background-color: #ffffff; }
Not very hard is it?
But I wouldn't recommend on doing it that way.
Go to a few sites like AListApart, HtmlHelp and W3.org to get you started. :)
Eugene
sea otter
09-18-2004, 05:49 PM
And don't forget http://www.sitepoint.com :)
NetHosted-Andrew
09-18-2004, 07:19 PM
Wow their site is truly beautiful :)
Andrew
baggypants303
09-19-2004, 10:26 AM
I love their site, and if you see their portfolio you will be even more amazed.!!
sonicgroup
09-19-2004, 02:50 PM
The site may look good, but the code is horrific. Half their attribute values are quoted, half aren't. it doesn't validate (http://validator.w3.org/check?verbose=1&uri=http%3A//www.31three.com/index.html), and it only works properly in IE.