1
krewl
Firefox & IE Discrepancy
  • 2006/3/14 4:28

  • krewl

  • Just popping in

  • Posts: 39

  • Since: 2006/3/14


I was trying to move the pagenav form to a different location or even into a drop down style; but I get Firefox to show it but not I.E. It shouldn't be missing in one and not the other. I made a simple code change surrounding the pagenav container but inside the <if> tags.

<{if $displaynav == true}>
<
table border="0" width="300" id="pageoptions" cellpadding="4" cellspacing="0" style="border-collapse: collapse" align="right">
<
tr>
<
td class="vbmenu_control" id="pageoptions" align="right"><a href="#goto_pageoptions"><font class="black9pt"><b>PAGE OPTIONS</b></font></a>&nbsp;</td>
<
td valign="middle"><script type="text/javascript"vbmenu_register("pageoptions"); </script></td>
</
td></tr></table>
<{/if}>

<
table border="0" width="300" id="notific" cellpadding="4" cellspacing="0" style="border-collapse: collapse" align="right">
<
tr>
<
td class="vbmenu_control" id="notific" align="right"><a href="#goto_notific"><font class="black9pt"><b>NOTIFY OPTIONS</b></font></a>&nbsp;</td>
<
td valign="middle"><script type="text/javascript"vbmenu_register("notific"); </script></td>
</
td></tr></table>

<!--
PAGE OPTIONS//-->
<div class="vbmenu_popup" id="pageoptions_menu" style="display:none;width:300px" >
<
table WIDTH="300" class="vbmenu" border="0" cellpadding="0" cellspacing="5" style="border-collapse: collapse">
<
tr><td style="padding-top: 3px; padding-bottom: 3px" align="center"><span class="black12ptb">SORT OPTIONS</span></td></tr>
<
tr><td>
<
tr><td align="center">
<
form name="form1" action="index.php" method="get"><{$topic_select}> <select name="storynum"><{$storynum_options}></select>
<
input type="image" value="<{$lang_go}>" class="formsubmit" /><{$pagenav}></form>
</
td></tr>
</
table>
</
div>

<!--
NOTIFICATIONS//-->
<div class="vbmenu_popup" id="notific_menu" style="display:none;width:300px" >
<
table WIDTH="300" class="vbmenu" border="0" cellpadding="0" cellspacing="5" style="border-collapse: collapse">
<
tr><td style="padding-top: 3px; padding-bottom: 3px">
<{include 
file='db:system_notification_select.html'}>
</
td></tr></table>
</
div>

<!-- 
start news item loop -->
<{
section name=i loop=$stories}>
  <{include 
file="db:news_item.html" story=$stories[i]}>
  <
br />
<{/
section}>
<!-- 
end news item loop -->


You can see it here...http://www.theswc.net/index.php *Notice the sort options.
-------------------
www.illinoisbmx.com

Login

Who's Online

165 user(s) are online (117 user(s) are browsing Support Forums)


Members: 0


Guests: 165


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits