Logo - MyWebsolution.de
User gesamt  :  2311018
User online  :  2
KubaSeoTräume, PHP Forum, PHP Community and more ... MyWebsolution.de!
   
   
 
Registrieren Login User F.A.Q Suche Home

eingeloggt bleiben

MyWebsolution.de Foren » HTML und CSS » Auswahlfelder

Seite: 1 Posts pro Seite: 5 10 20
Autor Thread
13.02.2007 11:14 Uhr Auswahlfelder
ulmli
Forenuser
registriert 03.01.2007
wohnt in
Beiträge 46
Hallo Zusammen,
vielleicht kann mir von euch jemand einen Tipp oder Rat geben.
Es geht um Formular Auswahlfelder. Diese habe ich nicht ganz so breit gemacht wie die Wortlänge, denn im Mozilla und jetzt SeaMonky werden die dann so angezeigt wie die Wortlänge ist. Gibt es da ne Möglichkeit im IE und Firefox das auch so anzeigen zu können?
Wenn ich die Felder im Formular breiter mache passen sie nicht mehr schön ins Formular.
Vielleicht weiß ja wer von euch etwas.
Danke schon mal
grüßle
ulmli
Profil ansehen
13.02.2007 15:24 Uhr
Negura
Forenposter
 
registriert 06.12.2006
wohnt in
Beiträge 57
einfach aus dem source ne *.html datei erstellen und angucken

<html>
<head>
<title></title>
<style type="text/css">
input /* Ansprechen auf den direkten Typ */
{
width: 120px;
}

.xzy /* oder hier definieren und per class ansprechen */
{
width: 300px;
height: 55px;
font-weight: bold;
font-size: 20px;
}

.xzy:hover
{
color: #FF0000;
font-size: 25px;
width: 220px;
height: 220px;
}
</style>
</head>

<body>

<form>
<input type="text" value="ohne class" /><br />
<input class="xzy" type="text" value="mit class" /><br />
<input class="xzy" type="button" value="Button" />
<select style="width: 500px; background-color: #00FF00; text-decoration: overline;" >
<option>1..........</option>
<option>2..........</option>
<option>3..........</option>
</select>
</form>

</body>
</html>
Profil ansehen
13.02.2007 21:32 Uhr
ulmli
Forenuser
registriert 03.01.2007
wohnt in
Beiträge 46
hallo negura,
vielen dank will ich morgen gleich ausprobieren :):)
gruß
ulmli
Profil ansehen
Seite: 1 no reply
Powered by Pascal Landau © 2006 MyWebsolution.de
Designed by Pascal Landau © 2006 MyWebsolution.de
 
 
 
 
Home Email Impressum Disclaimer Statistik