RocketTheme

General => Free/GPL/Tutorials Discussions => Topic started by: Jon Jackson on July 05, 2007, 02:38:58 PM



Title: Image doesn't show in IE6?
Post by: Jon Jackson on July 05, 2007, 02:38:58 PM
Hi forum
I wasn't sure where to post this sorry if it's wrong place ... about rokwebify - I have a site at www.bucks-arms.co.uk (http://www.bucks-arms.co.uk) with an image in the header.  It works fine in all browsers except IE6 - any suggestions how to fix please?
Jon


Title: Re: Image doesn't show in IE6?
Post by: James S! on July 05, 2007, 02:52:51 PM
You have edited your index.php so instead of blank.png being loaded, it is your logo which is suppose to be generate in template_css.css by

Quote
img#logo {
background:transparent url(../images/logo.png) no-repeat scroll 0pt;
float:left;
height:138px;
margin-left:38px;
width:469px;
}

Therefore, change the index.php logo image to blank.png and alter the above reference to your logo :)


Title: Re: Image doesn't show in IE6?
Post by: Jon Jackson on July 05, 2007, 10:47:01 PM
Thanks James

It wasn't the logo image which wasn't showing but the larger header image.  I've fixed it ... the image was 2px too big for the module.

Thanks again
Jon