- Posts: 4
- Thank you received: 0
Header class "sf-menu clearfix menu-content sf-js-enabled sf-arrows" hover
- wouter coppens
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
10 years 11 months ago #7538
by wouter coppens
Header class "sf-menu clearfix menu-content sf-js-enabled sf-arrows" hover was created by wouter coppens
I have changed nav background color
if hover the menu > it jumps 3px up/down
see working example here
kiwisign.be/index.php
check screenshot
if hover the menu > it jumps 3px up/down
see working example here
kiwisign.be/index.php
check screenshot
Attachments:
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
10 years 11 months ago #7546 by Trung Duong
Replied by Trung Duong on topic Re: Header class "sf-menu clearfix menu-content sf-js-enabled sf-arrows" hover
Dear Woutercop,
You should remove this css element from superfish-modified.css(themes/ot_print/css/modules/blocktopmenu/css)
and
modify arround line 102 with css below
Regards
You should remove this css element from superfish-modified.css(themes/ot_print/css/modules/blocktopmenu/css)
Code:
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover, .sf-menu > li.sfHoverForce > a {
border-bottom: 3px solid #333;
}
and
modify arround line 102 with css below
Code:
.sf-menu li ul {
display: none;
left: 0;
top: 45px;
z-index: 99;
border-top: 3px solid #333;
}
Regards
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Please Log in or Create an account to join the conversation.
Time to create page: 0.183 seconds