left nav help - PLEASE
Posted: Fri Nov 14, 2003 10:30 pm
I'm very new to php, but here's what I'd like to have happen.
Situation:
/directory1
/directory2
/directory3
When a user is on a page within /directory1 the left nav image for that section would be highlightd (i.e. the rollover state). Likewise if a user is on a page within /directory2 the left nav image would be that rollover state.
Basically
/directory1/*.* the left nav image would change to leftnav_image1.gif
/directory2/*.* the left nav image would change to leftnav_image2.gif
/directory3/*.* the left nav image would change to leftnav_image3.gif
Where *.* is either an HTML or PHP page that is under a category. The rule would apply to all files with their respective directory.
Any thoughts?
Situation:
/directory1
/directory2
/directory3
When a user is on a page within /directory1 the left nav image for that section would be highlightd (i.e. the rollover state). Likewise if a user is on a page within /directory2 the left nav image would be that rollover state.
Basically
/directory1/*.* the left nav image would change to leftnav_image1.gif
/directory2/*.* the left nav image would change to leftnav_image2.gif
/directory3/*.* the left nav image would change to leftnav_image3.gif
Where *.* is either an HTML or PHP page that is under a category. The rule would apply to all files with their respective directory.
Any thoughts?