1
unsinner
custom menu
  • 2008/11/13 21:47

  • unsinner

  • Just popping in

  • Posts: 87

  • Since: 2006/3/15


i need a custom menu for my site i need it to work like the default menu but with pics can any body help?

2
Anonymous
Re: custom menu
  • 2008/11/13 22:23

  • Anonymous

  • Posts: 0

  • Since:


Two ways:

1. Edit the main menu section of your theme's style.css to include an image (can be left, right or background), or

2. If you really do want a "custom menu" them look in the News section of this site for the latest release of the MultiMenu module.

To add an image to Main Menu then take a look at this code from the BlueHue theme as an example (applied to both Main Menu and User Menu - vary it to suit your needs):

td#mainmenu a {
    
displayblock;
    
margin3px;
    
padding3px;
    
border-left4px solid #999;
    
border-bottom1px solid #999;
    
backgroundurl(images/go.gifno-repeat right;
}
td#mainmenu a:hover {
    
border-left4px solid #f90;
    
border-bottom1px solid #f90;
    
colorinherit;
    
background-color#efefef;
}
td#mainmenu a.menuSub {
    
margin3px 3px 3px 12px;
}
td#usermenu a {
    
displayblock;
    
margin3px;
    
padding3px;
    
border-left4px solid #999;
    
border-bottom1px solid #999;
    
backgroundurl(images/go.gifno-repeat right;

}
td#usermenu a:hover {
    
border-left4px solid #f90;
    
border-bottom1px solid #f90;
    
colorinherit;
    
background-color#efefef;
}
td#usermenu a.highlight {
    
background#f90;
}

3
unsinner
Re: custom menu
  • 2008/11/14 3:32

  • unsinner

  • Just popping in

  • Posts: 87

  • Since: 2006/3/15


cool

4
unsinner
Re: custom menu
  • 2008/11/19 0:59

  • unsinner

  • Just popping in

  • Posts: 87

  • Since: 2006/3/15


i would like to place a image next to each link

5
design4cms
Re: custom menu
  • 2008/11/25 23:43

  • design4cms

  • Just popping in

  • Posts: 7

  • Since: 2008/11/19


thanks for the suggestions

Login

Who's Online

236 user(s) are online (161 user(s) are browsing Support Forums)


Members: 0


Guests: 236


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits