CSS doesn't apply to dynamically created elements in IE 7?
- by Austin Hyde
In the project I am working on, I dynamically generate (with javascript) filters that look like this:
<div class="filter">
<a ... class="filter_delete_link">Delete</a>
<div class="filter_field">
...
</div>
<div class="filter_compare">
...
</div>
<div…