Skip to content or main menu

Now viewing articles tagged with css

CSS print stylesheet intricacy 1

This caused me much frustration. So for the record, don’t ever include a title attribute on an HTML <link> element.

This may not come into play in most situations (I’ve never run into the problem before), but if the CSS file you’re linking to is for print (as opposed to screen) it may break the link and your print styles will not be rendered.

For example, this ...

Internet Explorer is a bad parent 0

I’m always researching the intricacies of different browsers. It’s my job to know their quirks and learn the techniques being used to keep them all in line.

One of the most frustrating things I run into working with CSS is the fact that there are so many new features in CSS3 (and even CSS2) that is not supported in all browsers. For example, pseudo classes are infinitely powerful ...