Welcome to TalkGraphics.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2008
    Posts
    11

    Default designing a page for pda/cell users

    Hi:
    I am using dreamweaver MX 2004 to design my site and finished all my pages: wide pages for hi res and redirect to pages for 800x600 res. I have six horizontal rollover nav bars with drop down menus in a dreamweaver table set at 100%. How would I design a page for a mobile site? Since the nav bars won't resize even if I put them in a layer that scrolls or wraps the results would be messy or the user would have to scroll alot. Also- is ther a way for the jpeg content in the layers of the pages to display as thumbnails by default for the mobile page? Any help would be appreciated. Thanks Andrea

  2. #2
    Join Date
    Aug 2006
    Posts
    73

    Default Re: designing a page for pda/cell users

    Quote Originally Posted by Cambria7 View Post
    Also- is ther a way for the jpeg content in the layers of the pages to display as thumbnails by default for the mobile page? Any help would be appreciated. Thanks Andrea
    If you use CSS Stylesheets, you cold set the default size of all images
    Code:
    img {width: 30%;}
    you could define it in % or px, depending on what kind of pictures it is, and what kind of site it is

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •