Link hab ich noch nicht, seite ist noch nicht online:
Code
/* NAVIGATION */
#navigation {position: relative; left: -40px; padding: 0; margin: 0;}
#menu ul {padding: 0; margin: 0; font-size: 0px;}
#menu li {height: 32px; float: left; list-style-type: none; overflow: hidden;margin-right: 2px;}
#menu a img {border: 0;display:block; height: 100%;}
#menu img.home {position: relative; left: 0px; top: 0px;}
#menu img.home:hover {position: relative; left: 0px; top: -32px;}
#menu img.themen {position: relative; left: 0px; top: 0px;}
#menu img.themen:hover {position: relative; left: 0px; top: -32px;}
#menu img.programm {position: relative; left: 0px; top: 0px; width: 121px;}
#menu img.programm:hover {position: relative; left: 0px; top: -32px;width: 121px;}
#menu img.antraege {position: relative; left: 0px; top: 0px;}
#menu img.antraege:hover {position: relative; left: 0px; top: -32px;}
#menu img.presse {position: relative; left: 0px; top: 0px;}
#menu img.presse:hover {position: relative; left: 0px; top: -32px;}
#menu img.termine {position: relative; left: 0px; top: 0px;}
#menu img.termine:hover {position: relative; left: 0px; top: -32px;}
#menu img.fraktion {position: relative;left: 0px; top: 0px;}
#menu img.fraktion:hover {position: relative; left: 0px; top: -32px;}
Alles anzeigen