Why our website developed under ASP.NET cannot view in IE5?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
We just developed a website,it can only view in IE6,in IE5 it cannot display in its customed style!! all the style is customed by CSS file! Tuliplanet
-
We just developed a website,it can only view in IE6,in IE5 it cannot display in its customed style!! all the style is customed by CSS file! Tuliplanet
have you made sure that the HTML that is being "created" by .NET is IE5 friendly? Make sure that there is nothing in your style sheets that did not exist in IE5 if there is create another style sheet and load them If IE5 Then CSS1 Else If IE6 CSS2 Else CSS3 End If know what I mean? Will