E
Edward
Hi All,
I am having huge problems with a very simple dotnet framework web page
(www.gbab.net/ztest3.aspx) , it does NOT render correctly under Apple's
Safari. The DIV's do not align amd float as they should, and do in Dotnet.
The page is really, really simple, and it has a CSS and with NO masterpage.
I have tried using the following as recommendations made earlier in this
Newsgroup:-
1) Adding the following code to the page's Page_PreInit method:
if (Request.Browser.Browser.Contains("Safari")){
this.ClientTarget = "uplevel";
}
2) incorporating a Browsercap section in the web.config as per:
http://slingfive.com/pages/code/browserCaps/
3) Ensuring the page is validated as XHTML-compliant standard TML (used
http://validator.w3.org/)
BUT I STILL GET THE PROBLEM!
Safari does not handle CSS and DIV's properly! What bugs me, is that there
are some pretty sophisticated Dotnet sites out there that work beautifully
under Safari! And I left wondering what it is that I am doing wrong!
Please help!
Thank you
Edward
I am having huge problems with a very simple dotnet framework web page
(www.gbab.net/ztest3.aspx) , it does NOT render correctly under Apple's
Safari. The DIV's do not align amd float as they should, and do in Dotnet.
The page is really, really simple, and it has a CSS and with NO masterpage.
I have tried using the following as recommendations made earlier in this
Newsgroup:-
1) Adding the following code to the page's Page_PreInit method:
if (Request.Browser.Browser.Contains("Safari")){
this.ClientTarget = "uplevel";
}
2) incorporating a Browsercap section in the web.config as per:
http://slingfive.com/pages/code/browserCaps/
3) Ensuring the page is validated as XHTML-compliant standard TML (used
http://validator.w3.org/)
BUT I STILL GET THE PROBLEM!
Safari does not handle CSS and DIV's properly! What bugs me, is that there
are some pretty sophisticated Dotnet sites out there that work beautifully
under Safari! And I left wondering what it is that I am doing wrong!
Please help!
Thank you
Edward