image across the whole page

  • Thread starter Thread starter Lisa A
  • Start date Start date
L

Lisa A

I'd like to find out how to have the image across the whole page. Mine look
like they are in a box and I have to fill in the background with a color.
I'd like to get this look without having it a part of the background which
would take forever to load. Anyone know how to get this look? Here is an
example of what I'd like to do.
http://www.curranfarm.com/
Thanks!
 
Using styles, apply background-image to the HTML elment you want to fill
with the background image.

For examples, do a google search for "HTML apply background image"

...PC
 
Why the two relative positioned divs? Why the two absolute positioned ones?

Particularly with the latter, you will have layout problems when your
visitor resizes the text in their browser.

Also, why are you using a print metric to size your text? Use px, em, en,
ex, percent, font-size names, or +/- numbers instead.
 
Back
Top