bosu
Junior Member
Posts: 5
Registered: 1/31/2005
Member Is Offline
|
| posted on 1/31/2005 at 12:19 PM |
|
|
Tigra Meny links
Hi there
Is it possible to disable hyperlinkeffects on the folders.
Its only the file icon i use as links
I have problem to find the right place in jsfiles where this links are created
i Hope that someone can help
Bo
|
|
|
olga
Administrator
Posts: 84
Registered: 11/22/2004
Member Is Offline
|
| posted on 1/31/2005 at 08:37 PM |
|
|
Tigra Meny links
If i've got you right, you want to disable underline effect or any other effect for the items of root level. In that case you should change your
menu.css file.
For example:
.m0l0iover {
font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration: underline; padding: 4px;
color: #FFFFFF;
}
Replace "text-decoration: underline;" with "text-decoration: none;"
This part of documentation page will help you:
http://www.softcomplex.com/products/tigra_menu/docs/#styles
|
|
|
bosu
Junior Member
Posts: 5
Registered: 1/31/2005
Member Is Offline
|
| posted on 1/31/2005 at 09:42 PM |
|
|
but...;)
Thank you very much for the answer.
I have no file called meny.css
in my version of tigra meny its tree.js, tree_items.js and tree.tpl
you have understand me right about the mainproblem so far sop good ;)
Bo
|
|
|
bosu
Junior Member
Posts: 5
Registered: 1/31/2005
Member Is Offline
|
| posted on 1/31/2005 at 09:48 PM |
|
|
Tigra Tree meny
Tigra Tree meny
That was the name..sorry i missed that
|
|
|
MareWinds
Newbie
Posts: 1
Registered: 2/1/2005
Member Is Offline
|
| posted on 2/1/2005 at 02:15 AM |
|
|
Addendum: Menu Links
Addendum:
I've got a menu created which has the links as text-decoration: none, yet the standard blue link still shows in preview under every browser.
Here's my css:
.m0l0mouti {
font-family: Verdana;
font-size: 12px;
font-weight: bold;
text-align: left;
vertical-align: center;
color : #ffffff;
padding: 4px;
text-decoration: none;
}
.m0l0mouto {
background: #1f2124;
border : 1px outset #ffffff;
margin: 2px;
}
.m0l0moveri {
font-family: Verdana;
font-size: 12px;
font-weight: bold;
text-align: left;
vertical-align: center;
color : #000000;
padding: 4px;
text-decoration: underline;
}
.m0l0movero {
background: #ffffff;
border : 1px outset #ffffff;
margin: 2px;
}
.m0l0mdowni {
font-family: Verdana;
font-size: 12px;
font-weight: bold;
text-align: left;
vertical-align: center;
color : #ffffff;
padding: 4px;
text-decoration: none;
}
.m0l0mdowno {
background: #1f2124;
border : 1px outset #ffffff;
margin: 2px;
}
(Just one level of the menu should be enough... don't want to fill the whole page!)
Yes, the HOVER is supposed to be underlined, and it is, in exactly the right color. The other states are supposed to be non-underlined.... yet
I'm still getting that blue...
|
|
|
bosu
Junior Member
Posts: 5
Registered: 1/31/2005
Member Is Offline
|
| posted on 2/1/2005 at 09:38 AM |
|
|
Tree Meny
Still i don't understand why the folders have tom be links.
In the documentation shows an example structure and the tree menu how it creates.
The folder called Level1 Item1, thats what I want to disable as link.
Please help someone
|
|
|