2008/10/27 Marty Martin <[EMAIL PROTECTED]>:
> I am having trouble with using the tag < base href="" /> in my html
> and it not being translated into my CSS document.

<snip>

> ... shouldn't the CSS file be using the base href I
> declared?

No. The base element changes the base URI for the HTML document, not
associated stylesheets (except, I think, in Netscape 4, buggiest
browser of them all).

I prefer to avoid the base element and use root relative URIs (ones
which start with a / character) for everything except document
specific resources.

-- 
David Dorward <http://dorward.me.uk><http://blog.dorward.me.uk>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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