-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Dave Briggs wrote:
Am sure almost anyone could answer this for me, but despite loads of googling and browsing through tutorials, I just can't find an answer to this that will work!
I have set up an external style sheet for a simple website. I have set up a way for links to appearing, setting all the a:hover stuff and all that, only when they appear in the header it doesn't quite work.
So, I want to change the way that links appear in the header div on the site.
If your header is <div class="header">...
div.header a:hover { some gubbins }
...or if it's <div id="header">...
#header a:hover { some nubbins }
...is that what you mean?
Steve