rollover

Hallo,
wie mache ich bei html und frames den roll over effekt, dass wenn man auf den bottom mit der maus drüber fährt das er sich verändert ?

MFG MAX

Auf Frames?
Ehrlich gesagt keine Ahnung,
aber bei normalen Elementen…

[HTML][/HTML]

hallo,

hier versuche es mal damit.^^

#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 30px;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

gruß tzazu