snakes1100
02-14-2002, 04:27 PM
vbportal addon:
Im trying to round the bottom corner of the tab menu in the tab menu theme, but its not allowing it to extend to the outer corner, could somebody please show me the problem or my error?
If you notice at he bottom of the menu text, i was able to round the left upper hand corner without a problem, but it had to be added at the bootom of the table, ive placed the bottom html code at the top and bottom, i basically moved it all over the place but it will not align all the way to the bottom left hand corner, HELP?
-----------------------------------------------------------------------------------
<TABLE class="tmenu" width="100%" cellspacing="0"cellpadding="0" border="0" align="center">
<TR>
</td><td vAlign="top" width="6" align="right"><img alt src="/forums/tabmenu/lc2.gif" width="6" height="6"></td>
</td><td vAlign="bottom" width="6" align="left"><img alt src="/forums/tabmenu/lc4.gif" width="6" height="6"></td>
<form action="search.php" method="post">
<td valign="middle" height="25" nowrap>
<font color="white">
<p align="center"> <font size="2">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="forumchoice" value="- 1" /><input type="hidden" name="searchin" value="subject" /><input type="hidden" name="searchdate" value="-1" /><input type="hidden" name="action" value="simplesearch" /><input type="hidden" name="booleanand" value="yes" /><a href="$bburl/index.php?s=$session[sessionhash]&action=forums" style="color: #FFFFFF; font-weight: bold; font-size: 11px">Forum Home</a>
<b>::</b> <a href="$bburl/usercp.php?s=$session[sessionhash]" style="color: #FFFFFF; font-weight: bold; font-size: 11px">User CP</a>
<b>::</b> <a href="$bburl/register.php?s=$session[sessionhash]&action=signup" style="color: #FFFFFF; font-weight: bold; font-size: 11px">Register</a>
<b>::</b> <a href="$bburl/calendar.php?s=$session[sessionhash]" style="color: #FFFFFF; font-weight: bold; font-size: 11px">Calendar</a>
<b>::</b> <a href="$bburl/memberlist.php?s=$session[sessionhash]" style="color: #FFFFFF; font-weight: bold; font-size: 11px">Members</a>
<b>::</b> <a href="$bburl/search.php?s=session[sessionhash]&action=getnew" style="color: #FFFFFF; font-weight: bold; font-size: 11px">New Posts</a>
<input class="search" onFocus="this.value='';" type="text" name="query" value="Search For..." size="15" maxlength="150" style="font-size: 8pt"/><input type="image" src="/forums/tabmenu/go.gif" name="I1" border="0" align="absbottom">
<a href="$bburl/search.php?s=$session[sessionhash]" style="color: #FFFFFF; font-weight: bold; font-size: 11px">Advanced</a>
<a style="color: #FFFFFF; font-weight: bold"> </a>
</font>
<input type="hidden" name="action" value="simplesearch"><a style="color: #FFFFFF; font-weight: bold"> </a>
</font>
</td><td vAlign="top" width="6" align="right"><img alt src="/forums/tabmenu/rc2.gif" width="6" height="6"></td>
</TR>
</form>
</TABLE>
Im trying to round the bottom corner of the tab menu in the tab menu theme, but its not allowing it to extend to the outer corner, could somebody please show me the problem or my error?
If you notice at he bottom of the menu text, i was able to round the left upper hand corner without a problem, but it had to be added at the bootom of the table, ive placed the bottom html code at the top and bottom, i basically moved it all over the place but it will not align all the way to the bottom left hand corner, HELP?
-----------------------------------------------------------------------------------
<TABLE class="tmenu" width="100%" cellspacing="0"cellpadding="0" border="0" align="center">
<TR>
</td><td vAlign="top" width="6" align="right"><img alt src="/forums/tabmenu/lc2.gif" width="6" height="6"></td>
</td><td vAlign="bottom" width="6" align="left"><img alt src="/forums/tabmenu/lc4.gif" width="6" height="6"></td>
<form action="search.php" method="post">
<td valign="middle" height="25" nowrap>
<font color="white">
<p align="center"> <font size="2">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="forumchoice" value="- 1" /><input type="hidden" name="searchin" value="subject" /><input type="hidden" name="searchdate" value="-1" /><input type="hidden" name="action" value="simplesearch" /><input type="hidden" name="booleanand" value="yes" /><a href="$bburl/index.php?s=$session[sessionhash]&action=forums" style="color: #FFFFFF; font-weight: bold; font-size: 11px">Forum Home</a>
<b>::</b> <a href="$bburl/usercp.php?s=$session[sessionhash]" style="color: #FFFFFF; font-weight: bold; font-size: 11px">User CP</a>
<b>::</b> <a href="$bburl/register.php?s=$session[sessionhash]&action=signup" style="color: #FFFFFF; font-weight: bold; font-size: 11px">Register</a>
<b>::</b> <a href="$bburl/calendar.php?s=$session[sessionhash]" style="color: #FFFFFF; font-weight: bold; font-size: 11px">Calendar</a>
<b>::</b> <a href="$bburl/memberlist.php?s=$session[sessionhash]" style="color: #FFFFFF; font-weight: bold; font-size: 11px">Members</a>
<b>::</b> <a href="$bburl/search.php?s=session[sessionhash]&action=getnew" style="color: #FFFFFF; font-weight: bold; font-size: 11px">New Posts</a>
<input class="search" onFocus="this.value='';" type="text" name="query" value="Search For..." size="15" maxlength="150" style="font-size: 8pt"/><input type="image" src="/forums/tabmenu/go.gif" name="I1" border="0" align="absbottom">
<a href="$bburl/search.php?s=$session[sessionhash]" style="color: #FFFFFF; font-weight: bold; font-size: 11px">Advanced</a>
<a style="color: #FFFFFF; font-weight: bold"> </a>
</font>
<input type="hidden" name="action" value="simplesearch"><a style="color: #FFFFFF; font-weight: bold"> </a>
</font>
</td><td vAlign="top" width="6" align="right"><img alt src="/forums/tabmenu/rc2.gif" width="6" height="6"></td>
</TR>
</form>
</TABLE>