HighDots Forums  

CSS: Hand held Devices

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss CSS: Hand held Devices in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
RonMA68
 
Posts: n/a

Default CSS: Hand held Devices - 11-10-2005 , 11:33 AM






Hi folks,

I am working on my very first web site that's viewable with cell phones / hand
held devices.

However, a menu that is supposed to show up works fine on cell phones, but not
on a pocket PC. (that menu is hidden when viewed with a regular computer,
desktop, laptop, etc.).

Any ideas about what I can do to the code to make it work?

<div id="CellNav">
<ul>
<li><a href="../ac-chapel-choir.php"> The AC Chapel Choir </a></li>
<li><a href="../10am-choir.php"> 10AM Choir</a></li>
<li><a href="../festival-choir.php">Festival Choir</a></li>
<li><a href="../alumni-choir.php">Alumni Choir / Alumni Dinner</a></li>
<li><a href="../schedules.php">Schedules</a></li>
<li><a href="../programs.php">Programs</a></li>
<li><a href="../photos.php">Photos </a></li>
<li><a href="../join-us.php"><strong>Join Us!</strong></a></li>
<li><a href="../jane-shivick.php">Jane Shivick, Director of Chapel
Choirs</a></li>
<li><a href="../frank-corbin.php">Frank Corbin, Director of Chapel
Music</a></li>
<li><a href="../lessons-and-carols.php">Lessons &amp; Carols</a></li>
<li><a href="../media.php">Media</a></li>
<li><a href="../default.php">Chapel Choir Home</a></li>
</ul>
</div>


And the CSS:
#CellNav {
position:relative;
width:100%;
padding:2px 0px 0px 0px;
text-align:left;
}

#CellNav a, a{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
line-height: 1em;
}

THANKS!!
Ron






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.