[TYPO3-german] Mailformular formatieren
Gerhard Rasi
rasi at trasi.ch
Sat Aug 19 12:53:00 CEST 2006
hallo
für alle die immer noch probleme mit dem mailformular haben, hier ein
beispiel:
ins setup:
# ******************
# CType: mailform
# ******************
tt_content.mailform = COA
tt_content.mailform.10 = < lib.stdheader
tt_content.mailform.20 = FORM
tt_content.mailform.20 {
params >
params.input = class="mf-input"
params.password = class="mf-pass"
params.textarea = class="mf-text"
params.check = class="mf-check"
radio = class="mf-radio"
params.select = class="mf-select"
params.file = class="mf-file"
params.reset = class="mf-reset"
params.submit = class="mf-submit"
badMess = Bitte kontrollieren Sie folgende Angaben:
target = _self
}
css:
/*------mailformular formatieren------*/
.csc-mailform {
border:none;
width: 90%;
}
.csc-mailform-field {
background:#d56f00;
margin: 2px;
padding: 5px;
}
.csc-mailform-field label {
float: left;
padding: 1px;
color: white;
width: 80px;
}
.mf-input {
clear: none;
width: 200px;
padding: 1px;
}
.mf-pass {
width: 200px;
padding: 1px;
}
.mf-text {
clear: none;
width: 200px;
padding: 1px;
}
.mf-check {
padding: 1px;
}
.mf-radio {
padding: 1px;
}
.mf-select {
width: 200px;
padding: 1px;
}
.mf-file {
width: 200px;
padding: 1px;
}
#mailformRadiotest {
border: none;
}
#mailformRadiotest legend {
display: none;
}
.mf-reset {
}
.mf-submit {
margin-left: 80px;
}
--
ersetzt man beim .csc-mailform-field label "float: left;" durch "display:
block" werden die textfelder unter dem label dargestellt.
gruss gerhard
http://www.rasi.ch
More information about the TYPO3-german
mailing list