On Fri, August 20, 2010 1:43 pm, james wrote:
> This one is more of a css question but it relates directly to the cake
> settings as im reluctant to use a completely new stylesheet
>
> i have a filter area at the top of one of my views with 4 options - 3
> text inputs and a drop down select. At the moment it has them all
> running down the page as in
>
> input 1
>
> input 2
>
> select
>
> input 3
>
> But what i want to have is:
>
> input 1        input 2
>
> select         input 3
>
> but no matter what i do i cant seem to set it right. does anyone know
> where this behavious is set in the stylesheet?

firebug on firefox will help you with stuff like this. if you use the
inspect element function you'll be able to locate the relevant line number
in your css file to change.

what you want to do is set your div.input, div.select to 50% width and
then float:left the divs which will grid them as you require.



-- 
Mike Karthauser
Managing Director - Brightstorm Ltd

Email: [email protected]
Web: http://www.brightstorm.co.uk
Tel:  07939 252144 (mobile)
Fax: 0870 1320560

Address: 1 Brewery Court, North Street, Bristol, BS3 1JS

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