Ian, > Is CSS intelligent enough so that if I am accessing a web page using a > PC it displays a normal browser page, but if I access the site using a > PDA/Mobile Phone it will switch to a mobile/pda version of the site ?
CSS is "intelligent" enough. You can link the css from (X)HTML via the link tag and give the browser the information about the platform for which this css is intended via the media attribute. Or you can use @media rules inside the css. Unfortunatly AFAIK most of the browsers ignore these hints. IMHO the only browser on mobile/pda following the standard is Opera. regards, Martin ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
