can hardly recognice my aspx pages in netscape 7.1

A

Anton Stadler

Hello folks,

I have created a couple of pages and started to test them in netscape, and
was shocked. Earlier I only tested with several different ie versions, but
netscape is shocking. The sizes of textboxes changed a lot, and the tables
that are positioning these textboxes and descriptions seem to be moved a lot
as well.

Are there hints and tricks concerning netscape?!?
I have loads of textboxes in my pages and specified the size mostly in px,
is this OK(flowlayout)?
Is flow layout or gridlayout preferable?

All ideas welcome

Thank you

Anton
 
L

Luc Kumps

Try adding something like this to your page_load method:

if ("netscape|gecko|opera".IndexOf(this.Request.Browser.Browser.ToLower())
this.ClientTarget = "Uplevel";

Luc K
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,079
Messages
2,570,574
Members
47,205
Latest member
ElwoodDurh

Latest Threads

Top