<div>
                    <span style="font-size: 15px;">Hello!</span>
                </div><div><span style="font-size: 15px;"><br></span></div><div><span style="font-size: 15px;">Having this issue that the omega theme adds the size-specific CSS *after* any drupal_add_css I add to my THEME_preprocess_html</span></div><div><span style="font-size: 15px;"><br></span></div><div><span style="font-size: 15px;">My syntax is:</span></div><div><span style="font-size: 15px;"><br></span></div><div>drupal_add_css(path_to_theme() . '/css/ie-6.css', array('group' =&gt; CSS_THEME, 'browsers' =&gt; array('IE' =&gt; 'IE 6', '!IE' =&gt; FALSE), 'preprocess' =&gt; FALSE));</div>
                <div><div><br></div><div><br></div><div><span style="font-size: 15px;">I want to make sure this is the very last CSS added, other than having the HTMLtpl.php directly, how can I get it to be really last, after the Alpha+Omega theme?</span></div><div><span style="font-size: 15px;"><br></span></div><div><span style="font-size: 15px;">Please note I also tried adding "weight" of 9999 and -9999 but neither direction helps any, the conditional sheets always appear&nbsp;last&nbsp;in the chain and I want to add to the bottom of that list.</span></div><div><span style="font-size: 15px;"><br></span></div><div><span style="font-size: 15px;">Thanks!</span></div><div><span style="font-size: 15px;"><br></span></div><div><span style="font-size: 15px;">Sebastian</span></div><div><br></div><div>--&nbsp;</div><div><br></div></div>