|
Tailslide -> RE: Small screen styles? (1/31/2007 2:37:34)
|
Thing is you have to remember that it'll only work currently with a certain % of small screen devices due to different standards adopted (sigh). What I did was set up a stylesheet for media=handheld for the few smarter browsers that look for it (think it's just Opera) and on my own site I also have an alternate stylesheet which can be manually chosen if necessary. The stylesheet itself basically un-floats floats, has a 100% width main div with a small margin either side, hides large images and usually shows a small logo in place of a full size one. I now add this as standard to all my clients' sites although not usually with stylesheet switchers along with a print stylesheet.
|
|
|
|