Hi,
I'm attempting to make some IE fixes to a site I've just put up.
I've looked into several methods of how to go-about doing this, but am still a bit lost...
1. Creating a function with conditional tags for IE
-I couldn't actually get this to work, though I suspect it's the proper way to go about it.
-used this post as my reference: http://themeshaper.com/functions-php-wordpress-child-themes/
2. Direct modifications within my style.css
-these did work, however I fear I'm abusing a 'quick-fix' rather than modifying it correctly.
-used this post as my reference:http://themeshaper.com/thematic/guide/?page_id=64
If this is the right way to go about modifications, how many different selectors are available for (ex: body.ie5, .ie6, ie7 - anything for all ie?)
I'm really looking for the most-efficient, scalable way to do this.
All ideas and suggestions are appreciated.
Thanks for your help!