Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript click menu go scroll and show below div Reply To: click menu go scroll and show below div

#151713
amis
Participant

it’s css
you can get code using firebug of inspect element in chrome
this code of hover

.mainNav a:hover {
color: #ff7906;
text-decoration: none;
outline: 1px solid #ccc;
border: 1px solid #fff;
font-weight: normal;
background: rgba(233,232,232,0.35);
-pie-background: rgba(233,232,232,0.75);
}