
Originally Posted by
rottiejoe
Hi Clyde,
I have a small problem and I don't seem to be able to fix it. My popup help window is useing the background image even though I have changed the tpl_main_page.php file to:
?>
<body id="popuplinkshelp">
<div>
<p><a href="javascript:window.close();"><?php echo TEXT_CURRENT_CLOSE_WINDOW; ?></a></p>
</div>
</body>
I have also changed my css file to:
}
#popupShippingEstimator, #popupLinksHelp, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
background-color : #eee8aa;
background-image: none;
}
I have no idea what is happening as my other popup windowa are working fine and they are useing the background colour as per above of #eee8aa. Can you throw any light on what may be happening. Thanks
Rottie
this may help:
open the tpl_main_page.php file and find:
PHP Code:
<div class="centerColumn" id="ezPageDefault">
and change to:
PHP Code:
<div class="centerColumn" id="popupLinksHelp">
Bookmarks