Forums

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

Home Forums CSS active page help Reply To: active page help

#147576
jurotek
Participant

CSS

.menuBar a.active, .menuBar a.active:hover { color:red;cursor:default;} 

HTML

<div class="menuBar">
  <a class="active">HOME</a> /* is red */
</div>