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