Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

need help making a graphical header/navigation bar


besc0

Recommended Posts

hello ppl, i need ur help.....

 

i need to create a graphical navigation bar/ header instead of the original

navigation7pj.jpg

 

 

thxs

 

the most anoying part are the links with php variables and that stuff

 

i hope some one could help me

 

i know my english sucks but i hope u could understand my problem...

 

best regards

 

Paul

Link to comment
Share on other sites

You could use an image map if your navigation bar needs to be graphical. Making links work with PHP is fairly simple.

 

For Example:

<?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT, 'cPath=XX') . '"><b>XXXXXX</a>'; ?>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...