I see there is a template-ie7.css file but I don't see how it is implemented. There is no mention of it in the index.php which is where I thought I would see an 'if' statement.
My problem is centering a menu. It works everywhere but in IE7. Here is my css:
#rt-menu .rt-container {
background: url(../images/backgrounds/nav.png) repeat-x scroll 0 0 !important;
text-align:center !important;
height:40px;
}
So, is there an IE7 hack for this and how is the template-ie7.css used?