
Przykładowe buttony: (mają być obok siebie)
no i niebardzo wychodzi mi css:
.ansbutton { display: inline; border: 1px solid #a3a3a3; padding: 0 10px 0 20px; background: #DCDCDC url(img/arr3.gif) repeat-y; margin-right: 10px; text-align: center; font-family: Helvetica, "Arial CE", Tahoma, Georgia; font-size : 8pt; color : #4e4e4e; text-decoration : none; }
w tym wypadku czcionka 'TAK' i 'NIE' nie jest brana z .ansbutton tylko z wcześniejszej definicji a {} a tego nie chcę.
nie wiem jak zrobić coś w stylu onmouseover w css.
Kombinowałem tak:
.ansbutton a:hover{ display: inline; border: 1px solid #808080; padding: 0 10px 0 20px; background: #d4d4d4 url(img/arr3.gif) repeat-y; margin-right: 10px; text-align: center; font-family: Helvetica, "Arial CE", Tahoma, Georgia; font-size : 8pt; color : #bf4128; text-decoration : none; }
ale to nie zmienia mi wyglądu diva tylko czcionki co wydaje mi się logiczne

Kombinowałem i tak:
.ansbutton a { display: inline; border: 1px solid #a3a3a3; padding: 0 10px 0 20px; background: #DCDCDC url(img/arr3.gif) repeat-y; margin-right: 10px; text-align: center; font-family: Helvetica, "Arial CE", Tahoma, Georgia; font-size : 8pt; color : #4e4e4e; text-decoration : none; } .ansbutton a:hover{ display: inline; border: 1px solid #808080; padding: 0 10px 0 20px; background: #d4d4d4 url(img/arr3.gif) repeat-y; margin-right: 10px; text-align: center; font-family: Helvetica, "Arial CE", Tahoma, Georgia; font-size : 8pt; color : #bf4128; text-decoration : none; }
no prawie prawie ale display: inline; nie jest brane pod uwagę tak jak i width i height, co także chyba rozumiem

Uff no nie mam pojecia jak zrobić ten 'kwadracik'. Pomocy

Pozdrawiam
pss. sorki za ew herezje ale css to narazie nie moja mocna strona. Szukałem na googlach ale tam same opisy buttonów zrobionych za pomocą input - tego też nie chcę
