Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Logo image display problem in IE8 - CSS/PHP Problem
Old 09-06-2010, 07:42 AM Logo image display problem in IE8 - CSS/PHP Problem
Novice Talker

Posts: 12
Name: Luke Hackett
Trades: 0
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
lukeywn is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-06-2010, 10:15 PM Re: Logo image display problem in IE8 - CSS/PHP Problem
Junior Talker

Posts: 3
Name: James
Trades: 0
You should follow the guideline provided by the Joomla and you should change the sourcee code of Joomla rather then to change the license.
__________________

Please login or register to view this content. Registration is FREE
forball100 is offline
Reply With Quote
View Public Profile
 
Old 09-08-2010, 08:52 AM Re: Logo image display problem in IE8 - CSS/PHP Problem
Novice Talker

Posts: 12
Name: Luke Hackett
Trades: 0
I have tried to consult Joomla directly on this matter but without any luck.

The file im trying to edit is the index.php file for the Joomla theme JW CLEAN PRO, which was released prior to IE8 and so not tested for compatability with it.

I've tried to speak with the people who made the theme via their website comment posting feature and by email repeatedly.

I have even tried adding the email address of the theme creator to MSN etc but to no avail.

Is anyone able to help, I wouldnt have thought changing an images 'positioning' compared to the rest of the page would be so difficult?
lukeywn is offline
Reply With Quote
View Public Profile
 
Old 09-08-2010, 10:53 AM Re: Logo image display problem in IE8 - CSS/PHP Problem
Banned

Posts: 408
Name: mushget
Trades: 0
try
<a href="index.php" title="<?php echo $siteName; ?>"><img src="your site template path /images/logo.png" border="0" alt="<?php echo $siteName; ?>" /></a>
mushget is offline
Reply With Quote
View Public Profile Visit mushget's homepage!
 
Old 09-08-2010, 11:43 AM Re: Logo image display problem in IE8 - CSS/PHP Problem
Novice Talker

Posts: 12
Name: Luke Hackett
Trades: 0
Have tried this and still exactly the same problem Are there any codes which could be inserted into the images tag to define its positioning?
lukeywn is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Logo image display problem in IE8 - CSS/PHP Problem
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 3.78185 seconds with 12 queries