Re: Image localization with css

2006-11-03 Thread Denis McCarthy
"Tapestry users" > Kopie 03.11.2006 13:02 Thema RE: Image localization with css

Re: Image localization with css

2006-11-03 Thread Fred Janon
For client customization, I was looking for a solution in CSS to define or override the IMG "src" attribute. I asked around on a CSS newsgroup and looked at the CSS spec and unfortunately CSS doesn't allow to define/redefine/override the "src" attribute. So far, I know of a couple of solutions: - t

RE: RE: Image localization with css

2006-11-03 Thread Kristian Marinkovic
RE: Image localization with css Bitte antworten an "Tapestry

RE: Image localization with css

2006-11-03 Thread Kristian Marinkovic
Hi, you could generated a CSS with a @Import statement that depends on language and style kind of: main.css: /* all default rules that apply to all styles */ /* if lang=en */ @IMPORT url("lang_en.css"); /* else */ @IMPORT url("lang_default.css") /*end */ lang_en.css: /* just the rules that ar