Ingo,

 

I finally worked out what the problem was and, of course you had the solution.

Why I couldn’t work out what was happening was because those images that were 
displaying were being sourced from root/images and the image that wasn’t being 
displayed was in root/dev/images.

 

All sorted and many thanks

 

 

Best regards

 

Ian

 

This e-mail contains information which is confidential and may also be 
privileged. It is for the exclusive use of the intended recipient(s). If you 
are not the intended recipient(s) please note that any form of, distribution, 
copying or use of this e-mail or the information in it is strictly prohibited 
and may be unlawful. If you have received this in error please inform us at the 
above address then delete the e-mail and destroy any copies of it. Thank you.

 

From: Ingo Chao [mailto:ichaoc...@googlemail.com] 
Sent: 01 February 2009 08:09
To: Ian Young
Subject: Re: [css-d] a png not displaying!

 

I've inserted an absolute path and then this path I've mentioned and it worked.

Remember that the path is relative to the document for filters, not relative to 
the css or whatever.
But starting from scratch is always good.

Ingo

2009/2/1 Ian Young <i...@iyesolutions.co.uk>

Subject: Re: [css-d] a png not displaying!

 

 

2009/1/30 Ian Young <i...@iyesolutions.co.uk>

...

http://www.dbadvertising.co.uk/dev/index-test.php

All the pngs display in IE6 fine with exception of the address logo
Style sheet is at /dev/includes/ie-fix.css and /style-new.css.

 

for the filter, you have
src='../images/Adress-top-3.png' 

but the correct path should be

src='/ images/Adress-top-3.png' 

Sorry Ingo,

The correct address is  ../ images/Adress-top-3.png'

If we used 'images/Adress-top-3.png', then the url would be 
dbadvertisng.co.uk/dev/dev/images/Adress-top-3.png'

Other images use the same format and work fine. So that is not the case.

If I take out all the main CSS but keep the ie-fix.css, everything works,

Guess I will have to start from scratch and work it up.

Cheers

Ian

 

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to