Hello all,
Hope you can help me with the following problem... Basically, I am using a content management system called Joomla, version 1.5 and a theme called JW Clean Pro.
This theme came out before IE8 did, and regretfully I am having trouble with displaying the logo image on this theme with internet explorer 8.
The file index.php in this themes folder contains the following code which I suspect is where we need to add or change something:-
<!-- B: HEADER -->
<div id="jwd_headercover">
<div id="jwd_header" class="clearfix">
<div id="jwd_header_left">
<?php
if ($JWDT->getParam('logoType')=='image') { ?>
<h1 class="logoimg">
<a href="index.php" title="<?php echo $siteName; ?>"><img src="<?php echo $JWDT->templateurl(); ?>/images/logo.png" border="0" alt="<?php echo $siteName; ?>" /></a>
</h1>
<?php } else { ?>
<h1 class="logo-text">
<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a>
</h1>
<p class="site-slogan"><?php echo $sloganText;?></p>
<?php } ?>
</div>
My website is
www.classic-mario.net, if you go to the page in firefox or google chrome, the logo image displays no problem, but if you go there in the newest version of IE, the logo slips behind the content block.
Do you have any idea what might be causing this problem, and how it could be fixed?
Look forward to hearing from you and hope someone can help. I have tried the Joomla forums, and even mailing the JW Clean Pro theme creators but to no response
Best regards
Luke