I want to create a custom background image for the entire index page of my site. I have an 800px by 800px .png file coded into the CSS.
#main-container {
background-image: url(/assets/images/800x800.png);
}
It shows up in Dreamweaver. It shows up on the internal site check browser... When I FTP the changes to my site, the background image does not show up.
Is this a CSS error on my behalf or a browser error I am not aware of.?
How do designers get those elaborate background images on their pages.
2007-10-02
03:31:30
·
4 answers
·
asked by
rviano11
2
in
Computers & Internet
➔ Programming & Design