Page 1 of 1
How to reduce the button "go" of "categories&
Posted: Tue Apr 11, 2006 1:59 pm
by bailey87
Anyone to help? How to reduce the widht of the button "go" of "categories"
Re: How to reduce the button "go" of "categor
Posted: Tue Apr 11, 2006 2:40 pm
by garvinhicking
You can do that with CSS:
Code: Select all
.serendipity_categories_plugin input {
width: 15px;
}
HTH,
Garvin
Posted: Wed Apr 12, 2006 12:24 am
by bailey87
that doesn´t work... and in your code isn´t defined something with "button"

Posted: Wed Apr 12, 2006 11:26 am
by garvinhicking
As I mentioned 3 times now already: People can only help you if you publish your url.
"button" can only be used in CSS assignments for firefox, it will not work in IE:
Code: Select all
.serendipity_categories_plugin input[type=submit] {
color: red;
}
Regards,
Garvin