Menu ID CSS
(1 viewing) (1) Guest
 | | |
|
TOPIC: Menu ID CSS
|
|
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
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
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
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:Menu ID CSS 3 Years, 2 Months ago
|
Karma: 0
|
|
I think i understood but I gotta try it.
Thanx for your help.
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
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
|
|
|
The administrator has disabled public write access.
|
|
|
|
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
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
 | | |