just add width value.
#myDiv1 > input {
width:97%;
}
#myDiv1 > select {
width:100%;
height:25px;
}
Sometimes it's not taken into account due to hierarchies but you can
certainly also add it in the html as an attribute.
On Nov 30, 4:20 am, Dan <[email protected]> wrote:
> I found someone who hasn't updated. These links should clearly show
> that there is a problem with how the iUI framework is being rendered
> with the new version of Mobile Safari.
>
> http://www.distribucon.com/iui/ios41.pnghttp://www.distribucon.com/iui/ios421.png
>
> The input boxes are smaller, have a border, and are shifted in iOS
> 4.2.1.
>
> The Music sample appears to be using this CSS from iui.css:
> .row > input:not(input[type|=radio]):not(input[type|=checkbox]) {
> box-sizing: border-box;
> -moz-box-sizing: border-box;
> -webkit-box-sizing: border-box;
> margin: 0;
> border: none;
> padding: 12px 10px 0 110px;
> height: 42px;
> background: none;
>
> }
>
> Any idea what should be changed?
>
> On Nov 29, 4:27 pm, Giacomo Balli <[email protected]> wrote:
>
>
>
> > didn't notice it but you can still style an input field with css. not
> > a problem.
--
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.