vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   help me with custom popupmenu (https://vborg.vbsupport.ru/showthread.php?t=293704)

mokujin 01-08-2013 09:42 AM

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>

Now I just want not to show this: https://vborg.vbsupport.ru/

Thank youuu!!

gamaken 01-08-2013 04:53 PM

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;
}

...and then change your html to:
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>


mokujin 01-08-2013 08:01 PM

No it doesnt work, it just removes https://www.vbulletin.com/forum/imag...ward_arrow.png but wont show the popup body on hover...

gamaken 01-09-2013 04:11 AM

hmmm...My apologies
You're correct. . I hadn't noticed that.
Something to do with the yui?

mokujin 01-09-2013 12:42 PM

I really dont know what to do with YUI :(
Can some one help me????
Thank you

ikopylov 01-09-2013 06:27 PM

If I understand correctly, it is necessary to remove the arrow
Quote:

Originally Posted by gamaken (Post 2395591)
Code:

.popupmenu a.popupctrlNEW {
        padding-{vb:stylevar right}:15px;
        _padding-{vb:stylevar right}:25px;
background-image:none;
}
<li class="popupmenu">
<a class="popupctrlNEW" href="javascript://">Link Title</a> .....



mokujin 01-09-2013 08:36 PM

Quote:

Originally Posted by ikopylov (Post 2395820)
If I understand correctly, it is necessary to remove the arrow

yes it works !
Thank you :D


All times are GMT. The time now is 11:24 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01947 seconds
  • Memory Usage 1,729KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete