June 29, 201115 yr Looking for help with my own site, its basically riddled with bugs after getting it built so I'm starting over. If I can id pay someone or skill swap etc, but ideally I want the site to scale and have orientation detection (for iphone, ipad etc) If your interested skype me : panda_doodle
June 29, 201115 yr Use this for the CSS: @media all and (orientation:portrait) { /* Style adjustments for portrait mode goes here */ } @media all and (orientation:landscape) { /* Style adjustments for landscape mode goes here */ } Put this in your header: <meta name="viewport" content="width=768px, minimum-scale=1.0, maximum-scale=1.0" /> That should do it for your iPad.
June 29, 201115 yr Author Yeah I got all that bit but I want it all restructured also (i.e re-coded) to some specs I can provide Hence me offering to pay or swap a design service lol My problem is I need my site up last week, I've not got time to do it as I have a few deadlines due its either that or I outsource some of my current projects to focus on my own site, but as you can imagine thats not a habit i want to get into... Edited June 29, 201115 yr by pandadoodle
June 29, 201115 yr Author No worries, its just turing into a night mare! Hired a dev guy and its not really how I wanted to back to square one and I need it live by the 1st. I don't do nothing by halfs aye lol
Create an account or sign in to comment