-- [ Picked text/plain from multipart/alternative ] I'm doing some compatability testing in IE4. I have an external .css file linked to a page. Several css rules are working except for one class that will not work unless i put the rule inline like <div style="......"> as opposed to <div class="...">. it also works if i nest the div inside another one on the page. Any suggestions? --