[TYPO3] TYPO3 websites and smartphones

Andreas Becker ab.becker at web.de
Wed Jan 23 16:48:45 CET 2008


Hi Darko

simply define in your templates a view for your screen - screen.css  (for
your computerscreen 1024x768 i.e. 974px width)
one for print.css which fits on a A4 page to be printed out (i.e. Main
column without Menues and ads).
and anotherone for mobiledevices (i.e 240px width where all columns from
974px are placed underneath each other and a navigation for mobiledevices is
enabled)

But pay atteton as at the moment there is nothing comparable available with
mobile devices which could be a standard size like 1024 or 800x600 - Best
would be if you either use the extension which stores all those data about
mobiledevices and integrate this into your TYPO3 installation or design a
small minisite version which is flexible enough to be displayed betwee 480px
and 180px width.

Detect the screensize of the device and then the fitting .css needs to be
fetched.

It is as Dimitry already said it has nothing to do with TYPO3 all could
mainly be done by CSS.

Andi


More information about the TYPO3-english mailing list