Has anybody made a website theme for the iPhone?
Please let me know any tips or resources.
Here's my theory: How to make a website theme for iPhone
Create a website theme designed for desktop monitors. Try not to make any element larger than 320px (iPhone screen resolution).
Create 2 style sheets. One for desktop monitors and another for iPhone. By default, the desktop version of the style sheet is called. The iPhone style sheet would display items in such a way that they fit inside the 320px resolution.
Create JavaScript file that detects Screen Size. If screen size is less than than 321px, then the style sheet is replaced by the iPhone version style sheet.