-
Wade Sherman replied to the topic Anyone want to give me some feedback? in the forum TECHNOLOGY 15 years, 1 month ago
delete the whole < img > out of your header since you set it as the backround of the header div. Right now it is pushing the menu and title down behind your content.
then in your CSS for #header… remove the two periods leading the location of header.jpg. It should look like “url(/images/header.jpg)” instead of “url(../images/header.jpg)” The…[Read more]