Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Background image but no mosaic

Status
Not open for further replies.

fterrazas

Technical User
Dec 29, 2000
43
0
0
ES
I have an image I want to use for the background of my homepage, I'm using Dreamweaver to build it, I want to know how can I make this background image to take a centered style not the mosaic style, I search in dreamweaver but I don't know if I can do this, please help me, thanks.
 
Use CSS

body {
background-image: imageURL;
background-repeat: no-repeat
background-position: center center;
}

works in IE4+ and NS6+





Chris.

Indifference will be the downfall of mankind, but who cares?
 
gasp a FAQ on this one

faq215-2573

<signature>
sometime you just gotta say &quot;WHAT THE @#*% !!&quot;
</signature>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top