Mein Code geht nicht bei Firefox
lima-city → Forum → Die eigene Homepage → HTML, CSS & Javascript
angeben
anklicken
code
container
cool danke
grafik
http
image
klasse spiel
papierkorb
passender container
position
problem
quellcode
radius
referenz
spiel
spielplatz
tag
url
-
Hallo Leute,
Ich habe ein großes tag/problem">Problem mein Problem ist
Mein Code geht ziemlich gut aber mit Firefox kann ich die Sachen nicht anklicken könnt ihr bitte helfen
Ich weiß nicht mehr weiter!
Hier ist mein Code.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title> Hallo, </title> <link rel="stylesheet" href="style.css" type="text/css" /> <meta http-equiv="expires" content="1296000" /> <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" /> </head> <body> <div id="Main"> <div> <img class="rechenarten-menü" border="1" usemap="#ansicht_1_map" /> <map name="ansicht_1_map"> <area shape="poly" coords="33,298,33,142,245,145,245,297,33,298" href="1.html" alt="Exit-Schild" title="" /> <area shape="poly" coords="277,300,276,140,493,139,493,299,277,299" href="2.html" alt="Exit-Schild" title="" /> <area shape="poly" coords="525,302,526,141,746,141,744,301,526,299" href="3.html" alt="Exit-Schild" title="" /> <area shape="poly" coords="640,472,639,408,789,407,790,471,640,470" href="4.html" alt="Exit-Schild" title="" /> <area shape="poly" coords="7,472,8,406,159,408,158,473,7,472" href="5.html" alt="Exit-Schild" title="" /> </map> </div> </div> </body> </html>
[/quote]
Beitrag zuletzt geändert: 6.3.2015 17:58:29 von php-html-ma -
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage
-
Hallo,
die Source Datei fehlt in deinem Image-Tag. Dann sollte es m.E. funktionieren.
Viele Grüße
---------------------------------------------
Beitrag zuletzt geändert: 6.3.2015 18:34:32 von marbeau -
Dankeschön für deine Antwort.
Aber was meinen Sie damit? Was soll ich denn genau ändern. -
Du musst eine src-Referenz zu deinem Bild angeben und ggf. das Image-Folder auch noch mit angeben. Etwa src="images/mypic.gif" im image-Tag. Schau mal hier http://www.pagetutor.com/html_tutor/missing.html.
-
Cool danke.
Aber die Grafik habe ich doch in CSS eingebaut schon!
.spiel{ position:absolute; width:797px; height:475px; left:40%; top:50%; margin-left:-250px; margin-top:-250px; border: 3px solid #FF4D00; border-radius:15px; -webkit-border-radius:15px; -moz-border-radius:15px; -0-border-radius:15px; background-image: url(../images/spiel.gif); background-repeat:no-repeat; }
-
php-html-ma schrieb:
Cool danke.
Aber die Grafik habe ich doch in CSS eingebaut schon!
Jo, als Hintergrund für einen Container der Klasse "spiel". Wo ist in deinem Quellcode ein passender Container zu finden? Ich kann da nichts passendes entdecken.
Beitrag zuletzt geändert: 6.3.2015 22:15:53 von fatfreddy -
Okay ich habs jetzt geändert....
Ja mein Problem ist ja. Bei Firefox geht das nicht aber bei den anderen Browser geht das nur bei Firefox sie das nicht!
Ich kann nicht drauf drückenauf den Bereich bei den anderen Browsern geht das. -
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title> Hallo, </title> <link rel="stylesheet" href="style.css" type="text/css" /> <meta http-equiv="expires" content="1296000" /> <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" /> <style type="text/css"> .spiel{ position:absolute; width:797px; height:475px; left:40%; top:50%; margin-left:-250px; margin-top:-250px; border: 3px solid #FF4D00; border-radius:15px; -webkit-border-radius:15px; -moz-border-radius:15px; -0-border-radius:15px; background-image: url(../images/spiel.gif); background-repeat:no-repeat; } </style> </head> <body> <div id="Main"> <div> <img class="spiel" src="http://www.calculateme.com/cArea/area-of-a-rectangle.gif" border="1" usemap="#ansicht_1_map" /> <map name="ansicht_1_map"> <area shape="poly" coords="33,298,33,142,245,145,245,297,33,298" href="1.html" alt="Exit-Schild" title="" /> <area shape="poly" coords="277,300,276,140,493,139,493,299,277,299" href="2.html" alt="Exit-Schild" title="" /> <area shape="poly" coords="525,302,526,141,746,141,744,301,526,299" href="3.html" alt="Exit-Schild" title="" /> <area shape="poly" coords="640,472,639,408,789,407,790,471,640,470" href="4.html" alt="Exit-Schild" title="" /> <area shape="poly" coords="7,472,8,406,159,408,158,473,7,472" href="5.html" alt="Exit-Schild" title="" /> </map> </div> </div> </body> </html>
http://simuliertes.lima-city.de/spielplatz/papierkorb/area.html -
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage