Just for your information, I have provided an example of your form,
available at:
http://jaa.myftp.org:28880/examples/seb88

There is a zip-file of the view file too, so you can compare with
yours.

The example is presented in IE and FF in the same way, without changes
to the CSS.
Enjoy,
   John

On Apr 20, 4:52 pm, sebb86 <[email protected]> wrote:
> Okay, its done.
>
> Firefox solution:
> [code]
> .input
> {
>   width:45em;
>   float:none;
>
> }
>
> .input label
> {
>   width:25%;
>   float:left;
>
> }
>
> .input input
> {
>   width:50%;}
>
> [/code]
>
> Internet Explorer 8 solution:
> [code]
> .input
> {
>   width:45em;
>   float:none;
>
> }
>
> .input label
> {
>   width:25%;
>   float:none;
>
> }
>
> .input input
> {
>   width:50%;}
>
> [/code]
>
> Addition: maybe i've changed some source code in the cake.generic.css
> file.
> Unfortunately i cant find a solution for both, but its okay...
>
> Thanks a lot John!!!

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" 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/cake-php?hl=en

Reply via email to