I am getting this weird problem in IE where the links are not changing color when an rgb value is used instead of hex. Any thoughts Thanks for the help
It might help if you posted your code... but... I've never done my colors in anything but hex, so I haven't run into this problem.
an example would be useful, but from my experience: a { color:rgb(34, 153, 34); } a:hover { color:rgb(255, 68, 0); } Code (markup): will work in nearly any web browser (even some of those "text ones") ;] Kindly regards, L.