Previous Message
Next Message

CSS url() vs background=""

Sent by Bjørn_Nielsen on 16 August 2004 16:04


> I have a couple of web pages which are exhibiting odd behaviour.  On one page, which I created, I
am using CSS to display a background image in the header div:
> 
> background-image: url("http://wserver1/images/m_strat_header.gif");
> 
> On another page, which I did not create, it is being done in this manner:
> <TABLE BORDER="0" WIDTH="100%" BGCOLOR="#990000" CELLSPACING="0" CELLPADDING="1"
BACKGROUND="images/photoHeader5.gif">
> 
> The issue is that, for some reason, some users can not see the CSS called image, but all can see
the other one.  There doesn't seem to be a correlation of browser version or OS to this problem. 
All the users are using IE, and on either Windows 2000 or XP.
> 
> Any ideas?

It could be something with the URI.
I have also experienced problems with absolute URI's in CSS, in some
configurations.
Try make in relative, like the html-version.

Bjoarn
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: