Hi Nick, We can use CSS Media Query. So that same site can be view in different devices.
---------------------------------- @media screen and (max-width: 480px) { /* Add your styles for devices with a maximum width of 480 */ } @media screen and (max-width: 768px) { /* Add your styles for devices with a maximum width of 768 */ } @media screen and (max-width: 320px) { /* Add your styles for devices with a maximum width of 320 */ } @media screen and (max-width: 1024px) { /* Add your styles for devices with a maximum width of 1024 */ } --------------------------------------------------------- If any HTML related work needs to be done. Please let me know. I am happy to do. Jaydeep Tank On 7 January 2013 12:32, Alex Harui <aha...@adobe.com> wrote: > [image: Boxbe] <https://www.boxbe.com/overview> dev@flex.apache.org is > not on your Guest List <https://www.boxbe.com/approved-list> | Approve > sender <https://www.boxbe.com/anno?tc=13293043279_700513732> | Approve > domain <https://www.boxbe.com/anno?tc=13293043279_700513732&dom> > > Also note that we have to review the site against this criteria: > > http://www.apache.org/foundation/marks/pmcs.html#checklist > > -Alex > > On 1/6/13 8:28 PM, "Om" <bigosma...@gmail.com> wrote: > > > Nick, > > > > The desktop view looks great. The view on my android phone looks > > different, but does not seem to scale well. Are you planning to do more > > work on the mobile versions? > > > > Thanks, > > Om > > > > On Sun, Jan 6, 2013 at 8:14 PM, Michael A. Labriola < > > labri...@digitalprimates.net> wrote: > > > >>> I would also like your guys opinion on the replacement site I've been > >> working on this weekend : > >> > >>> http://flex.darktech.org > >> > >> > >> Nice job Nick. > >> > > -- > Alex Harui > Flex SDK Team > Adobe Systems, Inc. > http://blogs.adobe.com/aharui > > >