Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 10-20-2006, 12:31 AM
WritersBeat WritersBeat is offline
 
Join Date: Apr 2006
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Where can I fix this? How do I fix this?

I have this problem >>



Do you see the problem on the last dropdown menu on the top? The menu_open.gif is under the link. I want it to be to the right.

How do I fix this?
Reply With Quote
  #2  
Old 10-20-2006, 12:49 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would you mind posting your code to the "Menu Title" dropdown? Might be a little easier to tell you from there if we knew what you were using where
Reply With Quote
  #3  
Old 10-20-2006, 12:52 AM
WritersBeat WritersBeat is offline
 
Join Date: Apr 2006
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
<!-- outer table -->
<table width="98%"  align="center" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="15" style="background-image:url($stylevar[imgdir_misc]/left.gif)"><img src="$stylevar[imgdir_misc]/left.gif" width="15"  border="0" alt="" /></td>
    <td width="100%">
<!-- / outer table -->

<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" class="sand_header_bg">
<tr>
	<td align="$stylevar[left]" valign="top" height="126"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td style="padding-bottom:20px;" width="400">$zointsquote</td>
      </tr>
</table>

<!-- nav buttons bar -->
<div align="center">
	<table class="navlinks" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
	<tr align="center">
<td class="vbmenu_control"><a href="/">Home</a></td>

<td class="vbmenu_control"><a href="/view_publication_writers_club.htm" > Official Publication </a></td>

<td class="vbmenu_control"><a href="/view_publication_writers_club.htm" > Writing </a></td>

<td class="vbmenu_control"><a href="/view_publication_writers_club.htm" > Ezine </a></td>

<td class="vbmenu_control"><a href="/view_publication_writers_club.htm" > Contests</a></td>

<td class="vbmenu_control"><a href="/view_publication_writers_club.htm" > Interviews</a></td>

<td class="vbmenu_control"><a href="/view_publication_writers_club.htm" > Bookstore</a></td>
 
 
<td id="mypopupmenu" class="vbmenu_control"><a href="#mypopupmenu">MENU TITLE</a><script type="text/javascript"> vbmenu_register("mypopupmenu"); </script> </td>
  
	</tr>
	</table>
</div>
<!-- / nav buttons bar -->

<!-- content table -->

<!-- mypopupmenu -->
	<div class="vbmenu_popup" id="mypopupmenu_menu" style="display:none">
		<table cellpadding="4" cellspacing="1" border="0">
		
		<tr><td class="thead">MENU TITLE</td></tr>		
		<tr><td class="vbmenu_option"><a href="URL">LINKED TEXT</a></td></tr>
		</table>
	</div>
	<!-- / mypopupmenu -->



$spacer_open

$_phpinclude_output
That's my header template.


and here is the navlinks code (the class the top navigation is in)
Code:
.navlinks a:link, .navlinks a:visited{
  	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	display: block;
	color: #000000;
	padding: 10px;
	font-weight: bold;

    } 
.navlinks a:hover{
     font-family:Tahoma,Arial, Helvetica, sans-serif;
     font-size: 12px;
     display: block;
     color: #FFFFFF;
     background: #d6ccbb;
     text-decoration: none;
     font-weight: bold;
	}
.navlinks a:active{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
     font-size: 12px;
     background: #d6ccbb;
     color: #FFFFFF;
     text-decoration: none;
     font-weight: bold;
    }
Reply With Quote
  #4  
Old 10-22-2006, 06:36 AM
WritersBeat WritersBeat is offline
 
Join Date: Apr 2006
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please?
Reply With Quote
  #5  
Old 10-23-2006, 11:15 PM
WritersBeat WritersBeat is offline
 
Join Date: Apr 2006
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bump again...
Reply With Quote
  #6  
Old 10-24-2006, 01:01 AM
PoetJA-1975's Avatar
PoetJA-1975 PoetJA-1975 is offline
 
Join Date: Sep 2006
Location: Meh...
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a similar issue with the vBFavorites modification: https://vborg.vbsupport.ru/showpost....&postcount=155

I've toyed around with the code a little bit - See the above thread and may help you

If not = I anxiously await the solution as well!

Jacquii.

--- BUMP ---
Reply With Quote
  #7  
Old 10-24-2006, 06:01 AM
WritersBeat WritersBeat is offline
 
Join Date: Apr 2006
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

But that didn't fix it right?
Reply With Quote
  #8  
Old 10-24-2006, 06:21 AM
PoetJA-1975's Avatar
PoetJA-1975 PoetJA-1975 is offline
 
Join Date: Sep 2006
Location: Meh...
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by WritersBeat
But that didn't fix it right?
it's strange because it shows correctly in FireFox 2.0 - the pics screen caps from Opera's newest version though

Jacquii.
Reply With Quote
  #9  
Old 10-24-2006, 07:10 AM
Ntfu2 Ntfu2 is offline
 
Join Date: Feb 2006
Posts: 1,247
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

whats the CSS for this

mypopupmenu

I dont even see where you're using the menu_open.gif so its hard to tell. try removing any <br /> or putting the code all into one table maybe. I dunno.
Reply With Quote
  #10  
Old 10-24-2006, 09:07 AM
WritersBeat WritersBeat is offline
 
Join Date: Apr 2006
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

menu_open.gif is from VB's javascript.

*sigh*

need an expert here.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:17 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.04239 seconds
  • Memory Usage 2,249KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete