Thread: Firefox Issue

Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2010
    Posts
    77
    Plugin Contributions
    0

    Default Firefox Issue

    Hi, I've created a template which seems to be looking perfect in Chrome and Safari (not sure on IE as I use a Mac), will get around to that as time allows.

    Any body got any ideas why the main content has shifted? Please find the code below:

    Code:
    /**
     * Main CSS Stylesheet
     *
     * @package templateSystem
     * @copyright Copyright 2003-2007 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
     */
    
    body {
    	margin-top: 7px;
    	margin-bottom: 10px;
    	margin-left: 0px;
    	margin-right: 0px;
    	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 62.5%;
    	color: #000000;
    	background-color: #000000;
    	background-image: url(../images/october_skin.jpg);
    	background-position: top center;
    	background-attachment: fixed;
    	}
    
    a img {border: none; }
    
    a:link, #navEZPagesTOC ul li a {
    	color: #3300FF;
    	text-decoration: none;
    	}
     
    a:visited {
    	color: #3300FF;
    	text-decoration: none;
    	}
    
    a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
    	color: #FF0000;
    	}
    
    a:active {
    	color: #0000FF;
    	}
    
    h1 {
    	font-size: 1.5em;
    	}
    
    h2 {
    	font-size: 1.4em;
    	}
    
    h3 {
    	font-size: 1.3em;
    	}
    
    h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
    	font-size: 1.1em;
    	}
    
    .biggerText {
    	font-size: 1.2em;
    	}
    
    h1, h2, h3, h4, h5, h6 {
    	margin: 0.3em 3px;
    }
    
    CODE {
    	font-family: arial, verdana, helvetica, sans-serif;
    	font-size: 1em;
    	}
    
    FORM, SELECT, INPUT {
    	display: inline;
    	font-size: 1em;
    	margin: 0.1em;
    	}
    
    TEXTAREA {
    /*	float: left;*/
    	margin: auto;
    	display: block;
    	width: 95%;
    	}
    
    input:focus, select:focus, textarea:focus {
    	background: #F0F8FF;
    	}
    
    FIELDSET {
    	padding: 0.5em;
    	margin: 0.5em 0em;
    	border: 1px solid #cccccc;
    	}
    
    LEGEND {
    	font-weight: bold;
    	padding: 0.3em;
    	}
    
    LABEL, h4.optionName {
    	line-height: 1.5em;
    	padding: 0.2em;
    	}
    
    LABEL.checkboxLabel, LABEL.radioButtonLabel {
    	margin: 0.5em 0.3em;
    	}
    
    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    	float: left;
    	}
    
    LABEL.inputLabel {
    	width: 11em;
    	float: left;
    	}
    
    LABEL.inputLabelPayment {
    	width: 15em;
    	float: left;
    	}
    
    LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
    	width: 12em;
    	float: left;
    	}
    
    P, ADDRESS {
    	padding: 0.5em;
    	}
    
    ADDRESS {
    	font-style: normal;
    	}
    
    .clearBoth {
    	clear: both;
    	}
    
    HR {
    	height: 1px;
    	margin-top: 0.5em;
    	border: none;
    	border-bottom: 1px solid #9a9a9a;
    	}
    
    /*warnings, errors, messages*/
    .messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
    	line-height: 1.8em;
    	padding: 0.2em;
    	border: 1px solid #000000;
    	}
    
    .messageStackWarning, .messageStackError {
    	background-color: #ff0000;
    	color: #ffffff;
    	}
    
    .messageStackSuccess {
    	background-color: #99FF99;
    	color: #000000;
    	}
    
    .messageStackCaution {
    	background-color: #FFFF66;
    	color: #000000;
    	}
    
    /*wrappers - page or section containers*/
    #mainWrapper {
    	background-color: #000000;
    	text-align: left;
    	width: 1002px;
    	vertical-align: top;
    	color: #FFFFFF;
    	}
    
    #headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    	margin: 0em;
    	padding: 0em;
    	}
    
    #navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
    	margin: auto;
    	} 
    
    #tagline {
    	color:#000000;
    	font-size: 2em;
    	text-align : center;
    	vertical-align: middle;
    	}
    
    #sendSpendWrapper {
    	border: 1px solid #cacaca;
    	float: right;
    	margin: 0em 0em 1em 1em;
    	}
    
    .floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
    	margin: 0;
    	width: 47%;
    	}
    
    .wrapperAttribsOptions {
    	margin: 0.3em 0em;
    	}
    
    /*navigation*/
    
    .navSplitPagesResult {}
    .navSplitPagesLinks {}
    .navNextPrevCounter {
    	margin: 0em;
    	font-size: 0.9em;
    	}
    .navNextPrevList {
    	display: inline;
    	white-space: nowrap;
    	margin: 0;
    	padding:  0.5em 0em;
    	list-style-type: none;
    	}
    
    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    	margin: 0em;
    	background-color: #9a9a9a;
    	font-weight: bold;
    	color: #ffffff;
    	height: 1%;
    	width: 100%;
    	}
    
    #navMain ul, #navSupp ul, #navCatTabs ul  {
    	margin: 0;
    	padding:  0.5em 0em;
    	list-style-type: none;
    	text-align: center;
    	line-height: 1.5em;
    	}
    
    #navMain ul li, #navSupp ul li, #navCatTabs ul li {
    	display: inline;
    	}
    
    #navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
    	text-decoration: none;
    	padding: 0em 0.5em;
    	margin: 0;
    	color: #ffffff;
    	white-space: nowrap;
    	}
    
    #navEZPagesTOCWrapper {
    	font-weight: bold;
    	float: right;
    	height: 1%;
    	border: 1px solid #000000;
    	}
    
    #navEZPagesTOC ul {
    	margin: 0;
    	padding:  0.5em 0em;
    	list-style-type: none;
    	line-height: 1.5em;
    	}
    
    #navEZPagesTOC ul li {
    	white-space: nowrap;
    	}
    
    #navEZPagesTOC ul li a {
    	padding: 0em 0.5em;
    	margin: 0;
    	}
    
    #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
    	margin: 0.5em;
    	}
    
    #navMainSearch {
    	float: right;
    	}
    
    #navBreadCrumb {
    	background-color: #cc9900;
    	}
    
    #navEZPagesTop {
    	background-color: #ffff33;
    	}
    
    #navBreadCrumb, #navEZPagesTop {
    	font-size: 0.95em;
    	font-weight: bold;
    	margin: 0em;
    	padding: 0.5em;
    	}
    
    #navColumnOne {
    	background-color: #2A2A2A;
    	}
    
    #navColumnTwo {
    	background-color: #00BFBF;
    	}
    
    /*The main content classes*/
    #contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
    	vertical-align: top;
    	}
    
    /*.content,*/ #productDescription, .shippingEstimatorWrapper {
    	/*font-size: 1.2em;*/
    	padding: 0.5em;
    	}
    
    .alert {
    	color: #FF0000;
    	margin-left: 0.5em;
    	}
    .advisory {}
    .important {
    	font-weight: bold;
    	}
    .notice {}
    .rating{}
    .gvBal {
    	float: right;
    	}
    .centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
    	padding: 0.8em;
    	}
    
    .smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
    	font-size: 0.9em;
    	}
    
    /*Shopping Cart Display*/
    #cartAdd {
    	float: right;
    	text-align: center;
    	margin: 1em;
    	border: 1px solid #000000;
    	padding: 1em;
    	}
    
    .tableHeading TH {
    	border-bottom: 1px solid #cccccc;
    	}
    
    .tableHeading, #cartSubTotal {
    	background-color: #e9e9e9;
    	 }
    
    #cartSubTotal {
    	border-top: 1px solid #cccccc;
    	font-weight: bold;
    	text-align: right;
    	line-height: 2.2em;
    	padding-right: 2.5em;
    	}
    
    .tableRow, .tableHeading, #cartSubTotal {
    	height: 2.2em;
    	}
    
    .cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
    	padding: 0.5em 0em;
    	}
    
    .cartUnitDisplay, .cartTotalDisplay {
    	text-align: right;
    	padding-right: 0.2em;
    	}
    
    #scUpdateQuantity {
    	width: 2em;
    	}
    
    .cartQuantity {
    	width: 4.7em;
    	}
    
    .cartNewItem {
    	color: #33CC33;
    	position: relative;  /*do not remove-fixes stupid IEbug*/
    	}
    
    .cartOldItem {
    	color: #660099;
    	position: relative;   /*do not remove-fixes stupid IEbug*/
    	}
    
    .cartBoxTotal {
    	text-align: right;
    	font-weight: bold;
    	}
    
    .cartRemoveItemDisplay {
    	width: 3.5em;
    	}
    
    .cartAttribsList {
    	margin-left: 1em;
    	}
    
    #mediaManager {
    	width: 50%; 
    	margin: 0.2em;
    	padding: 0.5em;
    	}
    .mediaTitle {
    	float: left;
    	}
    .mediaTypeLink {
    	float: right;
    	}
    
    .normalprice, .productSpecialPriceSale {
    	text-decoration: line-through;
    	}
    
    .productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
    	color: #ff0000;
    	}
    
    .orderHistList {
    	margin: 1em;
    	padding: 0.2em 0em;
    	} 
    
    #cartBoxListWrapper ul, #ezPageBoxList ul {
    	list-style-type: none;
    	}
    
    #cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
    	margin: 0;
    	padding: 0.2em 0em;
    	} 
    
    #cartBoxEmpty, #cartBoxVoucherBalance {
    	font-weight: bold;
    	}
    
    .totalBox {
    	width: 5.5em;
    	text-align: right;
    	padding: 0.2em;
    	}
    
    .lineTitle, .amount {
    	text-align: right;
    	padding: 0.2em;
    	}
    
    .amount {
    	width: 5.5em;
    	}
    
    /*Image Display*/
    #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
    	margin: 0em 1em 1em 0em ;
    	}
    
    .categoryIcon {}
    
    #cartImage {
    	margin: 0.5em 1em;
    	}
    
    /*Attributes*/
    .attribImg {
    	width: 20%;
    	margin: 0.3em 0em;
    }
    
    .attributesComments {}
    
    /*list box contents*/
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
    	margin: 1em 0em;
    	}
    
    /*sideboxes*/
    .columnLeft {}
    
    h3.leftBoxHeading, h3.leftBoxHeading a {
    	font-size: 1em;
    	color: #ffffff;
    	}
    
    .leftBoxHeading, .centerBoxHeading {
    	margin: 0em;
    	background-color: #525252;
    	padding: 0.5em 0.2em;
    	}
    
    .leftBoxContainer {
    	margin-top: 1.5em;
    	}
    
    .sideBoxContent {
    	padding: 0.4em;
    	}
    
    h3.rightBoxHeading, h3.rightBoxHeading a {
    	font-size: 1.1em;
    	color: #FFFF00;
    	}
    
    .rightBoxHeading {
    	margin: 0em;
    	background-color: #663366;
    	padding: 0.2em 0em;
    	}
    
    h3.leftBoxHeading a:hover {
    	color: #FFFF33;
    	text-decoration: none;
    	} 
    
    h3.rightBoxHeading a:hover {
    	color: #FF0000;
    	text-decoration: none;
    	}
    
    .rightBoxContent {
    	background-color: #ffffff;
    	margin-bottom: 1em;
    	}
    
    .centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    	text-align: center;
    	}
    
    #bestsellers .wrapper {
    	margin: 0em 0em 0em 1.5em;
    	}
    
    #bestsellers ol {
    	padding: 0;
    	margin-left: 1.1em;
    	}
    
    #bestsellers li {
    	padding: 0;
    	margin: 0.3em 0em 0.3em 0em;
    	}
    
    #bannerboxHeading {
    	background-color: #0000CC;
    }
    
    #upProductsHeading {
    	text-align: left;
    	}
    
    #upDateHeading {
    	text-align: right;
    	}
    
    /*misc*/
    .back {
    	float: left;
    	}
    
    .forward, #shoppingCartDefault #PPECbutton {
    	float: right;
    	}
    
    .bold {
    	font-weight: bold;
    	}
    
    .rowOdd {
    	background-color: #E8E8E8;
    	height: 1.5em;
    	vertical-align: top;
    	}
    
    .rowEven {
    	background-color: #F0F0F0;
    	height: 1.5em;
    	vertical-align: top;
    	}
    
    .hiddenField {
    	display: none;
    }
    .visibleField {
    	display: inline;
    }
    
    CAPTION {
    	/*display: none;*/
    	}
    
    #myAccountGen li, #myAccountNotify li {
    	margin: 0;
    	} 
    
    .accountTotalDisplay, .accountTaxDisplay {
    	width: 20%;
    	text-align: right;
    	/*vertical-align: top*/
    	}
    
    .accountQuantityDisplay {
    	width: 10%;
    	vertical-align: top
    	}
    
    TR.tableHeading {
    	background-color: #cacaca;
    	height: 2em;
    	}
    
    #siteMapList {
    	width: 90%;
    	float: right;
    	}
    
    .ratingRow {
    	margin: 1em 0em 1.5em 0em;
    	}
    
    LABEL#textAreaReviews {
    	font-weight: normal;
    	margin: 1em 0em;
    	}
    
    #popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
    	background-color: #ffffff;
    	}
    .information {padding: 10px 3px; line-height: 150%;}
    
    #shoppingcartBody #shippingEstimatorContent {
    	clear: both;
    	}
    
    .seDisplayedAddressLabel {
    	background-color:#85C285;
    	text-align: center;
    	}
    .seDisplayedAddressInfo {
    	text-transform: uppercase;
    	text-align: center;
    	font-weight: bold;
    	}
    #seShipTo {
    	padding: 0.2em;
    	}
    	
    /* Header CSS */
    .headerContainer {
    	width: 1002px;
    	height: 121px;
    	float: left;
    	background-image: url(../images/header_backing.jpg);
    	background-repeat: no-repeat;
    	color: #FFFFFF;
    }
    .logo {
    	float: left;
    	width: 209px;
    	height: 94px;
    }
    .img {
    	border-style: none;
    }
    .navigationalContainer {
    	width: 1002px;
    	float: left;
    	height: 21px;
    	color: #FFFFFF;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	font-weight: bold;
    }
    .navLinks {
    	margin: 6px 0px 0px 20px;
    	float: left;
    }
    .navLinks a:link { text-decoration: none; color: #FFF; }
    .navLinks a:visited { text-decoration: none; color: #FFF; }
    .navLinks a:hover { text-decoration: underline; color: #FFF; }
    
    /* Footer CSS Rules */
    .footerContainer {
    	width: 1002px;
    	float: left;
    }
    .greySolid {
    	width: 1002px;
    	float: left;
    	height: 25px;
    	background-color: #3F3F3F;
    }
    .container {
    	float: left;
    }
    .footerHoldall {
    	height: 273px;
    	float: left;
    	width: 1002px;
    	background-image: url(../images/footer_grad_backing.jpg);
    	background-repeat: repeat-x;
    }
    .footerCopyright {
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 11px;
    	color: #999999;
    	text-align: center;
    	line-height: 14px;
    }
    .seo {
    	width: 780px;
    	margin: 20px 0px 0px 130px;
    }
    .footerSEOLinks {
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 11px;
    	color: #999999;
    	width: 155px;
    	float: left;
    	margin: 0px 40px 0px 0px;
    }
    And the HTML of the page issue:
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
    <head>
    <title>Zen Cart!, The Art of E-commerce</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="keywords" content="NIKON DSLR CAMERAS ecommerce, open source, shop, online shopping " />
    <meta name="description" content="Zen Cart! :  - NIKON DSLR CAMERAS ecommerce, open source, shop, online shopping" />
    <meta http-equiv="imagetoolbar" content="no" />
    <meta name="author" content="The Zen Cart&trade; Team and others" />
    <meta name="generator" content="shopping cart program by Zen Cart&trade;, http://www.zen-cart.com eCommerce" />
    
    <base href="http://localhost:8888/" />
    <link rel="canonical" href="http://localhost:8888/" />
    
    <link rel="stylesheet" type="text/css" href="includes/templates/mifsuds/css/stylesheet.css" />
    </head>
    
    <body id="indexHomeBody">
    
    <div id="mainWrapper">
    <!--bof-header logo and navigation display-->
    <div id="headerWrapper">
    <!--bof-branding display-->
    <div id="logoWrapper">
        <div id="taglineWrapper">
        </div>
    </div>
    </div>
    <div class="headerContainer">
      <div class="logo"><a href="#"><img src="../images/logo_header.jpg" alt="Mifsuds Photographic | Home" width="209" height="94" class="img"></a></div>
    
      <div class="navigationalContainer">
      <div class="navLinks"><a href="#">Home</a></div>
      <div class="navLinks"><a href="#">New Products</a></div>
      <div class="navLinks"><a href="#">Used  Products</a></div>
      <div class="navLinks"><a href="#">Information/FAQ</a></div>
      <div class="navLinks"><a href="#">Search</a></div>
    
      <div class="navLinks"><a href="#">Contact Us</a></div>
      </div>
    </div>
    <table width="100%" border="0" cellspacing="0" cellpadding="0" id="contentMainWrapper">
      <tr>
    
     <td id="navColumnOne" class="columnLeft" style="width: 178px">
    <div id="navColumnOneWrapper" style="width: 150px"><!--// bof: categories //-->
    <div class="leftBoxContainer" id="categories" style="width: 150px">
    <h3 class="leftBoxHeading" id="categoriesHeading">Categories</h3>
    <div id="categoriesContent" class="sideBoxContent">
    
    <a class="category-top" href="http://localhost:8888/index.php?main_page=index&amp;cPath=1">NIKON DSLR CAMERAS</a>&nbsp;(1)<br />
    <hr id="catBoxDivider" />
    <a class="category-links" href="http://localhost:8888/index.php?main_page=products_new">New Products ...</a><br />
    <a class="category-links" href="http://localhost:8888/index.php?main_page=products_all">All Products ...</a>
    </div></div>
    <!--// eof: categories //--><!--// bof: search //-->
    <div class="leftBoxContainer" id="search" style="width: 150px">
    <h3 class="leftBoxHeading" id="searchHeading"><label>Search</label></h3>
    <div id="searchContent" class="sideBoxContent centeredContent"><form name="quick_find" action="http://localhost:8888/index.php?main_page=advanced_search_result" method="get"><input type="hidden" name="main_page" value="advanced_search_result" /><input type="hidden" name="search_in_description" value="1" /><input type="text" name="keyword" size="18" maxlength="100" style="width: 120px" value="Enter search keywords here" onfocus="if (this.value == 'Enter search keywords here') this.value = '';" onblur="if (this.value == '') this.value = 'Enter search keywords here';" /><br /><input type="submit" value="Search" style="width: 50px" /><br /><a href="http://localhost:8888/index.php?main_page=advanced_search">Advanced Search</a></form></div></div>
    <!--// eof: search //--></div></td>
        <td valign="top">
    
    <!-- bof  breadcrumb -->
        <div id="navBreadCrumb">Home
    </div>
    <!-- eof breadcrumb -->
    
    
    <!-- bof upload alerts -->
    <!-- eof upload alerts -->
    
    <div class="centerColumn" id="indexDefault">
    <h1 id="indexDefaultHeading">Congratulations! You have successfully installed your Zen Cart&trade; E-Commerce Solution.</h1>
    
    <h2 class="greeting">Welcome <span class="greetUser">Guest!</span> Would you like to <a href="http://localhost:8888/index.php?main_page=login">log yourself in</a>?</h2>
    
    <!-- deprecated - to use uncomment this section
    <div id="" class="content">This is the main define statement for the page for english when no template defined file exists. It is located in: <strong>/includes/languages/english/index.php</strong></div>
    -->
    
    <!-- deprecated - to use uncomment this section
    <div id="" class="content">Define your main Index page copy here.</div>
    -->
    
    <div id="indexDefaultMainContent" class="content"><a href="http://www.lulu.com/content/466605"><img src="images/large/e-start-book.gif" alt="get your manual today" title="Have you got yours yet? Join the 1000’s of Zen Cart users that have bought the only comprehensive owners manual !" /></a>
    <p>This content is located in the file at: <code> /languages/english/html_includes/YOUR_TEMPLATE/define_main_page.php</code></p>
    <p>You can quickly edit this content via Admin->Tools->Define Pages Editor, and select define_main_page from the pulldown.</p>
    <p><strong>NOTE: Always backup the files in<code> /languages/english/html_includes/your_template</code></strong></p>
    </div>
    
    
    
    
    
    <!-- bof: whats_new -->
    <div class="centerBoxWrapper" id="whatsNew">
    <h2 class="centerBoxHeading">New Products For November</h2>
        <div class="centerBoxContentsNew centeredContent back" style="width:100%;"><a href="http://localhost:8888/index.php?main_page=product_info&amp;cPath=1&amp;products_id=1"><img src="images/no_picture.gif" alt="Test Product" title=" Test Product " width="100" height="80" /></a><br /><a href="http://localhost:8888/index.php?main_page=product_info&amp;cPath=1&amp;products_id=1">Test Product</a><br />&pound;49.00</div>
    <br class="clearBoth" />
     
    </div>
    <!-- eof: whats_new -->
    
    
    
    
    
    <!-- bof: featured products  -->
    <!-- eof: featured products  -->
    
    
    
    
    
    
    
    
    <!-- bof: specials -->
    <!-- eof: specials -->
    
    
    
    
    
    
    
    
    
    
    </div>
    </td>
    
      </tr>
    </table>
    
    
    <!--bof-banner #5 display -->
    <!--eof-banner #5 display -->
    <div class="footerContainer">
      <div class="greySolid"></div>
      <div class="container"><a href="#"><img src="../images/find_facebook.jpg" alt="Find Us Facebook" width="1002" height="47" class="img" /></a></div>
      <div class="footerHoldall">
        <div style="width: 559px; margin: auto; margin-top: 15px; margin-bottom: 18px;"><img src="images/speak_to_a_pro.png" alt="Speak to a Pro | Call Us Now on 01803 852400" width="559" height="17" /></div>
        <div class="footerCopyright">Copyright © 2010 Mifsuds Photographic Ltd<br/>27 - 29 Bolton Street, Brixham, South Devon, TQ5 9BZ, United Kingdom<br/><br/><span style="font-weight: bold; color: #FFFFFF;">Related Links to Content</span>
    
        </div>
        <div class="seo">
    <!-- Footer Links Block One -->
    <div class="footerSEOLinks">Nikon DSLR Cameras<br/>Nikon Bodys<br/>Cheap DSLRs<br/>Second Hand Cameras<br/>Used Camera Gear<br/>Used Nikkor Lenses<br/>New Nikkor Lenses
    </div>
    <!-- Footer Links Block Two -->
    <div class="footerSEOLinks">Canon DSLR Cameras<br/>Canon EOS Bodys<br/>Cheap CanonDSLRs<br/>SecondHand Canon Cameras<br/>Used Canon Camera Gear<br/>Used Canon EOS Lenses<br/>New EOSLenses
    
    </div>
    <!-- Footer Links Block Three -->
    <div class="footerSEOLinks">Pentax DSLR Cameras<br/>Pentax Bodys<br/>Cheap Pentax DSLRs<br/>Second Hand Pentax Cameras<br/>Used Pentax Camera Gear<br/>Used Pentax Lenses<br/>New Pentax Lenses
    </div>
    <!-- Footer Links Block Four -->
    <div class="footerSEOLinks">Nikon Accessories<br/>Canon Camera Accessories<br/>Devon Camera Shops<br/>Film Cameras<br/>Medium Format<br/>Bronicca Cameras<br/>Minolta Cameras & Lenses
    
    </div>
        </div>
      </div>
      </div>
    </div>
    <!--bof- parse time display -->
    <!--eof- parse time display -->
    <!--bof- banner #6 display -->
    <!--eof- banner #6 display -->
    </body></html>
    Really hope someone can point out what the issue is, really worrying me! Can't work out what it is.

    Please find an example image: http://farm2.static.flickr.com/1087/...2ce8b225_b.jpg

    Thanks in advance :)

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Firefox Issue

    It's unlikely anyone will be able to diagnose the problem without seeing the site, and I see you've installed on your local computer, so ...

  3. #3
    Join Date
    Aug 2010
    Posts
    77
    Plugin Contributions
    0

    Default Re: Firefox Issue

    Quote Originally Posted by stevesh View Post
    It's unlikely anyone will be able to diagnose the problem without seeing the site, and I see you've installed on your local computer, so ...
    I'll see if I'm allowed to take it live, need to ask my boss...! Any help would be really appreciated.

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Firefox Issue

    You can make it live, password protect it, and PM somepne here the login credentials.

  5. #5
    Join Date
    Aug 2010
    Posts
    77
    Plugin Contributions
    0

    Default Re: Firefox Issue

    Quote Originally Posted by stevesh View Post
    You can make it live, password protect it, and PM somepne here the login credentials.
    Hi there, apologies for the delay, had problems taking the site live. Again, it seems to be looking pretty much perfect in Chrome and Safari but looks different in Firefox and unsure of IE until I get access to a PC.

    The middle content seems to fly off to the right for some reason?

    http://www.chichairandbeauty.co.uk/bang/

 

 

Similar Threads

  1. v137 firefox issue
    By 100asa in forum General Questions
    Replies: 1
    Last Post: 22 Oct 2013, 10:03 AM
  2. Firefox logoWrapper issue
    By robertrhu in forum General Questions
    Replies: 1
    Last Post: 16 Jul 2009, 12:00 PM
  3. Firefox issue
    By 121webconsultancy in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Nov 2008, 05:55 AM
  4. Another IE vs Firefox issue
    By Pontus in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 5 Mar 2008, 08:40 AM
  5. IE vs Firefox issue
    By distracted in forum General Questions
    Replies: 2
    Last Post: 10 Dec 2007, 01:32 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg