Hallo,
Wie kann man CSS-Buttons in eine HTML-Seite einbinden?
Der Inhalt der button.css:
	
	
	
		
Sry, falls man das irgendwie anders nennt als CSS-Buttons oder das total einfach ist, ich bin in HTML und CSS noch anfänger... :mrgreen:
Gruß, Gugi
				
			Wie kann man CSS-Buttons in eine HTML-Seite einbinden?
Der Inhalt der button.css:
		Code:
	
	div.button { width:286px;
               text-align:center;
               cursor:pointer;
               font-size:14,25pt;
               font-family:'Microsoft Sans Serif';
               text-decoration:none;
               font-style:normal;
               font-weight:bold;
               color:Black;
               height:76px;
               margin:2px;
               padding:2px;
               background-repeat:no-repeat;
               background-image:url(default.png);
}
div.button:hover { background-image:url(over.png);
}
div.button:active { background-image:url(down.png);
}Gruß, Gugi
 
	 .
 .