#News li a:active { text-decoration: none; background: #ccc; color:#000; font-weight: bold; font-size: 12px; }
<ol id='News'> <li><a href='./' target=iframe>Новость #1</a></li> <li><a href='./' target=iframe>Новость #2</a></li> <li><a href='#' target=iframe>Новость #3</a></li> <li><a href='#' target=iframe>Новость #4</a></li> </ol>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
#News { list-style: none; margin: 0 0 0 0; padding: 0; } } #News li { border-bottom: 1px solid #edeee9; font-size: 1.0em; } #News li a { font-size: 12px; display: block; padding: 3px 3px 3px 6px; } #News li a:active { text-decoration: none; background: #ccc; color:#000; font-weight: bold; font-size: 12px; }
#News li a:active { text-decoration: none !important; background: #ccc !important; color:#000 !important; font-weight: bold !important; font-size: 12px !important; }