Page 1 of 1

Category's

Posted: Tue Feb 27, 2007 9:01 pm
by northern
http://blog.workingclassheroes.co.uk

Hey guys, thanks for all your help so far, seems to be a great community here!

Ok another set back for me :) on my blog that im currently skinning ^ I would like to move the tick boxes from categorys to the far right side rather than on the left side.

Is this possible and if you wouldnt mind :) how!

Al.

Re: Category's

Posted: Wed Feb 28, 2007 9:10 am
by garvinhicking
Hi!

Try this CSS:

Code: Select all

.container_serendipity_categories_plugin input {
float: right;
margin-top: 15px;
}
.category_link_all {
clear: both;
}
HTH,
Garvin

Posted: Wed Feb 28, 2007 3:12 pm
by northern
Worked a charm mate thank you :)
Do you know if its possible to make custom tick boxes and go button?

Posted: Wed Feb 28, 2007 5:16 pm
by garvinhicking
Hi!

No, browsers have no support for customized radio/checkboxes, you need to use the one supplied by your OS.

HTH,
Garvin