Hallo zusammen!
ich habe mir mit viel Mühe ( neh so viel wars gar net) einige onmouseover Buttons mit photoshop cs 2 gebastelt..naja so jetzt auch noch gleich die Navigationsleiste dazu gebastelt doch jetzt meine Frage...wie bekomm ich die onmouseover-Buttons auf die Navigationsleiste? ich arbeite mit dreamweaver bin aber mit dem thema html nicht ganz unvertraut;)
Kann mir jemand helfen?
Der Quelltext von der Navileiste und den Buttons:
ich habe mir mit viel Mühe ( neh so viel wars gar net) einige onmouseover Buttons mit photoshop cs 2 gebastelt..naja so jetzt auch noch gleich die Navigationsleiste dazu gebastelt doch jetzt meine Frage...wie bekomm ich die onmouseover-Buttons auf die Navigationsleiste? ich arbeite mit dreamweaver bin aber mit dem thema html nicht ganz unvertraut;)
Kann mir jemand helfen?
Der Quelltext von der Navileiste und den Buttons:
HTML:
<style type="text/css">
img#a1 {filter: Gray()}
</style>
<img hspace=10 src="home.jpg" id="a1"
onMouseOver="this.style.filter = 'none';"
onMouseOut="this.style.filter = 'Gray()';">
<style type="text/css">
img#a1 {filter: Gray()}
</style>
<img hspace=10 src="bilder.gif" id="a1"
onMouseOver="this.style.filter = 'none';"
onMouseOut="this.style.filter = 'Gray()';">
<style type="text/css">
img#a1 {filter: Gray()}
</style>
<img hspace=10 src="forum.jpg" id="a1"
onMouseOver="this.style.filter = 'none';"
onMouseOut="this.style.filter = 'Gray()';">
<style type="text/css">
img#a1 {filter: Gray()}
</style>
<img hspace=10 src="impressum.jpg" id="a1"
onMouseOver="this.style.filter = 'none';"
onMouseOut="this.style.filter = 'Gray()';">
Zuletzt bearbeitet von einem Moderator: