|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
PDA and CSS
Does anyone have any knowledge or good resources for display of pages in a PDA? I was thinking there must be a way to set a different css file for PDA display or some other specifics. Any knowledge would help. Thanks
|
|
#2
|
||||
|
||||
|
Not exactly up to date:
http://www.macedition.com/cb/resour...csssupport.html Check: http://software.palm.com/PlatformSe...x=18&image2.y=8 for Palm browsers -- CSS doesn't seem to be mentioned though.. NetFront seems good though... http://www.infosyncworld.com/news/n/3348.html can't find much else I'm afraid.. |
|
#3
|
|||
|
|||
|
when inserting your CSS link use a different media type:
/* use this CSS if PDA */ <link rel="stylesheet" href="pda_style.css" media="handheld"> /* use this CSS if PC Browser */ <link rel="stylesheet" href="style.css" media="screen"> |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > PDA and CSS |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|