CrafterK3vin Posted May 21, 2013 Share Posted May 21, 2013 Hallo. Ich bin derzeit dabei meine homepage zu machen und möchte einen Button einfügen der wenn man mit der maus draufklickt dann eine andere Farbe bekommt. Kann mir einer so einen Code + Link oder Script + Link schicken? # Gruß Kevin Link to comment Share on other sites More sharing options...
Tuxcraft32 Posted May 21, 2013 Share Posted May 21, 2013 Mach das doch mit Bildern, oder willst du die <button>-Buttons? LG Link to comment Share on other sites More sharing options...
CrafterK3vin Posted May 21, 2013 Author Share Posted May 21, 2013 Das will ich ja mit Bildern machen, aber ich weis ja nicht wie!!! Link to comment Share on other sites More sharing options...
Tuxcraft32 Posted May 21, 2013 Share Posted May 21, 2013 Achso, sry. Das musst du mit onmouserover=' ' und onmouseout=' ' machen, aber ich hab lange nicht mehr programmiert, und hab keine Ahnung wie LG Link to comment Share on other sites More sharing options...
CrafterK3vin Posted May 21, 2013 Author Share Posted May 21, 2013 (edited) Ich auch nicht und dein Bruder auch nicht xDD Edited May 21, 2013 by Tuxcraft32 Link to comment Share on other sites More sharing options...
Cruzer Posted May 21, 2013 Share Posted May 21, 2013 Das geht mit CSS: .link {//Normaler Status}.link:hover {//Link mit MouseOver}.link:active {//Link mit MouseClick} Dasselbe gilt für buttons. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now