20. 11. 2006, 10:01

erst mal entschuldigung, dass ich das thema nochmals bringe, aber leider komme ich nicht auf einen grünen zweig... und das seit einer woche.
facts:
typo3 4.0.2
css styled content ist selected mein css:

[HTML]

/*fix default browserspaces between elements*/
* {
padding:0px;
margin:0px;
}
body {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 12px;
color: #000000;
background-color: #FFFFFF;
padding: 10px;
}

h1 {
font-size: 14px;
font-weight:bold;
background:#666666;
display:block;
padding:5px;
border-bottom: 1px dotted #ff9900;
border-top: 1px dotted #ff9900;
border-left: 1px dotted #ff9900;
border-right: 1px dotted #ff9900;
margin-bottom:1px;
}

a:link, a:visited, a:active {
color: #ff9900;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #cccc;
}
label {
float:left;
display:block;
width:100px;
margin-bottom:10px;
padding-left:10px;
}
input, textarea, select {
float:left;
display:block;
width:250px;
border: 1px solid #333;
background:#ffbb00;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 10px;
margin-bottom:5px;
margin-top:5px;
padding:1px;
}
/*clearing all floats and fix firefox and ie backgroundcolor-bug */
div.clearer {
clear:both;
font-size:1px;
line-height:1px;
display:block;
height:1px;
}
form {
background:#EFEFEF;
width:400px;
border: 1px dotted #333;

}
.form-button {
margin-left:110px !important;
margin-left:55px; /*to fix ie6 position*/
width:100px;
}
.option {
border:none;
background:none;
width:auto;
}
fieldset {
border:none;
padding-left:100px;
padding-bottom:10px;
display:block;
}
fieldset input {
width:auto;
border:none;
background:none;
float:left;
display:block;
margin-right:10px;
margin-top:3px !important;
margin-top:0px; /*to fix ie6 position*/
}
fieldset label {
width:auto;
float:left;
display:block;
padding-right:2px;
white-space:nowrap; /*to fix ie6 wrapping*/
}

[/HTML]

das ganze sieh dann so aus:

1. wenn ich im install auf version 3.8.1 schalte:
[img]http://www.zonedreissig.ch/_mediation/uploads/pics/behav_3.8.1.jpg[/img]

2. wenn ich im install auf version 4.0 schalte:
[img]http://www.zonedreissig.ch/_mediation/uploads/pics/behav_4.0.jpg[/img]

Ich wäre zwischenzeitlich schon glücklich, wenn der der output entsprechend dem ersten bild aussähe, auch wenn ich eigentlich den send button und die checkbox nicht so gross umranden möchte.... schliesslich und endlich würde ich doch gerne die version 4.0.2 voll ausnutzen aber gelingt mir das? oder besser wer kann mir dazu verhelfen?

besten dank und lieber gruss sp_left