Design for wireless devices
Design for wireless devices
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- heavyt0
I have read a bit.
first thing that you need to understand, is that they are all different.
you cannt really design for all of them, since there is no real standards.
According to Zeldman- the best way is to follow web standards (use semantic HTML, and CSS for layout.)
then you can offer alt style sheets for different screen sizes if so inclined.
at least everything will be fairly organized if they do not use a browser that supports CSS.
TR1