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


I am using css for panel it is working in chrome but not in IE9.My css is
C#
.pnl
{
 margin-top:42%;
 
 border:Solid 3px #D55500;
  margin-left:5px;
}
Posted
Comments
Amit Vasi 5-Apr-14 7:21am    
any one help
Sampath Lokuge 5-Apr-14 7:28am    
Can we have a live URL for this ?

1 solution

Try "padding-top: 42%" instead of margin-top
 
Share this answer
 
Comments
ashok rathod 7-Apr-14 2:55am    
can you please suggest what is the problem you are getting? is it not showing panel at proper location or panel is not showing at all?
if panel is not showing at proper location then it might a problem that other css element might override your side...
[no name] 7-Apr-14 5:14am    
use px insteed of %

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