|
#1
| ||||
| ||||
| Pls. remove underlines from links Could you remove the underlines from the links? Most browsers default to underlining links but give the user a choice in the matter. I don't see the need to overrule that choice with your CSS. CSS file: http://www.macosx.com/css/stylesheet_macosxcom.css CSS: a:link { color: #003366; text-decoration: underline; } a:visited { color: #003366; text-decoration: underline; } a:hover { color: #003366; text-decoration: underline; } a:active { color: #000000; } |
|
#2
| ||||
| ||||
| I just overrode the underlines. In Firefox's userContent.css, these lines work Code: @-moz-document domain(macosx.com) {
div[id="container"] a { text-decoration: none !important; }
} |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Web Links?? | Derekm | Software Programming & Web Scripting | 1 | October 11th, 2005 12:14 PM |
| Remove Office doesn't remove | fisette | Mac OS X System & Mac Software | 2 | October 10th, 2005 08:21 AM |
| Why are etc/var/tmp just links for private/...? | rbuenger | Unix & X11 | 11 | May 7th, 2005 04:22 AM |
| Remove file woes - remove old python | fairwinds | Unix & X11 | 1 | January 24th, 2004 01:42 PM |
| Polygon Links | Androo | Design & Media | 8 | February 3rd, 2003 11:41 AM |