Problem in IE7.0

  • Thread starter Thread starter Sudhan
  • Start date Start date
S

Sudhan

hi
I am working in Dotnet.2.0...
i am facing problem in Design....
My Desing work in IE6.0....Now my client want that application to work
in IE 7.0 but i am facing problen in Design....
The Css is not proper Display in IE 7.0
Can any one help me what to do....
 
hi
I am working in Dotnet.2.0...
i am facing problem in Design....
My Desing work in IE6.0....Now my client want that application to work
in IE 7.0 but i am facing problen in Design....
The Css is not proper Display in IE 7.0
Can any one help me what to do....

You need to post an example of the CSS that does not work in IE7
 
Hello Sudhan,

try to spot which element of CSS behaves wrong and google to find how to
implement such functionality to be compatible in IE6,IE7,Firefox browsers,
or use browser version check to change your style dynamically

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


S> hi
S> I am working in Dotnet.2.0...
S> i am facing problem in Design....
S> My Desing work in IE6.0....Now my client want that application to
S> work
S> in IE 7.0 but i am facing problen in Design....
S> The Css is not proper Display in IE 7.0
S> Can any one help me what to do....
 
Back
Top