On 8/11/06, Richard Czeiger <[EMAIL PROTECTED]> wrote:
Hi all :o)
Just thought I'd throw a bit of code out there and see if anyone thinks it's
useful..
Unobtrusive Semantic Branding
http://www.grafx.com.au/dik/branding.html
Hi Richard,
Interesting bit of code, I could've used something like this a few
years ago when we had a client that had part of their company name
bolded & insisted on it following brand everywhere :)
btw, I got the colours to change on the hover state using this CSS:
a.brand:hover .b1 { color: #f00; }
a.brand:hover .b2 { color: #0f0; }
a.brand:hover .b3 { color: #00f; }
a.brand:hover .b4 { color: #00e; }
a.brand:hover .b5 { color: #00d; }
a.brand:hover .b6 { color: #00c; }
a.brand:hover .b7 { color: #00b; }
a.brand:hover .b8 { color: #00a; }
Is that what you were intending?
--
Lindsay Evans
http://lindsayevans.com/
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************