PHPBB2 css issue in everything but firefox

This is a discussion on "PHPBB2 css issue in everything but firefox" within the Web Page Design section. This forum, and the thread "PHPBB2 css issue in everything but firefox are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 21st, 2007, 05:41
SuperMember

SuperMember
Join Date: Apr 2007
Location: Sydney
Posts: 154
Thanks: 0
Thanked 0 Times in 0 Posts
PHPBB2 css issue in everything but firefox

Hi,

I have edited the overall_header.tpl file in the phpBB2 forum pages, and I have done something that means it will no longer display anything at all in safari, opera, ie 5, 6, and 7. But it works in FF. This is doing my head in because I can't remember what I changed!! Can anyone spot it??

I think I only added the DIV definitions.

Here's a link to the site,

http://forum.freelancetechaustralia.com.au


And the source code as displayed by ie7,


Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="ltr">
<head>
<script language="javascript" type="text/javascript">AC_FL_RunContent = 0;</script>
<script src="./AC_RunActiveContent.js" language="javascript" type="text/javascript"></script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css"></head><body bgcolor="#FFFFFF" text="#000000" link="#621600" vlink="#5493B4">
<link rel="top" href="./index.php" title="FREELANCE TECH AUSTRALIA Forum Index" />
<link rel="search" href="./search.php" title="Search" />
<link rel="help" href="./faq.php" title="FAQ" />
<link rel="author" href="./memberlist.php" title="Memberlist" />
<title>FREELANCE TECH AUSTRALIA :: Index</title>
<!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" -->
<style type="text/css">
<!--
/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/
/* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
 background-color: #FFFFFF;
 scrollbar-face-color: #F7E3D4;
 scrollbar-highlight-color: #FFFFFF;
 scrollbar-shadow-color: #F7E3D4;
 scrollbar-3dlight-color: #F6DCC8;
 scrollbar-arrow-color:  #621600;
 scrollbar-track-color: #F7EAE0;
 scrollbar-darkshadow-color: #FFFFFF;
}
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #621600; }
a:hover  { text-decoration: underline; color : #DD6900; }
hr { height: 0px; border: solid #F6DCC8 0px; border-top-width: 1px;}
/* This is the border line & background colour round the entire page */
.bodyline { background-color: #FFFFFF; border: 1px #FFFFFF solid; }
/* This is the outline round the main forum tables */
.forumline { background-color: #FFFFFF; border: 2px #77753E solid; }
/* Main table cell colours and backgrounds */
td.row1 { background-color: #F7EAE0; }
td.row2 { background-color: #F7E3D4; }
td.row3 { background-color: #F6DCC8; }
/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
  background-color: #FFFFFF;
  background-image: url(templates/subSilver/images/cellpic2a.gif);
  background-repeat: repeat-y;
}
/* Header cells - the blue and silver gradient backgrounds */
th {
 color: #FFA34F; font-size: 11px; font-weight : bold; 
 background-color: #621600; height: 25px;
 background-image: url(templates/subSilver/images/cellpic3a.gif);
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
   background-image: url(templates/subSilver/images/cellpic1a.gif);
   background-color:#F6DCC8; border: #FFFFFF; border-style: solid; height: 28px;
}
/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
 height: 29px;
 border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
 font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
 background-color: #F6DCC8; border: #FFFFFF; border-style: solid;
}
th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow  { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right  { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft   { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop  { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }
/* The largest text used in the index page title and toptic title etc. */
.maintitle {
 font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none; line-height : 120%; color : #000000;
}
/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #621600; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; }
 
/* Forum category titles */
.cattitle  { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #621600}
a.cattitle  { text-decoration: none; color : #621600; }
a.cattitle:hover{ text-decoration: underline; }
/* Forum title: Text and link to the forums used in: index.php */
.forumlink  { font-weight: bold; font-size: 12px; color : #621600; }
a.forumlink  { text-decoration: none; color : #621600; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav   { font-weight: bold; font-size: 11px; color : #000000;}
a.nav   { text-decoration: none; color : #621600; }
a.nav:hover  { text-decoration: underline; }
/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2 { font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #621600; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover { text-decoration: underline; color : #DD6900; }
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name   { font-size : 11px; color : #000000;}
/* Location, number of posts, post date etc */
.postdetails  { font-size : 10px; color : #000000; }
/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px; color: #000000;}
a.postlink:link { text-decoration: none; color : #621600 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}
/* Quote & Code blocks */
.code { 
 font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
 background-color: #FAFAFA; border: #F6DCC8; border-style: solid;
 border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.quote {
 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
 background-color: #FAFAFA; border: #F6DCC8; border-style: solid;
 border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
/* Copyright and bottom info */
.copyright  { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright  { color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}
/* Form elements */
input,textarea, select {
 color : #000000;
 font: normal 11px Verdana, Arial, Helvetica, sans-serif;
 border-color : #000000;
}
/* The text input fields background colour */
input.post, textarea.post, select {
 background-color : #FFFFFF;
}
input { text-indent : 2px; }
/* The buttons used for bbCode styling in message post */
input.button {
 background-color : #F7EAE0;
 color : #000000;
 font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* The main submit button option */
input.mainoption {
 background-color : #FAFAFA;
 font-weight : bold;
}
/* None-bold submit button */
input.liteoption {
 background-color : #FAFAFA;
 font-weight : normal;
}
/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #F7E3D4; border-style: none; }
/* The register, login, search etc links at the top of the page */
.mainmenu  { font-size : 11px; color : #F5A802 }
a.mainmenu  { text-decoration: underline; color : #F5A802;  }
a.mainmenu:hover{ text-decoration: underline; color : #FFFFFF; }
a.mainmenu:visited { text-decoration: underline; color : #F5A802; }
#header {
width: 800px;
height: 140px;
background:  url('../images/headers/header.jpg');
}
#header1 { 
height: 30px; 
padding-top: 5px; 
background:  url('../images/general/menuback.jpg');
}
#page-container {
width: 800px;
margin: auto;
text-align: left; 
/* min-height:750px;
 height:auto !important;
 height:750px; */
}
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/subSilver/formIE.css");</style>
</style>
 
 
 
 
<a name="top"></a>
 
<div id='page-container'> <!-- this div id closed in overall_footer.tpl -->
<table width="800" cellspacing="0" cellpadding="0" border="0" align="center"> 
 <td class="bodyline">
  <table width="800" cellspacing="0" cellpadding="0" border="0">
   <tr> 
    <div id='header'></div>
   </tr>
   <tr>
    <div id ='header1'>
 
        <span class="mainmenu"> 
         <a href="faq.php" class="mainmenu">FAQ</a>   <a href="search.php" class="mainmenu">Search</a>   <a href="memberlist.php" class="mainmenu">Memberlist</a>   <a href="groupcp.php" class="mainmenu">Usergroups</a>  
          <a href="profile.php?mode=register" class="mainmenu">Register</a> 
        </span>
 
        <span class="mainmenu"> 
         <a href="profile.php?mode=editprofile" class="mainmenu">Profile</a>   <a href="privmsg.php?folder=inbox" class="mainmenu">Log in to check your private messages</a>   <a href="login.php" class="mainmenu">Log in</a>&nbsp; &nbsp;<a href="http://www.freelancetechaustralia.com.au/index.php" class="mainmenu">Directory</a>
        </span>
    </div>
   </tr>
  </table>
 </td>
<br />
</table>
<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
  <tr> 
 <td align="left" valign="bottom"><span class="gensmall">
  The time now is Tue Aug 21, 2007 3:33 pm<br /></span><span class="nav"><a href="index.php" class="nav">FREELANCE TECH AUSTRALIA Forum Index</a></span></td>
 <td align="right" valign="bottom" class="gensmall">
    <a href="search.php?search_id=unanswered" class="gensmall">View unanswered posts</a></td>
  </tr>
</table>
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
  <tr> 
 <th colspan="2" class="thCornerL" height="25" nowrap="nowrap">&nbsp;Forum&nbsp;</th>
 <th width="50" class="thTop" nowrap="nowrap">&nbsp;Topics&nbsp;</th>
 <th width="50" class="thTop" nowrap="nowrap">&nbsp;Posts&nbsp;</th>
 <th class="thCornerR" nowrap="nowrap">&nbsp;Last Post&nbsp;</th>
  </tr>
    <tr> 
 <td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="index.php?c=1" class="cattitle"></a></span></td>
 <td class="rowpic" colspan="3" align="right">&nbsp;</td>
  </tr>
    <tr> 
 <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_locked_big.gif" width="46" height="25" alt="This forum is locked: you cannot post, reply to, or edit topics." title="This forum is locked: you cannot post, reply to, or edit topics." /></td>
 <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=1" class="forumlink">Lighting</a><br />
   </span> <span class="genmed"><br />
   </span><span class="gensmall">&nbsp; &nbsp;</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">1</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">1</span></td>
 <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Fri Aug 10, 2007 11:19 am<br /><a href="profile.php?mode=viewprofile&amp;u=2">nloudon01</a> <a href="viewtopic.php?p=3#3"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></span></td>
  </tr>
    <tr> 
 <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
 <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=2" class="forumlink">Audio</a><br />
   </span> <span class="genmed"><br />
   </span><span class="gensmall">&nbsp; &nbsp;</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
  </tr>
    <tr> 
 <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
 <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=3" class="forumlink">AV</a><br />
   </span> <span class="genmed"><br />
   </span><span class="gensmall">&nbsp; &nbsp;</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">1</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">1</span></td>
 <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">Fri Aug 10, 2007 10:53 am<br /><a href="profile.php?mode=viewprofile&amp;u=2">nloudon01</a> <a href="viewtopic.php?p=2#2"><img src="templates/subSilver/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></span></td>
  </tr>
    <tr> 
 <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
 <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=7" class="forumlink">Electrical</a><br />
   </span> <span class="genmed"><br />
   </span><span class="gensmall">&nbsp; &nbsp;</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
  </tr>
    <tr> 
 <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
 <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=8" class="forumlink">Staging</a><br />
   </span> <span class="genmed"><br />
   </span><span class="gensmall">&nbsp; &nbsp;</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
  </tr>
    <tr> 
 <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
 <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=13" class="forumlink">Logistics</a><br />
   </span> <span class="genmed"><br />
   </span><span class="gensmall">&nbsp; &nbsp;</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
  </tr>
      <tr> 
 <td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="index.php?c=2" class="cattitle"></a></span></td>
 <td class="rowpic" colspan="3" align="right">&nbsp;</td>
  </tr>
    <tr> 
 <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
 <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=4" class="forumlink">Corporate</a><br />
   </span> <span class="genmed"><br />
   </span><span class="gensmall">&nbsp; &nbsp;</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
  </tr>
    <tr> 
 <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
 <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=5" class="forumlink">Live Music</a><br />
   </span> <span class="genmed"><br />
   </span><span class="gensmall">&nbsp; &nbsp;</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
  </tr>
    <tr> 
 <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
 <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=6" class="forumlink">Theatre</a><br />
   </span> <span class="genmed"><br />
   </span><span class="gensmall">&nbsp; &nbsp;</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
  </tr>
    <tr> 
 <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
 <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=9" class="forumlink">TV/Film</a><br />
   </span> <span class="genmed"><br />
   </span><span class="gensmall">&nbsp; &nbsp;</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
  </tr>
    <tr> 
 <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
 <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=10" class="forumlink">Special Event</a><br />
   </span> <span class="genmed"><br />
   </span><span class="gensmall">&nbsp; &nbsp;</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
  </tr>
      <tr> 
 <td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="index.php?c=3" class="cattitle"></a></span></td>
 <td class="rowpic" colspan="3" align="right">&nbsp;</td>
  </tr>
    <tr> 
 <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
 <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=11" class="forumlink">Venues</a><br />
   </span> <span class="genmed"><br />
   </span><span class="gensmall">&nbsp; &nbsp;</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
  </tr>
    <tr> 
 <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
 <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=12" class="forumlink">General Chat</a><br />
   </span> <span class="genmed"><br />
   </span><span class="gensmall">&nbsp; &nbsp;</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
  </tr>
    <tr> 
 <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
 <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=14" class="forumlink">Training and Qualifications</a><br />
   </span> <span class="genmed"><br />
   </span><span class="gensmall">&nbsp; &nbsp;</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
  </tr>
    <tr> 
 <td class="row1" align="center" valign="middle" height="50"><img src="templates/subSilver/images/folder_big.gif" width="46" height="25" alt="No new posts" title="No new posts" /></td>
 <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="viewforum.php?f=15" class="forumlink">Gig Reviews</a><br />
   </span> <span class="genmed"><br />
   </span><span class="gensmall">&nbsp; &nbsp;</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">0</span></td>
 <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">No Posts</span></td>
  </tr>
    </table>
<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2">
  <tr> 
  <td align="left">
    </td>
 <td align="right"><span class="gensmall">All times are GMT + 10 Hours</span></td>
  </tr>
</table>
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
  <tr> 
 <td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="viewonline.php" class="cattitle">Who is Online</a></span></td>
  </tr>
  <tr> 
 <td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/subSilver/images/whosonline.gif" alt="Who is Online" /></td>
 <td class="row1" align="left" width="100%"><span class="gensmall">Our users have posted a total of <b>2</b> articles<br />We have <b>2</b> registered users<br />The newest registered user is <b><a href="profile.php?mode=viewprofile&amp;u=3">nath2099</a></b></span>
 </td>
  </tr>
  <tr> 
 <td class="row1" align="left"><span class="gensmall">In total there is <b>1</b> user online :: 0 Registered, 0 Hidden and 1 Guest &nbsp; [ <span style="color:#FFA34F">Administrator</span> ] &nbsp; [ <span style="color:#006600">Moderator</span> ]<br />Most users ever online was <b>3</b> on Fri Aug 10, 2007 9:59 pm<br />Registered Users: None</span></td>
  </tr>
</table>
<table width="100%" cellpadding="1" cellspacing="1" border="0">
<tr>
 <td align="left" valign="top"><span class="gensmall">This data is based on users active over the past five minutes</span></td>
</tr>
</table>
<form method="post" action="login.php">
  <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
 <tr> 
   <td class="catHead" height="28"><a name="login"></a><span class="cattitle">Log in</span></td>
 </tr>
 <tr> 
   <td class="row1" align="center" valign="middle" height="28"><span class="gensmall">Username: 
  <input class="post" type="text" name="username" size="10" />
  &nbsp;&nbsp;&nbsp;Password: 
  <input class="post" type="password" name="password" size="10" maxlength="32" />
    &nbsp;&nbsp; &nbsp;&nbsp;Log me on automatically each visit 
  <input class="text" type="checkbox" name="autologin" />
    &nbsp;&nbsp;&nbsp; 
  <input type="submit" class="mainoption" name="login" value="Log in" />
  </span> </td>
 </tr>
  </table>
</form>
<br clear="all" />
<table cellspacing="3" border="0" align="center" cellpadding="0">
  <tr> 
 <td width="20" align="center"><img src="templates/subSilver/images/folder_new_big.gif" alt="New posts"/></td>
 <td><span class="gensmall">New posts</span></td>
 <td>&nbsp;&nbsp;</td>
 <td width="20" align="center"><img src="templates/subSilver/images/folder_big.gif" alt="No new posts" /></td>
 <td><span class="gensmall">No new posts</span></td>
 <td>&nbsp;&nbsp;</td>
 <td width="20" align="center"><img src="templates/subSilver/images/folder_locked_big.gif" alt="Forum is locked" /></td>
 <td><span class="gensmall">Forum is locked</span></td>
  </tr>
</table>
<div id='adsforum'><br /><br />
  <script type="text/javascript"><!--
google_ad_client = "pub-5430520938188588";
google_alternate_color = "ffffff";
google_ad_width = 800;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "ffffff";
google_color_bg = "FFFFFF";
google_color_link = "000000";
google_color_text = "000000";
google_color_url = "cccccc";
google_ui_features = "rc:6";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script> <br />
 
 
 
</div>
<div align="center"><span class="copyright"><br /><br />
<!--
 We request you retain the full copyright notice below including the link to www.phpbb.com.
 This not only gives respect to the large amount of time given freely by the developers
 but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
 reason) retain the full copyright we request you at least leave in place the
 Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
 to include even this then support on our forums may be affected.
 The phpBB Group : 2002
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> © 2001, 2005 phpBB Group<br /></span></div>
  </td>
 </tr>
</table>
</div>
</body>
</html>

Last edited by nate2099; Aug 21st, 2007 at 05:46.
Reply With Quote

  #2 (permalink)  
Old Aug 21st, 2007, 05:49
SuperMember

SuperMember
Join Date: Apr 2007
Location: Sydney
Posts: 154
Thanks: 0
Thanked 0 Times in 0 Posts
Re: PHPBB2 css issue in everything but firefox

This isn't going well, here are the bits I've bolded above, hopefully they keep their formatting!!

Code: Select all
<div id='page-container'> <!-- this div id closed in overall_footer.tpl -->
 <table width="800" cellspacing="0" cellpadding="0" border="0" align="center"> 
   <td class="bodyline">
    <table width="800" cellspacing="0" cellpadding="0" border="0">
     <tr> 
      <div id='header'></div>
     </tr>
     <tr>
      <div id ='header1'>
 
          <span class="mainmenu"> 
           <a href="faq.php" class="mainmenu">FAQ</a>   <a href="search.php" class="mainmenu">Search</a>   <a href="memberlist.php" class="mainmenu">Memberlist</a>   <a href="groupcp.php" class="mainmenu">Usergroups</a>  
            <a href="profile.php?mode=register" class="mainmenu">Register</a> 
          </span>
 
          <span class="mainmenu"> 
           <a href="profile.php?mode=editprofile" class="mainmenu">Profile</a>   <a href="privmsg.php?folder=inbox" class="mainmenu">Log in to check your private messages</a>   <a href="login.php" class="mainmenu">Log in</a>&nbsp; &nbsp;<a href="http://www.freelancetechaustralia.com.au/index.php" class="mainmenu">Directory</a>
          </span>
      </div>
     </tr>
    </table>
   </td>
  <br />
 </table>

Code: Select all
#header {
 width: 800px;
 height: 140px;
 background:  url('../images/headers/header.jpg');
 }
#header1 { 
 height: 30px; 
 padding-top: 5px; 
 background:  url('../images/general/menuback.jpg');
 }
#page-container {
 width: 800px;
 margin: auto;
 text-align: left; 
 /* min-height:750px;
   height:auto !important;
   height:750px; */
 }
Reply With Quote
  #3 (permalink)  
Old Aug 21st, 2007, 17:45
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: PHPBB2 css issue in everything but firefox

The only difference I see is that the site is not centered in IE7. Otherwise it looks the same as in FF.
Reply With Quote
  #4 (permalink)  
Old Aug 21st, 2007, 17:48
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Daniel
Re: PHPBB2 css issue in everything but firefox

1.) Upgrade to phpBB3
2.) Never mess around with the coding for a template
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #5 (permalink)  
Old Aug 21st, 2007, 21:12
SuperMember

SuperMember
Join Date: Apr 2007
Location: Sydney
Posts: 154
Thanks: 0
Thanked 0 Times in 0 Posts
Re: PHPBB2 css issue in everything but firefox

Yeah sorry I found an old backup and started again. The code above had some strange bug. Thanks for lookin anyway. The site I downloaded phpBB from said that that version was the latest stable release, but it may have been an old site I guess. Will look at phpBB2 this arvo,

Thanks again,

Nathan
Reply With Quote
Reply

Tags
phpbb2 css

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
CSS Layout Issue (in Firefox only)... probably simple but its driving me crazy! alfandango Web Page Design 4 Mar 8th, 2008 17:11
[SOLVED] Firefox Display Issue with my CSS design winnard2007 Web Page Design 5 Nov 5th, 2007 15:20
CSS Layout issue between IE and Firefox macu Web Page Design 2 Aug 22nd, 2007 13:14
Need help with Firefox iframe, jsp, form submit issue bmachine Other Programming Languages 4 Mar 14th, 2007 19:01
Yet another IE/Firefox issue - any takers? jbr39117 Web Page Design 0 Sep 29th, 2005 09:38


All times are GMT. The time now is 21:56.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43