corner image corner image
Thread: Overidding CSS
View Single Post
corner image corner image
  #5 (permalink)  
Old 20-07-2008, 15:10
dragonfly dragonfly is offline
A1 is my Second Home!
 
Join Date: Jul 2008
Posts: 164
Thanks: 7
Thanked 12 Times in 6 Posts
Thanks, using your points and a bit of google, I've worked out what I wanted. Basically I didn't want to hack around with the global CSS to achieve my result, as that could effect other pages.

So what I did was put the following in the body of the html

<style type="text/css">
h2 {color: #ffffff; font-family: Arial; font-weight:bold; font-size:18px }
h2 a:hover { color: red; font-family: Arial;font-weight:bold; font-size:19px;}
</style>

What I find strange and I can't explain is the fin-size is different in both settings to keep the resulting text the same. Strange

Thanks

Dave.
Reply With Quote
corner image corner image