Wednesday, February 20, 2008

CSS Path Lesson Learned

Situation:

A graphic I was trying to display in the main page header on a website was not showing up. The header was build via a CSS page. All other graphics on the page were working.

Solution: CSS background:image links must be specified with the path from the css file, not from the page using it. (DUH)

No comments: