Posts Tagged ‘CSS

OK we all know that IE6 & 7 render styles differently to good old FireFox. I must say I continually find myself cursing Internet Explorer for this exact reason!
So in some cases the only way to solve these issues is to load in an additional style sheet. After your main style sheet has loaded. One [...]

I wanted to apply a different set of css styles to a degraded non-javascript version of a page to maintain some accessibility aspects.
I wrestled for a while with the <noscript> tag but this fails to validate in the head section of a HTML/XHTML document. This wasn’t a good enough way to do things.
Eventually (with a [...]


top