Hi also ich bin neu hier und habe recht wage Kenntnisse was Html und Css und Php und den Rest betrifft, bin denoch sehr lernfähig und habe einige meiner Problme gut gelöst.
Bin bei meinem jetzigen problem aber am verzweifeln.
Problem:Ich Habe per framesets mehrer seiten erstellt und ein menü welches bilder als links verwendet. Jetzt möchte ich einen simplen Effekt wenn die maus auf dem bild ist soll sich das bild in ein anderes bild ändern das im grunde das selbe ist nur durch die farben hervorsticht.
So hier der code dazu bin nich der typ der sein code stark formatiert.Menue.html
Hat jemand eine ahnung wie ich diese änderung des bildes bei einem link hinbekomme?
Bin bei meinem jetzigen problem aber am verzweifeln.
Problem:Ich Habe per framesets mehrer seiten erstellt und ein menü welches bilder als links verwendet. Jetzt möchte ich einen simplen Effekt wenn die maus auf dem bild ist soll sich das bild in ein anderes bild ändern das im grunde das selbe ist nur durch die farben hervorsticht.
So hier der code dazu bin nich der typ der sein code stark formatiert.Menue.html
und hier die style.css<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body bgcolor=787878 text="orange" link="black"
vlink="black" alink="black" leftmargin="*" topmargin="10%
*">
<center>
<text size="5">
<p>
<a class="class1" href="body.html" target="Body"><img
src="Startseite.jpg" width=100%* height=10%* border=1
vspace=0></a></p><p>
<a style="cursor:help;" href="bodywe.html"
target="Body"><img src="we.jpg" width=100%* height=10%*
border=1 vspace=0></a></p><p>
<a style="cursor:help;" href="ausflüge.html"
target="Body"><img src="flys.jpg" width=100%* height=10%*
border=1 vspace=0></a></p><p>
<a style="cursor:help;" href="gallerie.html"
target="Body"><img src="gall.jpg" width=100%* height=10%*
border=1 vspace=0></a></p>
<a style="cursor:help;" href="kalender.html"
target="Body"><img src="Kalendar.jpg" width=100%*
height=10%* border=1 vspace=0></a></p>
<a style="cursor:help;" href="imp.html" target="Body"><img
src="imp.jpg" width=100%* height=10%* border=1
vspace=0></a></p>
<marquee style="cursor:help;"><center> Copyright by
Webgruppe</center></marquee>
</center>
</body>
</html>
h2{
color:#1e90ff;
}
body {
scrollbar-3dlight-color:787878;
scrollbar-arrow-colorrange;
scrollbar-face-color:787878;
scrollbar-track-color:787878;
scrollbar-darkshadow-color:black;
scrollbar-highlight-colorrange;
scrollbar-shadow-colorrange;
cursor: help;
background-color:787878;
colorrange;
text-align:center;
}
a:link {
color: red;
cursor: help;
}
a:visited {
color: orange;
cursor: help;
}
a:hover {
cursor: help;
color: marine;
text-decoration: Underline;
}
a:active {
position: relative;
top: 2px;
cursor: help;
}
Hat jemand eine ahnung wie ich diese änderung des bildes bei einem link hinbekomme?
Zuletzt bearbeitet: