The styles for the Navigation Menu are written in the myNav.css file. This file is acting strangly as it will not link to the website pages when it is deposited in the styles folder. When I place it in the styles folder I call it "styles/myNav.css" just as I would with other style sheets.
Why can this be ? :confused:
07-20-2011, 10:55 PM
rtrethewey
You forgot the folder name in the link tag's href attribute. You probably need to use this code instead:
It has to do with the background url of the navMenu. If you put the style sheet in that folder, the url should be: ../album/sprites_navbar.jpg. Urls in style sheets are always relative to the style sheet, not to the file it is called into.