CSS is ruining my day again!
(What monkey came up with all this? This whole web thing is way too hard-coded).
This time it's partly CSS's fault and partly the fault of those bloody web browsers (Except Links, which continues to be my favourite). What's happening is I have a big CSS file with lots of styles, and with a whole bunch of those I don't want their links to change colour based on whether they are active, visited, etc. I just want them to stay how they were to begin with because these links are titles and it is bad form to have purply titles!
This gets weird because I feel it is ugly, wasteful and stupid to list through a.someclass, a:visited.someclass, a:active.someclass (etc.) for every single class. (For which I must reset the colour, text decorations, etc. to mimic that of the original definition, which is just ridiculous!)
This is also bad because there's no telling what style a web browser is going to change. I can run under the assumption that all it does is change the font colour, but there's no telling when some moron will come along and build a market-dominating web browser that turns visited links to size 45, thus destroying my layout.
Is there a way to tell the web browser to just not change the style of my links?
For example, can I kill the Visited link class in particular places?
Edit:
Actually, I just had an epiphany: I don't care that IE looks awful, the end.
Ignoring the destroyed spacing stuff, do the links here look like a mess in your IE, or is it just mine?
http://test.deltahumanesociety.org
One weird thing I'm observing is IE being very reluctant to display the "this is a link!" mouse pointer when hovering over items in the sidebar now that I've been playing with styles for the Anchor tag.
(What monkey came up with all this? This whole web thing is way too hard-coded).
This time it's partly CSS's fault and partly the fault of those bloody web browsers (Except Links, which continues to be my favourite). What's happening is I have a big CSS file with lots of styles, and with a whole bunch of those I don't want their links to change colour based on whether they are active, visited, etc. I just want them to stay how they were to begin with because these links are titles and it is bad form to have purply titles!
This gets weird because I feel it is ugly, wasteful and stupid to list through a.someclass, a:visited.someclass, a:active.someclass (etc.) for every single class. (For which I must reset the colour, text decorations, etc. to mimic that of the original definition, which is just ridiculous!)
This is also bad because there's no telling what style a web browser is going to change. I can run under the assumption that all it does is change the font colour, but there's no telling when some moron will come along and build a market-dominating web browser that turns visited links to size 45, thus destroying my layout.
Is there a way to tell the web browser to just not change the style of my links?
For example, can I kill the Visited link class in particular places?
Edit:
Actually, I just had an epiphany: I don't care that IE looks awful, the end.
Ignoring the destroyed spacing stuff, do the links here look like a mess in your IE, or is it just mine?
http://test.deltahumanesociety.org
One weird thing I'm observing is IE being very reluctant to display the "this is a link!" mouse pointer when hovering over items in the sidebar now that I've been playing with styles for the Anchor tag.