phpbuddy.eu
-


Hinweise


Antwort
 
LinkBack Themen-Optionen Thema durchsuchen Thema bewerten
Alt 17.01.2008, 01:03   #1
TP-Moderator
 
Benutzerbild von LimaX
 
Registriert seit: Dec 2001
Ort: southern lowlands
LimaX ist ein richtiges Arbeitstier - DANKELimaX ist ein richtiges Arbeitstier - DANKELimaX ist ein richtiges Arbeitstier - DANKELimaX ist ein richtiges Arbeitstier - DANKELimaX ist ein richtiges Arbeitstier - DANKE

zusätzliche Borderfarbe im IE auf img-Submit-Button


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
Miniaturansicht angehängter Grafiken
zus-tzliche-borderfarbe-ie-img-button.jpg  
__________________
Ausbildung Hotelfachfrau --
FPDI v1.2 released!
--
"Watch, learn and don't eat my cookie!"
Phoebe in Friends S05E14

Geändert von LimaX (23.01.2008 um 11:45 Uhr).
LimaX ist offline   Mit Zitat antworten
Linktipp

Alt 17.01.2008, 08:02   #2
TP-Moderator
 
Benutzerbild von Mich@el
 
Registriert seit: Oct 2005
Ort: Würzburg
Mich@el lebt für das TP und seine UserMich@el lebt für das TP und seine UserMich@el lebt für das TP und seine UserMich@el lebt für das TP und seine UserMich@el lebt für das TP und seine UserMich@el lebt für das TP und seine UserMich@el lebt für das TP und seine User
Moin LimaX, ist dein Code vollständig?

Hier fehlt der StrichPunkt: border: 1px solid #e0a94c;
und hier .page_link {
font-size: 1em;
text-decoration: none;
font-weight: bold;
color
}
die Angabe der Farbe (color).

Da ich jetzt im Büro nur über den IE6 verfüge, erkenne ich keine blaue Umrandung. Sieht man die nur im IE7? Im IE6 ist der Button nur gelb umrandet.

Grüße
Michael
__________________
Back to business!
Mich@el ist offline   Mit Zitat antworten
Alt 23.01.2008, 11:56   #3
TP-Moderator
 
Benutzerbild von LimaX
 
Registriert seit: Dec 2001
Ort: southern lowlands
LimaX ist ein richtiges Arbeitstier - DANKELimaX ist ein richtiges Arbeitstier - DANKELimaX ist ein richtiges Arbeitstier - DANKELimaX ist ein richtiges Arbeitstier - DANKELimaX ist ein richtiges Arbeitstier - DANKE
Moin Michael,

Danke für Deine Antwort!
Der Code ist an und für sich vollständig. Abgesehen davon, dass das Formular im Div #content liegt.

Deine Fehler konnte ich nicht nachvollziehen. In welcher Klasse soll der Strichpunkt fehlen? Auch die Farbe für .page_link ist angegeben, allerdings fehlte dort der Doppelpunkt, den ich jetzt ergänzt hab.
Das Stylesheet ist jetzt validiert und der Fehler bleibt.
Bei mir im IE 6.0, sowie dem IE-Tab im Firefox.

Gruß,
Alex
__________________
Ausbildung Hotelfachfrau --
FPDI v1.2 released!
--
"Watch, learn and don't eat my cookie!"
Phoebe in Friends S05E14
LimaX ist offline   Mit Zitat antworten
Antwort

  Aktuelles Thema
  TP Hilfe Forum > Web-Editoren & Coding > HTML Puristen > CSS
zusätzliche Borderfarbe im IE auf img-Submit-Button zusätzliche Borderfarbe im IE auf img-Submit-Button
« position: fixed deluxe | Div in die Mitte »

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)
 
Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Alle Zeitangaben in WEZ +2. Es ist jetzt 00:38 Uhr.

Powered by: vBulletin Version 3.7 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. / Search Engine Friendly URLs by vBSEO 3.2.0 RC7 ©2008, Crawlability, Inc.
Traum-Projekt.com | Suchen | Archiv | Impressum | Kontakt | | | Nach oben |



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67