07-01-2008, 03:33 PM
|
#7 (permalink)
|
|
The Contributor
Join Date: Jan 2008
Location: England, UK
Posts: 83
Thanks: 3
|
Quote:
Originally Posted by Kalle
Just to note it, even thought it might not be that important then IE6 and lower will not interpret [attribute="value"] in CSS, so to gain IE6 and lower support use class names =)
|
This has tripped me up quite a few times - it is however a great method of kepping your code clean. If you don't expect your target audience to be using IE6 I'd use this syntax - obviously check using an Analytics tool however to see what browsers your audience use.
|
|
|
|