|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
CSS and WAP
Hi,
been stuck with a problem, trying to get a site working with a different style sheet from screen to a mobile. I have tried using the media="handheld" to make the change, but my nokia 6230 doesnt seem to recognise the change and tries to display the site as is. any ideas? thanks in advance |
|
#2
|
||||
|
||||
|
Have you tried clearing the phones cache?
Have you got example code / live example? are you serving the pages for the phone as XHTML MP or WML? |
|
#3
|
|||
|
|||
|
yeah tried to clear the cache
eg code www.rdesignt.com and XHTML |
|
#4
|
||||
|
||||
|
Should't be alternate stylesheets
Try changing the following:
Code:
<link href="style1.css" rel="stylesheet" type="text/css" media="screen, tv, projection" title="default" /> <link href="style2.css" rel="alternate stylesheet" type="text/css" media="tty, handheld" title="handheld" /> <link href="style3.css" rel="alternate stylesheet" type="text/css" media="screen" title="bw" /> Code:
<link href="style1.css" rel="stylesheet" type="text/css" media="screen, tv, projection" title="default" /> <link href="style2.css" rel="stylesheet" type="text/css" media="tty, handheld" title="handheld" /> <link href="style3.css" rel="stylesheet" type="text/css" media="screen" title="bw" />
__________________
Cheers, Jamie # skiFFie | Home of the 'accessibility module' for Drupal # Jamie Burns [me] Accessibility Module [drupal] # guidelines | search | wap resources | not getting help | fold to cure # Any form of employment is strictly prohibited ...... __________________ Let the might of your compassion arise to bring a quick end to the flowing stream of the blood and tears ..... Please hear my anguished words of truth. __________________ Last edited by jabba_29 : February 24th, 2005 at 01:59 AM. Reason: typo |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > CSS and WAP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|