Home » Forum
NoNumber!

Joomla! extensions & websites
development / support / consultancy

I try to respond within 24 hours (excluding weekends). If I haven't responded by then, feel free to post a reminder or bug me via email.
Welcome, Guest
Please Login or Register.    Lost Password?

[SOLVED] How do I make menu vertical?
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: [SOLVED] How do I make menu vertical?
#650
[SOLVED] How do I make menu vertical? 1 Year, 10 Months ago  
Ok, so all your menu items have different size images (height)?

You can fix that in the normal mystyle.css:
div.customenu_mystyle span.span_link_1 span {
   height: 27px;
}
div.customenu_mystyle span.span_link_2 span {
   height: 31px;
}
div.customenu_mystyle span.span_link_3 span {
   height: 29px;
}
etc...

Peter van Westen
Admin
Posts: 4533
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#669
[SOLVED] How do I make menu vertical? 1 Year, 10 Months ago  
I am not sure if this is customenu issue or my template, everything works fine in FF 2.0.0.17 but not in IE7.
aravot
Posts: 7
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#670
[SOLVED] How do I make menu vertical? 1 Year, 10 Months ago  
Yeah, IE and FF are especially different when it comes too CSS.

Try removing the float:left;
And play around with the display property (changing, removing)
Peter van Westen
Admin
Posts: 4533
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
Go to topPage: 123
Joomla Open Source Training