|
|||
|
Liebe Forumsgemeinde,
ich hab unten einen auf das Wesentliche reduzierte Code angehängt. Ich möchte aus einem php skript an html ein array übergeben in dem Werte für den Aufruf einer Seite enthalten sind. Den Aufruf möchte ich mittels Formular und Post Variable gestalten. Mir ist dabei aufgefallen dass der Firefox alles korrekt darstellt, der IE7 macht hingegen Probleme, da die Abstände von den Rändern der Inputs abhängig vom value wachsen. Kann man da was machen? Ansonsten würde ich auf links mit Get Methode umsteigen. Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Unbenanntes Dokument</title>
</head>
<style>
input[type="submit"]{ border: 0; margin:0; padding:0; color: red; text-align:left;}
</style>
<body>
<form action="#foo.php" method="POST"><input type="submit" value="Testzeile Testzeile"></form>
<form action="#foo.php" method="POST"><input type="submit" value="Test"></form>
<form action="#foo.php" method="POST"><input type="submit" value="A"></form>
</body>
</html>
|
| Sponsored Links |
|
|||
|
Hi,
ich glaube, der IE kann solche dinge wie Code:
input[type="submit"] mfg Holger |
| Sponsored Links |
|
|||
|
Danke für den Hinweis,
das ist durchaus für die Explorer bis Version 6 richtig. Der IE7 kann das aber wohl interpretieren. Das zeigt sich an der richtigen Interpretation von Schriftfarbe und text-align. Mfg Alex |
|
|||
|
Schau mal hier:
Button Width in IE - Revised |
|
||||
|
wenn du nur die submits definieren möchtest
gib ihnen ne Klasse!
__________________
Meine Spielwiese: http://aedo.redio.de Ich bei Flickr? Da: Flickr: Fotostream von kanedo-projekt Du möchtest ein viel versprechendes CMS-Projekt verfolgen? Hier ist der RSS-Feed zum Kanedo-CMS Auch ich Zwitschere als @kanedo |
| Themen-Optionen | |
| Ansicht | |
|
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Tabelle Problem Firefox vs. IE7 | FeriX | CSS | 7 | 30.06.2009 14:36 |
| Problem mit Navigation im IE7 | onkel-tom | CSS | 5 | 19.06.2009 14:00 |
| IE7 > Problem mit Abstand | Kirladu | CSS | 1 | 16.05.2009 11:27 |
| Problem mit einer Tabelle im IE7 | BootyCall | CSS | 1 | 10.11.2008 09:50 |
| IE input Problem | Thaliada | CSS | 3 | 20.06.2005 15:07 |