Hmmm sorry not sure what you mean -perhaps I confused you (or you confused me lol)
You said that this below was your external file:
Code:
[if gte IE 5]>
<style>
#p7swapmenu ul a {height: 1em;}
</style>
<![endif]
[if IE 5]>
<style>
#p7swapmenu li {margin-top: -3px;}
</style>
<![endif]
[if gte IE 5]>
<style>
#p7swapmenu a {
position: relative;
height: 1em;
zoom: 100%;
}
</style>
<![endif]
All the parts in bold are your conditional comments and shouldn't be in an external stylesheet. You have to leave the whole section in the head of the document to work or use them to call external stylesheets themselves.
Paul