Einfaches CSS Menü
/************ Menü Fläche **************/
#menuBT{
margin: 0px;
padding: 0px;
font-size: 10px;
color: #000000;
background-color: #FFFFFF;
height: 20px;
width: 145px;
position: relative;
left: 5px;
top: 5px;
}/************ Menü Eigenschaften Text, Fläche **************/
#menuBT a:link, #menuBT a:visited {
display: block;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #cccccc;
background-image: url(../global_images/bg_nav.jpg);
font-weight: bold;
padding: 3px 0px 3px 10px;
color: #21536A;
}
#menuBT a:hover{
border-top: 1px solid #cccccc;
background-color: #DDEEFF;
background-image: none;
font-weight: bold;
text-decoration: none;
}
#menuBT{
margin: 0px;
padding: 0px;
font-size: 10px;
color: #000000;
background-color: #FFFFFF;
height: 20px;
width: 145px;
position: relative;
left: 5px;
top: 5px;
}/************ Menü Eigenschaften Text, Fläche **************/
#menuBT a:link, #menuBT a:visited {
display: block;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #cccccc;
background-image: url(../global_images/bg_nav.jpg);
font-weight: bold;
padding: 3px 0px 3px 10px;
color: #21536A;
}
#menuBT a:hover{
border-top: 1px solid #cccccc;
background-color: #DDEEFF;
background-image: none;
font-weight: bold;
text-decoration: none;
}

0 Kommentare:
Kommentar veröffentlichen
Hinweis: Nur ein Mitglied dieses Blogs kann Kommentare posten.