Thread: Mobile websites
View Single Post
  #10 (permalink)  
Old 02-17-2008, 01:22 AM
ryanhellyer's Avatar
ryanhellyer ryanhellyer is offline
Super Moderator
 
Join Date: Dec 2007
Posts: 708
Default

Quote:
Originally Posted by Willemina
I'm having troubles though. I had some people test my mobile website out and they are complaining that it is hard to navigate because they need to scroll a long way just to reach the menu
It's usually a good idea to ensure that you have navigation at the top and bottom of the pages as it's often difficult to scroll in mobile browsers. You can also include this functionality with a mobile stylesheet on a regular site even if you don't want the footer displaying when viewed on a regular desktop computer, you can do this by removing it via the media="screen" stylesheet with display:none.
Reply With Quote