>
> No.  It's just that the path you specify in the filter has to work for
> all your pages.
> Let's say you have the following structure:
>
> /css/styles.css
> /images/logo.png
> index.html
> /pages/books.html
>
> Then, for the image to be loaded into your index.html page, the path
> would be images/logo.png - even though you are specifying this in the
> CSS file.  But for books.html, the path would be ../images/logo.png.
> See what I mean?  If you have all your pages in a directory, like pages,
> then you could set the path to ../images/logo.png and it will work for
> all your pages.  If you have the index page at the root, like I show
> above, then perhaps you could use a conditional comment in just the
> index page to load the image.
>
> I used conditional comments in all my pages because I had several
> nesting levels.
>
>
> Go to http://beta.goethebooks.com and look at the source.  You can also
> verify your syntax.  Note:  the site is a work in progress :-)
>
> Lori
>


thanks. i like how you have done that. i am going to have to look at this
more later but i suspect there is something wrong with my syntax as well.
Thanks again!

Jeff
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to