Moin allerseits,
eigentlich ist das Problem nicht so wichtig (dann ist es eben so ...), aber es nervt mich, weil ich die Lösung nicht finde.
Folgender Code
Code:
<fieldset>
<legend>Auswahl</legend>
<form name="choice1" id="choice1" method="post" action=" ... ">
<input name="strAction" type="hidden" value="new" />
<input type="submit" name="Submit" value="Neuer Eintrag" class="sbutton inputtxt" />
</form>
mit dieser css (ich poste sie mal komplett - an irgendwas muss es ja liegen ...)
Code:
* {
margin: 0;
padding: 0;
border: 0;
}
html {
height: 100%;
background: #036 url(img/hg-weiss.gif) repeat-y center;
text-align: center;
}
body {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
}
a {
color: #036;
text-decoration: none;
border: 0px;
}
a:hover a:active a:link a:visited {
text-decoration: none;
color: #0a40a2;
}
/* **** Header **** */
#header {
position: relative;
top: 0;
left: 0;
width: 780px;
background: #fff url(img/header.png) no-repeat;
margin: 0 auto;
height: 140px;
text-align: left;
}
#jahr {
padding: 40px 0 0 362px;
font-style: helvetica, tahoma, arial;
font-weight: bold;
font-size: 31px;
color: #c90;
}
/* **** Navi **** */
#navi {
position: relative;
top: 0;
left: 0;
width: 780px;
margin: 0 auto;
background: #0a40a2;
height: 30px;
}
div#navi ul {
list-style: none;
display: inline;
color: #c90;
}
div#navi li {
height: 30px;
font-size: 16px;
line-height: 1.9em;
text-align: center;
background-color: #0a40a2;
float: left;
text-decoration: none;
border-right: 1px solid #c90;
}
div#navi li a {
display: block;
width: 95px;
font-size: 1.1em;
color: #c90;
text-decoration: none;
}
* html div#navi li a {background-color: #0a40a2;}
div#navi li a:hover {
color: #0a40a2;
text-decoration: none;
background-color: #E0A94C;
}
* html div#navi li a:hover {background-color: #e0a94c;}
.anzeigen {
margin-left: 10px;
padding-right: 10px;
}
.suchen_nach {
color: #c90;
font-size: 16px;
line-height: 1.9em;
float: right;
margin-right: 15px;
}
#suchform {
float: right;
margin-right: 10px;
height: 30px;
}
.eingabefeld {
position: relative;
top: -5px;
right: 3px;
height: 17px;
border: 1px solid #c90;
}
* html div#navi input.eingabefeld {top: -4px;}
.button {
margin-top: 5px;
}
/* **** Content **** */
h3 {
margin: 0 0 3px 80px;
font-size: 15px;
color: #036;
text-decoration: underline;
font-weight: normal;
}
h3 a {
text-decoration: underline;
}
h3.rubrik {
text-decoration: none;
}
h3.rubrik a {
text-decoration: none;
}
#content {
position: relative;
top: 0;
left: 0;
width: 780px;
margin: 0 auto;
text-align: left;
}
.ergebnis {
margin: 35px 50px 0 50px;
}
.tone {
font-weight: bold;
color: #036;
}
.pic {
float: left;
display: block;
height: 50px;
width: 50px;
border: 1px solid #666;
}
.beschreibung {
margin-left: 80px;
width: 600px;
font-size: 14px;
}
/* **** Rubriken **** */
.rubriken {
list-style: none;
display: inline;
}
ul.rubriken li {
margin: 5px;
}
ul.rubriken li a {
text-decoration: none;
}
/* **** Admin-Eingabe **** */
fieldset {
border-top: 1px solid #bd3021;
border-right: 0;
border-bottom: 0;
border-left: 0;
padding: 0 5px;
margin: 35px 50px 0 50px;
}
legend {
margin-bottom: 10px;
font-size: 12px;
font-weight: bold;
}
label {
display: block;
width: 150px;
float: left;
clear: left;
margin-top: 11px;
}
select {
border: 1px solid #bd3021;
margin-top: 10px;
width: 250px;
}
table {
border: 1px;
cell-spacing: 0px;
margin: 0px;
}
th,td {
padding: 10px;
margin: 0px;
}
hr {
height: 1px;
color: #000;
background-color: #000;
border: none;
}
.inputtxt {
border: 1px solid #bd3021;
margin-top: 10px;
width: 250px;
}
div#content textarea {
border: 1px solid #bd3021;
margin-top: 10px;
font-family: arial, helvetica, sans-serif;
font-size: 1em;
width: 250px;
}
.block {
display: block;
margin: 11px 0 0 152px;
width: 300px;
}
.zeropx {
margin: 0px;
padding: 0px;
}
* html label.zeropx {mar\gin-top: 11px}
.kleingrau {
color: #999;
font-size: 0.85em;
}
/* **** Suche **** */
.sbutton {
font-size: 9pt;
color: #036;
font-weight: bold;
height: 19px;
width: 120px;
background: url(img/hg_button.gif);
border: 1px solid #e0a94c;
}
.blue {
font-size: 0.85em;
color: #036;
}
.hitword {
font-weight: bold;
}
.page_link {
font-size: 1em;
text-decoration: none;
font-weight: bold;
color: #036;
}
.orange {
color: #c90;
}
.copy {
font-size: 10px;
color: #C0C0C0;
}
a.copy:link {text-decoration: none;}
a.copy:visited {text-decoration: none;}
a.copy:hover {text-decoration: underline;}
a.copy:active {text-decoration: underline;}
gibt mir
im IE den angehängten Button.
Was ich nicht möchte (und was im Firefox auch funktioniert) ist die blaue border (respektive: Umrandung)!!
Ich hab schon alle möglichen Farbkombis in der CSS durchprobiert, aber die Ursache für die border hab ich nicht gefunden ...
Leider ist es eine offline-Geschichte, von daher gibt es keinen Link.
Vielleicht sieht ja jemand etwas auf Anhieb, das helfen könnte ...
Danke,
Alex