• Free Domain Names with Yearly hosting

You are here: Home Joomla Joomla Forums

spacer
Welcome, Guest
Please Login or Register.    Lost Password?

Menu ID CSS
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Menu ID CSS
#716
Menu ID CSS 3 Years, 2 Months ago Karma: 0  
Hey guys!
i am using this module on my website and I think it is the best in the class.
There is an option of enabling MENU ID CSS. I would like to know, how can I tell this module the menu ID I want to adjust. Is it necessary to write several different css files or it can be written in the default one? If I need to write several css files, what should be their names etc.
Thax a lot
jtomasik (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#717
Re:Menu ID CSS 3 Years, 2 Months ago Karma: 14  
Hi,

You can add the CSS code to any CSS files currently in use by your site, either the one that comes with this module or your templates CSS file - its up to you how you wish to split the information.

As to accessing the menu IDs via CSS you will need to look at either the source code of the menu from one of you web pages and look for something like: id="sbd1" in a <dt> tag or using the menu manager look at the Itemid of your menu items, i.e Menu Item: Home, Itemid: 1

To access the menus by CSS all you need to do is something like:

#sbd<Itemid> {} i.e: #sbd1 {}
Or
.accordion-menu #sbd<Itemid>

Hope this is of some help, please ask if you don't quite understand our probably bad explaination.

Many Thanks
SimpleByDesign (Admin)
Moderator
Posts: 435
graph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1977-09-21
The administrator has disabled public write access.
 
#718
Re:Menu ID CSS 3 Years, 2 Months ago Karma: 0  
I think i understood but I gotta try it.
Thanx for your help.
jtomasik (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#948
Re:Menu ID CSS 2 Years, 1 Month ago Karma: 0  
SimpleByDesign wrote:
Hi,

You can add the CSS code to any CSS files currently in use by your site, either the one that comes with this module or your templates CSS file - its up to you how you wish to split the information.

As to accessing the menu IDs via CSS you will need to look at either the source code of the menu from one of you web pages and look for something like: id="sbd1" in a <dt> tag or using the menu manager look at the Itemid of your menu items, i.e Menu Item: Home, Itemid: 1

To access the menus by CSS all you need to do is something like:

#sbd<Itemid> {} i.e: #sbd1 {}
Or
.accordion-menu #sbd<Itemid>

Hope this is of some help, please ask if you don't quite understand our probably bad explaination.

Many Thanks


hi, i have follow all the direction you give but why my menu not display image??
anuar (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#950
Re:Menu ID CSS 2 Years, 1 Month ago Karma: 14  
Hi,

Images may depend upon size set to the width/height of the menu item or the physical location is not mapped correctly.

Do you have a site we can look at which will make it easier to help or paste the CSS code and HTML menu code that of the menu...

Many Thanks
SimpleByDesign (Admin)
Moderator
Posts: 435
graph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1977-09-21
The administrator has disabled public write access.
 
Go to topPage: 1
Copyright © Simple By Design Limited