Tag: attribute

  • Adding style to your rel attributes with CSS

    View the finished example: Adding style to your rel link. There’s a little attribute in HTML links that is starting to get a bit of attention lately. The “rel” attribute is a sparsely defined attribute that applies some meta information about a link’s relationship to other documents. Unfortunately, this information is usually hidden from your […]

  • Progressive enhancement of links using the CSS attribute selector

    Attribute Selector Test Page We have avoided using CSS3 rules for too long. It’s been difficult to justify using rules that won’t work for a significant portion of our audience, Internet Explorer 7 and below. However, Internet Explorer 8 is coming out soon and does work with the features we like. I think it’s fairly […]