Is your input tag really an immediate child of the body?  '>' is the 
child selector, you might want to replace it with a space so that it 
will apply to any descendant of body.  Also,  200% seems like an 
incorrect or at least odd value to be using for a percentage width.

Why not post a URL to your code or to a small example that exhibits the 
same problem?

-- Sean

Pierre wrote:
> 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 iphonewebdev@googlegroups.com
To unsubscribe from this group, send email to 
iphonewebdev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to