![]() |
Hover box usage in 4.3
Hi everyone!
I noticed 4.3 comes with beautiful hover mouseover boxes over some of the elements in admin area ( see picture below). http://www.kettlebellsdvd.com/xcart---f.gif I was about to install and use outdated and buggy Overlib to achieve the same effect accross many pages on my site. So I got very excited and decided to take a vanage of existing xcart hover solution. 1) I found the code related to picture above: Code:
<a href="javascript:void(0);" class="NeedHelpLink" onmouseover="javascript: viewHelp('help_reverse', this);">{$lng.lbl_revert_files}</a> 2) Then I found related CSS in /skin1_admin.css : Code:
/* 3) and copied it to /main.css After running a test I found its working, however popup box is poping in wrong place(see pic below), instead of appearing right below the link ike in example above. http://www.kettlebellsdvd.com/xc2.gif Any suggestions on how to tame this naughty Popup box? :) Thx in advance! |
Re: Hover box usage in 4.3
does your click here have the same styles are revert files? May need relative positioning.
Just a thought with seeing the site. |
Re: Hover box usage in 4.3
Yes it uses the same style, heres the exact code I used to get the result in pic2:
<a href="javascript:void(0);" class="NeedHelpLink" onmouseover="javascript: viewHelp('help_reverse', this);">Click here</a> <div id="help_reverse" class="NeedHelpBox" style="display: none;">Test Popup</div> |
Re: Hover box usage in 4.3
I tried to play with position attribute, still no luck :(
|
All times are GMT -8. The time now is 11:22 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.