This is a discussion on "Another "How'd They Do That?" question" within the Graphics and 3D section. This forum, and the thread "Another "How'd They Do That?" question are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Another "How'd They Do That?" question
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Another "How'd They Do That?" question
..inspired by Sirkent's post with all the links for sites with great design.
Okay, some of the sites I visited on the list in Sirkent's post made start thinking (again) about those pages that have what appears to be ONE background image covering the entire screen. Question is (you got it): "How'd they do that?" So... how did they? ...without making anyone's pc crash with the file size. :wink: |
|
|
|
|||
|
any examples?
|
|
|||
|
I must be going slightly nuts because I don't remember making the post!
Sorry I've been revising for exams so I'm a little crazy atm! |
|
||||
|
use an image that can be tiled, and use css in the body tag:
|
|
|||
|
For some weird reason I can't find the original post now. Weird.
I've used the style code for fixed backgrounds, but the file size ends up huge, and if I reduce the file size enough to be acceptable the image quality looks awful. Some of the sites I visited were: http://www.rustboy.com http://www.code23.com http://www.2advanced.com http://www.curiousmedia.com http://www.m2photo.ca http://www.pixelranger.com appears to have the image covering the entire page. But a great example is at http://www.billybussey.com Off the top of my head... but there were a LOT of sites on the list on that site. I can't remember which of the above has a background image that covers the entire page. |
|
||||
|
the sites with what appears to be a gradient covering the whole background is actually just a two or three pixel wide gradient repeated horizontally. for example, this is the picture that is used on www.code23.com:
![]() |
|
|||
|
Actually what most of them do is they take a large image and they "splice" it. This makes the 1 250KB image 25 10kb images. Or whatever, also the gradients can be done like ben said.
|
|
|||
|
Ah, okay. I use sliced images a lot, but they don't work too well for gradients. lol
|
|
|||
|
Sirkent, did you see where I bumped that post in reference to this one, the post you couldn't remember making? 8)
|
|
|||
|
Oh good grief. Um, yeah.. I knew that.
|
|
|||
|
i found away to make the background adjust and stretch, u will need to have an image that is suitable thou and of course get it at a decent file size....
|
|
|||
|
Thanks mills!! 8)
|
|
|||
|
this is wat i used
<body background="image url" valign="top" bgcolor="#000000" text="#ffffff" link="#ffffff" vlink="#ffffff">
this is what i used 4 my website an it worked 4 me |
![]() |
| Tags |
| quothowd, they, thatquot, question |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Creating a "tag" system to find relevant "related" pages | MrQuestions | PHP Forum | 3 | Mar 20th, 2008 23:06 |
| [SOLVED] Show "Image" Depends On User "Status"? | Monie | Classic ASP | 6 | Oct 16th, 2007 01:22 |
| ? IS "meta name="robots" content="?" necessary in pages ? | Love2Java | Starting Out | 6 | Aug 8th, 2007 13:48 |
| window.opener.document["nameForm"].getElementById("someid").value; doesnt work | drpompeii | JavaScript Forum | 0 | Feb 17th, 2007 23:09 |
| Newbie Question- Basic HTML email method="post" | Bagel | Web Page Design | 4 | Aug 18th, 2006 12:03 |