Members: 16,996
Threads: 38,846
Posts: 159,391
Online: 21

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse
Old 22.10.2004, 16:13   #1 (permalink)
Junior Mamber
 
Join Date: Jul 2004
Posts: 35
Cibulo is on a distinguished road
Default How do I....make a menu like that?

http://www.harveysofhalifax.co.uk/

Look at that menu....so cool.
How can I create a menu with submenus like that?

thanks for the help!
Cibulo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 22.10.2004, 16:24   #2 (permalink)
Baby Mamber
 
Join Date: Apr 2004
Location: Germany
Posts: 22
SensaiLee is on a distinguished road
Default Re: How do I....make a menu like that?

You have to do some changes to your template's css-file. Go to YOURTEMPLATE/css/template_css.css.

You should then insert the following lines (out of the css file of Harveys) and delete the corresponding ones that have already been in your file. Now you can change the colors to the ones you like.

Code:
a.mainlevel:link, a.mainlevel:visited {
  		font-family      : Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif; 
        	text-align: left;
		font-size: 0.9em;
		line-height:15px;
        	border-left: solid 1px #666;
		border-bottom: solid 1px #e9e9e9;
		border-top: solid 1px #e9e9e9;
		padding: 2px 2px 2px 4px;
		background: #ececec;
		width: 100%;
		color: #333; 
}

		
		
a.mainlevel:hover {
		background: #fff;
        	color: #993333;
        	text-align: left;
		border-left: solid 1px #111;
		border-bottom: solid 1px #e9e9e9;
		margin: 0px 0px 0px 0px;
		border-top: solid 1px #e9e9e9;
        	text-decoration  : none;
        }



a.mainmenu:link, a.mainmenu:visited {
        	text-align: left;
		line-height:15px;
        	border-left: solid 1px #666;
		border-bottom: solid 1px #e9e9e9;
		border-top: solid 1px #e9e9e9;
		padding: 2px 2px 2px 4px;
		background: #ececec;
		width: 100%;
		color: #333;        
}


a.mainmenu:hover, {
		background: #fff;
        	color: #993333;
        	text-align: left;
		border-left: solid 1px #111;
		border-bottom: solid 1px #e9e9e9;
		margin: 0px 0px 0px 0px;
		border-top: solid 1px #e9e9e9;
        	text-decoration  : none;
}



a.sublevel:link, a.sublevel:visited {
        	font-size: 0.9em;
		color: #993333;
		background: #fff;
        	text-align: left;
		line-height:15px;
        	border-left: solid 1px #D58787;
		1border-bottom: solid 1px #e9e9e9;
		border-right: solid 1px #e9e9e9;
		1border-top: solid 1px #e9e9e9;
		padding: 2px 2px 2px 14px;
		width: 100%;
		margin: 0px 0px 0px 0px;

}

a.sublevel:hover {
		background: #ececec;
        	color: #993333;
	    	text-decoration  : none;
        	text-align: left;
		border-left: solid 1px #111;
		1border-bottom: solid 1px #e9e9e9;
		margin: 0px 0px 0px 0px;
		1border-top: solid 1px #e9e9e9;
}
SensaiLee is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 25.10.2004, 10:24   #3 (permalink)
Junior Mamber
 
Join Date: Jul 2004
Posts: 35
Cibulo is on a distinguished road
Default Re: How do I....make a menu like that?

thamks for the info Sensailee...but what about those subenus? How are they created?
Thanks for your help!
Cibulo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 25.10.2004, 10:41   #4 (permalink)
Baby Mamber
 
Join Date: Apr 2004
Location: Germany
Posts: 22
SensaiLee is on a distinguished road
Default Re: How do I....make a menu like that?

Oh...

Goto "Menu-Manager" and create a new menu-item. You have to set a "parent"-item in one of the drop-down menus. That's it.

Have a look at the picture...
SensaiLee is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 18.11.2004, 01:09   #5 (permalink)
Baby Mamber
 
Join Date: Aug 2004
Posts: 6
Grantfuller is on a distinguished road
Default Re: How do I....make a menu like that?

I would also like to modify my menu so I get a drop down selection when hovering. Is that done with the CSS instructions? I have been searching for some tutorial help but I can't find what I want yet. I would be happy with a template that worked way if I could find one.
Grantfuller is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 18.11.2004, 01:19   #6 (permalink)
Baby Mamber
 
Join Date: Apr 2004
Location: Germany
Posts: 22
SensaiLee is on a distinguished road
Default Re: How do I....make a menu like that?

Try Stingrey's Tigra Menu:

http://www.stingrey.biz/content/view/86/86/
SensaiLee is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 18.11.2004, 11:32   #7 (permalink)
Baby Mamber
 
Join Date: Aug 2004
Posts: 6
Grantfuller is on a distinguished road
Default Re: How do I....make a menu like that?

Thanks for the tip, Stingrey's menu looks great. I have been getting "can't connect to mamboforge database" all day today. I'll try again later.
Grantfuller is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Template -> How to make an expanding Javascript menu MCK Mambo 4.5 'How Do I' Questions 5 02.07.2005 08:30
How to make always visible sub contents in main menu items kachete Mambo 4.5 General Talk 9 08.04.2005 22:45
make menu horizontal or vertical Fabster Mambo 4.5.1 'How Do I' Questions 14 23.12.2004 01:49
Adding a new menu to the left pane toby.batch Mambo 4.5.1 'How Do I' Questions 2 06.10.2004 17:36
Menu / Submenu question plindeman Mambo 4.5 'How Do I' Questions 0 18.07.2004 19:39


All times are GMT +2. The time now is 13:02.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.