Click here to Skip to main content
15,899,562 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have called the following style for only IE 7.But it now got called for anly IE versions.How can i solve this

CSS
<!--[if gte IE 7]>
<style type="text/css">
#naviback
{
margin-top:25px !important;
}
</style>
<![endif]-->
Posted
Updated 6-Dec-11 1:26am
v3

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900