Hello,
Hussein Shafie schreibt am Montag, 11. Juni 2007 um 10:18:
> Not a bug.
> The cure is to use a CSS string instead of a CSS identifier:
> ---
> file-name-field(attribute, "rewritePrefix", [...]
> ---
Thank you! It works as I/we need.
>> ---excert catalog.css ---
>>
>> rewriteURI:first-of-type:before {
>> [...]
>> }
>> rewriteURI:first-of-type::attribute(rewritePrefix) {
>> [... ]
>> }
> This seems to be *much* too complicated. Why don't you simply use
> something like:
> ---
> rewriteURI:first-of-type:before {
> display: inline;
> content: " some advice for the user " file-name-field(attribute,
> "rewritePrefix", absolute, yes, directory, yes, columns, 33, color, green);
> }
> ---
Thanks a lot for the hint! :)
Best Regards
Thomas