The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
help me with custom popupmenu
hi all,
I have this custom popupmenu HTML Code:
<li class="popupmenu"> <a class="popupctrl" href="javascript://">Link Title</a> <ul class="popupbody popuphover"> <li><a href="http://link1.com">link1</a></li> <li><a href="http://link2.com">link2</a></li> <li><a href="http://link3.com">link3</a></li> <li><a href="http://link4.com">link4</a></li> </ul> </li> Thank youuu!! |
#2
|
|||
|
|||
Custom how? Is this a custom template?
In your additional CSS make: Code:
.popupmenu a.popupctrlNEW { padding-{vb:stylevar right}:15px; _padding-{vb:stylevar right}:25px; } Code:
<li class="popupmenu"> <a class="popupctrlNEW" href="javascript://">Link Title</a> <ul class="popupbody popuphover"> <li><a href="http://link1.com">link1</a></li> <li><a href="http://link2.com">link2</a></li> <li><a href="http://link3.com">link3</a></li> <li><a href="http://link4.com">link4</a></li> </ul> </li> |
#3
|
||||
|
||||
No it doesnt work, it just removes but wont show the popup body on hover...
|
#4
|
|||
|
|||
hmmm...My apologies
You're correct. . I hadn't noticed that. Something to do with the yui? |
#5
|
||||
|
||||
I really dont know what to do with YUI
Can some one help me???? Thank you |
#7
|
||||
|
||||
yes it works !
Thank you |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|