- Posts: 47
- Thank you received: 1
Problem with Top Menu
-
silverfox47
Inactive member - Topic Author
- Member
Less
More
12 years 4 months ago #20960
by silverfox47
Problem with Top Menu was created by silverfox47
I have installed the events template and I am just playing about with the top menu. I have added several items and some sub items.
I see Menu item 1 appears higher than the other menu items and when I move over menu item 2 the mouse Icon changes from the pointer finger to a regular cursor
Test site at here
I see Menu item 1 appears higher than the other menu items and when I move over menu item 2 the mouse Icon changes from the pointer finger to a regular cursor
Test site at here
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 months ago #20967
by ivan.milic
Replied by ivan.milic on topic Problem with Top Menu
add this to bottom ot template_css.css:
#nav > li.active a, #nav > li a:hover{
line-height: inherit;
}
#nav > li.active a, #nav > li a:hover{
line-height: inherit;
}
Please Log in to join the conversation.
-
silverfox47
Inactive member - Topic Author
- Member
Less
More
- Posts: 47
- Thank you received: 1
12 years 4 months ago #20971
by silverfox47
Replied by silverfox47 on topic Problem with Top Menu
Many Thanks Ivan - that has sorted out the alignment but not the mouse cursor problem.
Just to clarify the mouse cursor over menu item 1 is a poined finger but over the other items it becomes a regular cursor - this is different to your demo site
Thanks
Just to clarify the mouse cursor over menu item 1 is a poined finger but over the other items it becomes a regular cursor - this is different to your demo site
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 months ago #20972
by ivan.milic
Replied by ivan.milic on topic Problem with Top Menu
then put add after prev css entry:
#nav > li a{
cursor:pointer!important;
}
#nav > li a{
cursor:pointer!important;
}
Please Log in to join the conversation.
-
silverfox47
Inactive member - Topic Author
- Member
Less
More
- Posts: 47
- Thank you received: 1
12 years 4 months ago #20973
by silverfox47
Replied by silverfox47 on topic Problem with Top Menu
Ivan,
Thanks that works fine.
One small issue is if I enter an article such as the first article on the front page then the menu problem returns with the different heights. The mouse cursor remains fine
Thanks
Thanks that works fine.
One small issue is if I enter an article such as the first article on the front page then the menu problem returns with the different heights. The mouse cursor remains fine
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 months ago #20982
by ivan.milic
Replied by ivan.milic on topic Problem with Top Menu
instead of:
#nav > li.active a, #nav > li a:hover{
line-height: inherit;
}
put:
#nav > li a, #nav > li a:hover{
line-height: inherit!important;
}
#nav > li.active a, #nav > li a:hover{
line-height: inherit;
}
put:
#nav > li a, #nav > li a:hover{
line-height: inherit!important;
}
The following user(s) said Thank You: silverfox47
Please Log in to join the conversation.
Time to create page: 0.094 seconds