> On 17/12/2007, Bob Cohen <[EMAIL PROTECTED]> asked:
>> Is it permissible to use root relative addresses in the background statement?
>>
On Tue, 18 Dec 2007 11:50:12 +, David Dorward wrote:
>
> Relative URIs in stylesheets are relative to the stylesheet, not the HTML
> document that
> incl
Bob,
I have used root relative addresses without any problems.
tim
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bob Cohen
Sent: Monday, December 17, 2007 3:27 PM
To: CSS-Discuss List
Subject: [css-d] Root relative in Background URL
Is it permissible
On Dec 17, 2007, at 7:19 PM, Philippe Wittenbergh wrote:
>
> Your syntax '/img/bg_2.gif' should work correctly, assuming that the
> folder and the image are there where they should be: a folder child
> of the root folder on the server.
>
> When I check
> http://mojotools.com/img/bg_2.gif
> I
On 17/12/2007, Bob Cohen <[EMAIL PROTECTED]> wrote:
> Is it permissible to use root relative addresses in the background
> statement?
Of course.
> The display breaks in CSSEdit's previewer and when I check the file in
> Firefox locally.
Root relative URIs don't really work outside the context of
Is it permissible to use root relative addresses in the background
statement? My CSS file is in a subdir off of root, e.g., /css.
Images are in a subdir off of root, e.g., /img.
My template works when using a relative URL,
e.g.,
#container {
width: 100%;
float: left;