I've allotted 500 points for the solution to this problem. This is urgent!!
I'm helping develop a website with Joomla! and I modified it to put a custom logo using the JA-Purity template.
http://www.website.com/site/ <--Site is where Joomla! is.
I downloaded "template.css" via FTP from here:
http://www.website.com/site/templates/ja_purity/css/template.cssI put this code instead of the original:
Code: Select all
h1.logo a {
width: 441;
display: block;
background: url(../images/logo.png) no-repeat;
height: 179;
position: relative;
z-index: 100;
The logo is 441x179 pixels, so I stretched the main header height to 179 pixels to accommodate the logo.
Now on some computers it doesn't work, just white space that is linked to the homepage. I triple checked the code and made sure the logo was uploaded to the right folder, but it still doesn't work. I also tried deleting all temporary files.
It however worked on IE7 and FF my development laptop using screen resolution 1280 by 800 pixels.
On my co-developers laptop that is running the same screen resolution, it doesn't work in IE7 but it does work in FF.
I got another person to try it on there laptop using the same screen resolution, but it wouldn't show up either, just white space, but if you hover over it, it is a link to the homepage.
I'm running out of ideas. Would someone help me out here?
Thank you.
Start Free Trial