Nicht mehr ganz neu hier
Hallo zusammen
habe ein kleines CSS-Problem, bei dem ich nicht so richtig weiterkomme:
Die 3 Eingabefelder sollen nebeneinander in der Zeile stehen aber das tun sie nicht
Fehlerbild:
Korrekte Anzeige (ohne Erweiterung):
Hoffe jemand hat eine Idee. Vielen Dank im Voraus!
habe ein kleines CSS-Problem, bei dem ich nicht so richtig weiterkomme:
PHP:
.landingpage-box-content {padding: 10px 0px 0px 0px; margin: 10px 0px 0px 0px;}
.landingpage-box-title {margin: 0px 0px 5px 0px; font-weight: bold; float: left;}
.landingpage-box-dev-note {font-style: italic; float: right; margin-right: 10px;}
.landingpage-box-field {margin: 0px 0px 5px 0px; width: 99%;}
.landingpage-box-field:hover {background: #F9F9F9;}
.landingpage-box-field:focus {background: #F9F9F9;}
.landingpage-box-details {margin: 0px 0px 10px 0px;}
<div class="landingpage-box-content">
<div class="landingpage-box-title">Titelzeile oben</div><div class="landingpage-box-dev-note">dev: "landingpage_title_top"</div>
<input type="text" class="landingpage-box-field" style="width: 85%;" name="landingpage_title_top" id="landingpage_title_top" value="<?php echo $landingpage_title_top; ?>" />
<input type="text" style="width: 5%;" name="landingpage_title_top_size" id="landingpage_title_top_size" value="12" />
<input type="text" style="width: 10%;" name="landingpage_title_top_color" id="landingpage_title_top_color" value="#A3A3A3" />
<div class="landingpage-box-details">Using the "<i>Add an Image</i>" button, upload a 125x125 thumbnail image and paste the URL here.</div>
</div>
Fehlerbild:
Korrekte Anzeige (ohne Erweiterung):
Hoffe jemand hat eine Idee. Vielen Dank im Voraus!