On 9/18/11, Carlos AB <[email protected]> wrote: > On 9/17/11, V.Krishn <[email protected]> wrote: >> There is a much less used feature that allows switching of stylesheet >> without >> using javascript. >> Skin providing "alternate stylesheet" like >> 1. High contrast >> 2. Low contrast >> 3. 16 color >> 4. High color >> ..etc.. can help, including adaptiblity to low end devices/screens. >> >> <link rel="stylesheet" href="style.css" type="text/css" /> >> <link rel="alternate stylesheet" href="highcontrast.css" type="text/css" >> title="High Contrast Color Style" /> >> <link rel="alternate stylesheet" href="lowcontrast.css" type="text/css" >> title="Low Contrast Color Style" /> >> >> I have tested this feature since firefox 0.9+ and konqueror 3.5+. >> I could not locate the functionality in Chromium. >> >> -- >> Regards. >> V.Krishn > > If we have to consider older browsers as a target, the ones without > support for it, than we will have to use another mechanism, such as > this: > > http://www.alistapart.com/articles/alternate/ > > CarlosAB >
It's the same principal mechanism, but with some javascript to help older browsers see it CarlosAB. _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
