ahlfy Posted April 16, 2009 Report Share Posted April 16, 2009 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 More sharing options...
SS156 Posted April 16, 2009 Author Report Share Posted April 16, 2009 supi... dank dir ahlfy:Dhast mir wirklich geholfen gruß kris ps: habe es so gelöst das es im ie8 und ff3 angezeigt wird : .tabledetails input[type=radio] { width:1em; } Link to comment Share on other sites More sharing options...
ahlfy Posted April 17, 2009 Report Share Posted April 17, 2009 ja, im ie8 klappt mein Beispiel auch nur ie6 auf keinsten und ie7 hab ich noch gar nicht getestet. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.