PDA

View Full Version : Viewing in Firefox (latest version)


mholtum
07-05-2004, 11:54 PM
I figured out why my CMPS is all blown out of what when viewed in Firefox.

My Navigation Module is the culprit.


<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet] $vbphrase[vba_navigation]Navigation</strong></span></td>
</tr>
<tr>
<td class="$getbgrow">
<!-- Section 1 -->
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="100%"><tr class="tcat">
<TD class="info1"><img src="http://www.ravensrealm.net/forum/images/dot.gif" BORDER=0 width="11" height="11"><b>Main</b></td>
</tr></table>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="100%">
<TR $actionMenu"index.php"><TD class="row1"><a href="http://www.ravensrealm.net/forum">Forums</a></TD></TR>
<TR $actionMenu"http://www.ravensrealm.net/Downloads"><TD class="row1"><a href="http://www.cafeshops.com/ravensrealm">Online Store</a></TD></TR>
<TR $actionMenu"http://www.ravensrealm.net/Upload"><TD class="row1"><a href="http://www.ravensrealm.net/photos/">Photo
Gallery</a></TD></TR>
<TR $actionMenu"http://www.ravensrealm.net/Top_Sites"><TD class="row1"><a href="http://www.ravensrealm.net/index.php?page=staff">Site Staff</a></TD></TR>
<TR $actionMenu"http://www.ravensrealm.net/Top_Sites"><TD class="row1"></TD></TR>
</TABLE>
<HR noShade SIZE=1>

<!-- Section 2 -->
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="100%"><tr class="tcat"><TD class="info1"><img src="http://www.ravensrealm.net/forum/images/dot.gif" BORDER=0 width="11" height="11"><b>Member
Links</b></td></tr></table>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="100%">
<TR $actionMenu"http://www.ravensrealm.net/Feedback"><TD class="row1"><a href="http://www.ravensrealm.net/forum/usercp.php?">User CP</a></TD></TR>
<TR $actionMenu"http://www.ravensrealm.net/Forums"><TD class="row1"><a href="http://www.ravensrealm.net/forum/search.php?do=getnew">New
Posts</a></TD></TR>
<TR $actionMenu"http://www.ravensrealm.net/Forums"><TD class="row1"><a href="http://www.ravensrealm.net/forum/search.php?">Site
Search</a></TD></TR>
<TR $actionMenu"http://www.ravensrealm.net/Forums"><TD class="row1"><a href="http://www.ravensrealm.net/forum/calendar.php?">Calender</a></TD></TR>
<TR $actionMenu"http://www.ravensrealm.net/Journal"><TD class="row1"><a href="http://www.ravensrealm.net/forum/memberlist.php?">Member
List</a></TD></TR>
</TABLE>
<HR noShade SIZE=1>

<!-- Section 3 -->
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="100%"><tr class="tcat"><TD class="info1"><img src="http://www.ravensrealm.net/forum/images/dot.gif" BORDER=0 width="11" height="11"><b>Affiliates</b></td></tr></table>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="100%">
<TR $actionMenu"admin.php"><TD class="row1"><a href="http://www.cclhosting.com/affiliate/link.php?ref=3&amp;productid=1">CCLHosting</a></TD></TR>
<TR $actionMenu"admin.php?op=BlocksAdmin"><TD class="row1"><a href="http://www.xtremepccentral.com">XtremePC
Central</a></TD></TR>
<TR $actionMenu"admin.php?op=adminStory"><TD class="row1"><a href="http://www.flyfishermanforum.com">F3</a></TD></TR>
<TR $actionMenu"admin.php?op=adminStory"><TD class="row1"><a href="http://www.pcadventurers.net/index.php?act=home">PCADVenturers</a></TD></TR>
<TR $actionMenu"admin.php?op=adminStory"><TD class="row1"><a href="http://www.crankywench.com">Cranky
Wench</a></TD></TR>
<TR $actionMenu"admin.php?op=adminStory"><TD class="row1"><a href="http://www.packing.org">Packing.Org</a></TD></TR>
</TABLE>
<HR noShade SIZE=1>

<!-- Section 5 -->
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="100%"><tr class="tcat"><TD class="info1"><img src="http://www.ravensrealm.net/forum/images/dot.gif" BORDER=0 width="11" height="11"><b>Forum
Catagories</b></td></tr></table>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="100%">
<TR><TD class="row1">
<span class="smallfont">
<center>
<form>
<select onChange="location=this.options[this.selectedIndex].value;" style="font-family:\'Arial\';color:#000000;background-color:#FFFFFF;font-size:8pt;" size="1">
<option value="">---.Select a Category.---</option>
<option value="http://ravensrealm.net/forum/forumdisplay.php?f=31">Site
Information</option>
<option value="http://ravensrealm.net/forum/forumdisplay.php?f=30">Members
Lounge</option>
<option value="http://ravensrealm.net/forum/forumdisplay.php?f=22">Firearms</option>
<option value="http://ravensrealm.net/forumsforumdisplay.php?f=23">Fishing</option>
<option value="http://ravensrealm.net/forum/forumdisplay.php?f=10">Hunting</option>
<option value="http://ravensrealm.net/forum/forumdisplay.php?f=40">Misc.
Discussions</option>
<option value="http://ravensrealm.net/forum/forumdisplay.php?f=11">Reviews</option>
<option value="http://ravensrealm.net/forum/forumdisplay.php?f=33">Headline
News</option>
</select></form></center></span>
</TD></TR>
</TABLE>
</td>
</tr>
</table>
<br />


What is causing this to fully expand the module to span the entire width of the page?

wasser
07-06-2004, 12:02 PM
i just created a module with that code on my board and it all appeared fine in firefox .9.

Our Sponsors
 

DarknessDivine
07-06-2004, 12:10 PM
I have had the worst time with firefox and from reading the support forums over there..sometimes firefox has a tad bit of trouble understanding css, tables and such...At first I thought it was my design but when I checked the other websites I've designed w/out tables and so on they view perfectly...;)

mholtum
07-06-2004, 12:19 PM
i just created a module with that code on my board and it all appeared fine in firefox .9.hmm when I view my site with this module active it is all messed up. When I deacivate it it apears fine..

Our Sponsors
 

wasser
07-06-2004, 12:36 PM
and have you tried checkin all the other modules one by one? in other words - by turning just one module off, checking, turning it back on, turning a different one off, checking, etc.

mholtum
07-06-2004, 12:54 PM
Not yet my server is down