
Links In and/or Out of Site
August 26, 2007Due to power of CSS3 (yes, no IE6 again, because IE sucks), you can have an specific style for all links that belonged to a specific domain of your choice.
a[href*="http"] {
}
Example:
a[href*="www.beyondeternal.com"] {
}
–
From my codix.