Log in

View Full Version : Where can I fix this? How do I fix this?


WritersBeat
10-20-2006, 12:31 AM
I have this problem >>

http://img216.imageshack.us/img216/8361/problemue1.gif (http://imageshack.us)

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?

HMBeaty
10-20-2006, 12:49 AM
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

WritersBeat
10-20-2006, 12:52 AM
<!-- 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)

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

WritersBeat
10-22-2006, 06:36 AM
Please?

WritersBeat
10-23-2006, 11:15 PM
Bump again...

PoetJA-1975
10-24-2006, 01:01 AM
I have a similar issue with the vBFavorites modification: https://vborg.vbsupport.ru/showpost.php?p=1095227&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 ---

WritersBeat
10-24-2006, 06:01 AM
But that didn't fix it right?

PoetJA-1975
10-24-2006, 06:21 AM
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:eek:

Jacquii.

Ntfu2
10-24-2006, 07:10 AM
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.

WritersBeat
10-24-2006, 09:07 AM
menu_open.gif is from VB's javascript.

*sigh*

need an expert here.