Hi.
I'm using iui to help me developping my web application.
I would like to set the width of input fields in landscape mode to the
double of the original value (which is the value for the 'default'
orientation : portrait actually).
I tried to use css to do something like this but it doesn't seem to
work :
body[orient="landscape"] > input[type="text"] {
width:200%;
}
Any ideas ?
Thanks !
Pierre
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---