Guest Posted September 11, 2006 Posted September 11, 2006 Hi all, I have been searching around for a horizontal menu bar and found a css / html one that i like, Is there any way to insert it into the header so it appears below my logo.. The one inparticular that im looking at is: http://mywebpages.comcast.net/moronicbajeb...ssplay/hormenu/ Regards
digbydo Posted September 11, 2006 Posted September 11, 2006 you'll need to edit header.php accordingly.... it's in the includes folder one-click installation.. Dave's info
Guest Posted September 11, 2006 Posted September 11, 2006 you'll need to edit header.php accordingly.... it's in the includes folder How exactly could I do this as if you insert plain html you don't get anything appearing..
Squizzix Posted September 11, 2006 Posted September 11, 2006 Not having done this exact thing I can only speculate but I'd put the CSS bits in the "stylesheet.css" file and put another <tr> in"includes/header.php" after line 64 for the header nav menu you're trying to make.
muttsnuts Posted September 11, 2006 Posted September 11, 2006 How exactly could I do this as if you insert plain html you don't get anything appearing.. I have a horizontal menu, see www.liquidq.co.uk - unfortunately or otherwise I used dreamweaver so I didn't have to code it but if it looks like something you want to mess with then I could paste the code fromm my header page.
digbydo Posted September 11, 2006 Posted September 11, 2006 Not having done this exact thing I can only speculate but I'd put the CSS bits in the "stylesheet.css" file and put another <tr> in"includes/header.php" after line 64 for the header nav menu you're trying to make. yup.. remove that table completely and add your own... I stick it in a div which refers back to a css class. have fun... learn and play but above all BACKUP! :) one-click installation.. Dave's info
Recommended Posts
Archived
This topic is now archived and is closed to further replies.