Window Resize in IE 5.0?

  • Thread starter Thread starter al
  • Start date Start date
A

al

Hi,

When Resizing (maximize and minimize actions) a window, does IE 5.0
adjust asp.net page controls so they are aligned, or do i have to do
it(aligning) in code?

MTIA,
Grawsha
 
Hi Grawsha,

This is not really ASP.NET specific. When the page gets down to the
browser, it's been rendered in HTML and ASP.NET Server controls are
rendered as their associated HTML elements. How the page reacts to being
resized is a direct result of how the page was designed.

Jim Cheshire, MCSE, MCSD [MSFT]
ASP.NET
Developer Support
(e-mail address removed)

This post is provided "AS-IS" with no warranties and confers no rights.

--------------------
 
Hi Grawsha,

This is not really ASP.NET specific. When the page gets down to the
browser, it's been rendered in HTML and ASP.NET Server controls are
rendered as their associated HTML elements. How the page reacts to being
resized is a direct result of how the page was designed.

Jim Cheshire, MCSE, MCSD [MSFT]
ASP.NET
Developer Support
(e-mail address removed)

This post is provided "AS-IS" with no warranties and confers no rights.

--------------------
From: (e-mail address removed) (al)
Newsgroups: microsoft.public.dotnet.framework.aspnet
Subject: Window Resize in IE 5.0?
Date: 2 Apr 2004 11:44:52 -0800
Organization: http://groups.google.com
Lines: 8
Message-ID: <[email protected]>
NNTP-Posting-Host: 212.138.47.20
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1080935092 26049 127.0.0.1 (2 Apr 2004 19:44:52 GMT)
X-Complaints-To: (e-mail address removed)
NNTP-Posting-Date: Fri, 2 Apr 2004 19:44:52 +0000 (UTC)
Path: cpmsftngxa06.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08
.phx.gbl!newsfeed00.sul.t-online.de!t-online.de!news.glorb.com!postnews1.goo
gle.com!not-for-mail
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:223262
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Hi,

When Resizing (maximize and minimize actions) a window, does IE 5.0
adjust asp.net page controls so they are aligned, or do i have to do
it(aligning) in code?

MTIA,
Grawsha


Thanks for your reply.

From your expense, what is the easiest method to get IE to resize all
controls? Should I use all nested tables?
 
Hi Grawsha,

Tables are one solution. Another would be to use CSS. The choice is yours
and there are benefits and drawbacks to both. For more information on this
kind of thing, you'll be better off posting in the Internet client
development groups.

Jim Cheshire, MCSE, MCSD [MSFT]
ASP.NET
Developer Support
(e-mail address removed)

This post is provided "AS-IS" with no warranties and confers no rights.

--------------------
From: (e-mail address removed) (al)
Newsgroups: microsoft.public.dotnet.framework.aspnet
Subject: Re: Window Resize in IE 5.0?
Date: 4 Apr 2004 11:28:39 -0700
Organization: http://groups.google.com
Lines: 52
Message-ID: <[email protected]>
References: <[email protected]>
NNTP-Posting-Host: 212.138.47.26
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1081103319 7804 127.0.0.1 (4 Apr 2004 18:28:39 GMT)
X-Complaints-To: (e-mail address removed)
NNTP-Posting-Date: Sun, 4 Apr 2004 18:28:39 +0000 (UTC)
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onlin
e.de!news.glorb.com!postnews1.google.com!not-for-mail
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:223514
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

(e-mail address removed) (Jim Cheshire [MSFT]) wrote in message
Hi Grawsha,

This is not really ASP.NET specific. When the page gets down to the
browser, it's been rendered in HTML and ASP.NET Server controls are
rendered as their associated HTML elements. How the page reacts to being
resized is a direct result of how the page was designed.

Jim Cheshire, MCSE, MCSD [MSFT]
ASP.NET
Developer Support
(e-mail address removed)

This post is provided "AS-IS" with no warranties and confers no rights.

--------------------
From: (e-mail address removed) (al)
Newsgroups: microsoft.public.dotnet.framework.aspnet
Subject: Window Resize in IE 5.0?
Date: 2 Apr 2004 11:44:52 -0800
Organization: http://groups.google.com
Lines: 8
Message-ID: <[email protected]>
NNTP-Posting-Host: 212.138.47.20
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1080935092 26049 127.0.0.1 (2 Apr 2004 19:44:52 GMT)
X-Complaints-To: (e-mail address removed)
NNTP-Posting-Date: Fri, 2 Apr 2004 19:44:52 +0000 (UTC)
Path:
cpmsftngxa06.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08
.phx.gbl!newsfeed00.sul.t-online.de!t-online.de!news.glorb.com!postnews1.goo
gle.com!not-for-mail
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:223262
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Hi,

When Resizing (maximize and minimize actions) a window, does IE 5.0
adjust asp.net page controls so they are aligned, or do i have to do
it(aligning) in code?

MTIA,
Grawsha


Thanks for your reply.

From your expense, what is the easiest method to get IE to resize all
controls? Should I use all nested tables?
 
Back
Top