Philipp: Opera verschiebt Button

Beitrag lesen

Gerne, aber ohne Beispiel oder Quelltext geht das leider nicht...

<td align="right" class="quicknav" height="*" valign="top" width="*"><form action="http://search.atomz.com/search" method="get">Suche: <input class="form" name="sp-q"><input name="sp-a" type="hidden" value="******"><input name="sp-f" type="hidden" value="ISO-8859-1"><input name="sp-w" type="hidden" value=""><input class="button" type="submit" value="Los"></td>
CSS siejt folgender Maßen aus:

.button
 {
  background-color: #808080;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  color: #ffffff;
  font-family: verdana, arial;
  font-size: 10px;
  height: 14px;
  margin-right: 2px;
  width: 30px;
 }

;-)