| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: Feb 2008
Posts: 99
|
Website stretch over whole page
How do you do so your website stretch over whole page? Like it does on this one: Panic - Coda - One-Window Web Development for Mac OS X Also how do you do so the shadow fades on the left and right side. Like it does in this picture: |
|
|
|
|
|
#2 (permalink) |
|
id
Join Date: May 2008
Location: Ottawa
Posts: 212
|
The typical method is to use a block container with a background. STYLE Code:
Code:
The background in the example you've given is a little different from the method above. They have a background image on the body instead of an explicit container. Both valid approaches depending on what you want to achieve. The dropshadow effect was done in a graphics program. |
|
|
|
#5 (permalink) |
|
id
Join Date: May 2008
Location: Ottawa
Posts: 212
|
There are many ways to do it. In Photoshop two easy ways are: 1) select layer 2) blending options - dropshadow 3) create layer from blend 4) transform OR 1) create new layer 2) draw black ellipse in the shape of the dropshadow 3) position 4) gaussian blur to your liking and play with opacity |
|
|
|
#7 (permalink) |
|
id
Join Date: May 2008
Location: Ottawa
Posts: 212
|
For a pattern you'd use the following instead: Code:
By omitting the background-repeat property it will automatically repeat in both the x and y axes. |
|
|
|
#11 (permalink) |
|
Registered User
Join Date: Jun 2008
Posts: 7
|
So pattern is good now, next I have to insert an image/logo over this, which has the same pattern so it will flow, BUT this logo has a larger heigth... how would I go about making space above the pattern so it will fit? Thanks |
|
![]() |