Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 10:58:49 PM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155556 Posts in 21715 Topics by 7737 Members
Latest Member: gx-world
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Menu Styling Problem  (Read 328 times)
Synwave

Offline Offline

Posts: 5


WWW
« on: November 01, 2011, 03:51:42 PM »

Greetings,

I am new to websitebaker and seem to have hit a dead end while trying to style my menu.

The parent menu is styled they way I want it but styling the child menus is giving me problems.

I have installed the show_menu2 module and the CSS makes my child menus bold but no other CSS styling is working.

I simply want to change the font colour and background image of my child menus to look like the image below:


Can someone please tell me if the show_menu2 module is required or if I can style it with the default menu module.


Thanks in advance
Sam
« Last Edit: November 06, 2011, 02:35:41 PM by Synwave » Logged
jacobi22
Betatester
*
Offline Offline

Posts: 1376


WWW
« Reply #1 on: November 01, 2011, 06:16:58 PM »

Your Problem is here (template.css)
Code:
.menu a:link, .menu a:visited, .menu a:active {
padding: 4px 10px 4px 27px;
color: #454444;
display: block;
background-color: #d9d9d9;
text-decoration: none;
background-image: url(images/menu_back_grey.gif);
}
.menu a:hover {
background-color: #d9d9d9;
text-decoration: none;
background-image: url(images/menu_back_green.gif);
}

It works for the Parent Menu an the Childs too. Delete this Part and define it new with your favorit colors and font-styles for the menu class
  • menu-sibling  (first menu-point = Wir über uns)
  • menu-expand (Innenraumbegrünung)
  • menu-child
  • menu-last
  • menu-current
Logged

LG Uwe

Wer sagt, Reichtum ist alles, hat nie ein Kind lächeln gesehen.
Synwave

Offline Offline

Posts: 5


WWW
« Reply #2 on: November 01, 2011, 06:50:54 PM »

Yep! That will do it.

Jacob.....Thank you soo much!!
Logged
Synwave

Offline Offline

Posts: 5


WWW
« Reply #3 on: November 02, 2011, 03:12:37 AM »

I have made some progress with your information but have run into a few problem. I've sent you a PM.

Thanks
Sam
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!