• Das Erstellen neuer Accounts wurde ausgesetzt. Bei berechtigtem Interesse bitte Kontaktaufnahme über die üblichen Wege. Beste Grüße der Admin

Schaltfläche mit CSS anpassen

acid

New member
Gibt es eine möglichkeit die normalen Schaltflächen mit CSS anders zu gestalten?

z.B.: so
button.gif


Ich bin auch für andere Vorschläge offen wie man das machen kann.


greetz
acid
 
das wär n beispiel

<style>
Input {
BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 10pt; BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #000000; COLOR: #000000; BORDER-TOP-COLOR: #000000; FONT-FAMILY: Arial; BACKGROUND-COLOR: lightblue; BORDER-RIGHT-WIDTH: 1px ; BORDER-RIGHT-COLOR: #000000
}
TextArea {
BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 10pt; BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #000000; COLOR: #000000; BORDER-TOP-COLOR: #000000; FONT-FAMILY: Arial; BACKGROUND-COLOR: lightblue; BORDER-RIGHT-WIDTH: 1px ; BORDER-RIGHT-COLOR: #000000
}
</style>

<body bgcolor="lightblue">

<input type="button" value="So geht das mit CSS! MfG Fabian :)"><br><br>

<input type="text" value="Geht auch mit Textfeld"><br><br>

<textarea>Und mit
ner (Scroll down)
mehrzeiligen Textarea!

Wobei dann schon
das Scrollbalken-Design (siehe www.jswelt.de)
ne rolle spiele würde
:)
</textarea>










Ich hoff' ich hab dir geholfen!
Wenn nicht, frag noch mal!

MfG
Fabian
 
Zurück
Oben