I'm a little stumped on this, and was hoping someone might have an idea.
I'm working on a prototype for the Avro Museum site. It's at
http://test.open2space.com. For some reason, Konqueror refuses to show
my header image. I've tried with this CSS:
#header {
height: 80px;
background-color: #336699;
background-image: url(/themes/avro/museum_banner.jpg);
background-repeat: no-repeat;
}
(and some variations on how the url is specified...)
And even a basic HTML file on my desktop:
<html>
<body>
<img src="http://test.open2space.com/themes/avro/museum_banner.jpg">
<hr>
this is some text.
</body>
</html>
In both cases, the image is not displayed, but everything else is.
However, if I punch in (or cut/paste) the full url to the image in
Konq's address bar, I can see it just fine.
I do not see this behavior with Firefox. And I have rebooted between
attempts as well.
Any tips/suggestions? I'd really like the prototype to work in all
browsers. Thanks in advance.
Shawn
(Oh, if it helps any, the image was created in the Gimp...)
_______________________________________________
clug-talk mailing list
[email protected]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying