horizontales Menü: automatische Menüpunktbreite im IE 5 erzwingen
Beispiel:
Im Header-Bereich:
<!–[if lt IE 6]>
<style type=”text/css”>
#hmenue_ie li {float:left;display:block;width:100px;word-wrap:normal;}
</style>
<![endif]–>
Beispiel:
Im Header-Bereich:
<!–[if lt IE 6]>
<style type=”text/css”>
#hmenue_ie li {float:left;display:block;width:100px;word-wrap:normal;}
</style>
<![endif]–>
1. Beispiel:
<input type=”button” value=”Zurück” onClick=”history.back()” />
2. Beispiel (formatiert):
<input type=”button” value=”Zurück” onClick=”history.back()” style=”width:100px;background-color:#4cB847;color:white;font-weight:bold;” />