Jump to content
xt:Commerce Community Forum

options plugin textfeld vergrössern


SS156

Recommended Posts

ja ist es ...

du kannst ein radio Button separat ansprechen. Allerdings spackt der ie dann rum und es wird dort trotzdem zentriert dargestellt.

ich hab das für mich jetzt so gelöst.


.tabledetails input{

text-align: left;

cursor:pointer;

float:left;

width: 80%;}

.tabledetails select{

text-align: left;

cursor:pointer;

float:left;

width: 80%;}

.tabledetails textarea{

text-align: left;

cursor:pointer;

float:left;

width: 80%;}


//Das ist der Befehl damit die Radio Buttons ganz links dargestellt werden. (geht nur im FF)

.tabledetails input[type=radio] {

width:0%;

}

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...