473,511 Members | 16,738 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Page Renders Wrong in Firefox

I have an aspx page that includes several panels that in turn, include some
labels and text boxes. Everything appears fine in IE 6 and Netscape but
Firefox users are seeing the textboxes stretch horizontally and overlap each
other. For example, I have one row in several panels where I have a textbox
for each of city. state and ZIP and the "state" textbox covers the "ZIP"
labels and most of the ZIP textbox.

Has anyone else seen this type of behavior and is there any work-around.

Wayne
Nov 19 '05 #1
5 1232
I also found out that I get the same problems in Netscape 7.02

Wayne

"Wayne Wengert" <wa***************@wengert.com> wrote in message
news:O9*************@TK2MSFTNGP10.phx.gbl...
I have an aspx page that includes several panels that in turn, include some labels and text boxes. Everything appears fine in IE 6 and Netscape but
Firefox users are seeing the textboxes stretch horizontally and overlap each other. For example, I have one row in several panels where I have a textbox for each of city. state and ZIP and the "state" textbox covers the "ZIP"
labels and most of the ZIP textbox.

Has anyone else seen this type of behavior and is there any work-around.

Wayne

Nov 19 '05 #2
you should not use grid mode, you IE pages probably don't work with large
fonts either. aslo be sure firefox is detected as an uplevel browser -
update your browsers cap section in machine.config

-- bruce (sqlwork.com)

"Wayne Wengert" <wa***************@wengert.com> wrote in message
news:O9*************@TK2MSFTNGP10.phx.gbl...
I have an aspx page that includes several panels that in turn, include some
labels and text boxes. Everything appears fine in IE 6 and Netscape but
Firefox users are seeing the textboxes stretch horizontally and overlap
each
other. For example, I have one row in several panels where I have a
textbox
for each of city. state and ZIP and the "state" textbox covers the "ZIP"
labels and most of the ZIP textbox.

Has anyone else seen this type of behavior and is there any work-around.

Wayne

Nov 19 '05 #3
Bruce;

Is that machine.config or web.config?

Wayne

"Bruce Barker" <br******************@safeco.com> wrote in message
news:uF**************@TK2MSFTNGP09.phx.gbl...
you should not use grid mode, you IE pages probably don't work with large
fonts either. aslo be sure firefox is detected as an uplevel browser -
update your browsers cap section in machine.config

-- bruce (sqlwork.com)

"Wayne Wengert" <wa***************@wengert.com> wrote in message
news:O9*************@TK2MSFTNGP10.phx.gbl...
I have an aspx page that includes several panels that in turn, include some labels and text boxes. Everything appears fine in IE 6 and Netscape but
Firefox users are seeing the textboxes stretch horizontally and overlap
each
other. For example, I have one row in several panels where I have a
textbox
for each of city. state and ZIP and the "state" textbox covers the "ZIP"
labels and most of the ZIP textbox.

Has anyone else seen this type of behavior and is there any work-around.

Wayne


Nov 19 '05 #4
machine.config, see <browserCaps> section

-- bruce (sqlwork.com)
"Wayne Wengert" <wa***************@wengert.com> wrote in message
news:%2******************@TK2MSFTNGP12.phx.gbl...
Bruce;

Is that machine.config or web.config?

Wayne

"Bruce Barker" <br******************@safeco.com> wrote in message
news:uF**************@TK2MSFTNGP09.phx.gbl...
you should not use grid mode, you IE pages probably don't work with large
fonts either. aslo be sure firefox is detected as an uplevel browser -
update your browsers cap section in machine.config

-- bruce (sqlwork.com)

"Wayne Wengert" <wa***************@wengert.com> wrote in message
news:O9*************@TK2MSFTNGP10.phx.gbl...
>I have an aspx page that includes several panels that in turn, include some > labels and text boxes. Everything appears fine in IE 6 and Netscape but
> Firefox users are seeing the textboxes stretch horizontally and overlap
> each
> other. For example, I have one row in several panels where I have a
> textbox
> for each of city. state and ZIP and the "state" textbox covers the
> "ZIP"
> labels and most of the ZIP textbox.
>
> Has anyone else seen this type of behavior and is there any
> work-around.
>
> Wayne
>
>



Nov 19 '05 #5
I got most of the problems corrected by adding a <BrowsersCap> element to my
web.config. There was another thread in this NG that provided a helpful
link..

A look at ASP.NET's Adaptive Rendering
http://aspnet.4guysfromrolla.com/articles/050504-1.aspx
When I tried that initially it crashed my page until I did some googling and
found that the element must be a child of <system.web>

Wayne

"Wayne Wengert" <wa***************@wengert.com> wrote in message
news:O9*************@TK2MSFTNGP10.phx.gbl...
I have an aspx page that includes several panels that in turn, include some labels and text boxes. Everything appears fine in IE 6 and Netscape but
Firefox users are seeing the textboxes stretch horizontally and overlap each other. For example, I have one row in several panels where I have a textbox for each of city. state and ZIP and the "state" textbox covers the "ZIP"
labels and most of the ZIP textbox.

Has anyone else seen this type of behavior and is there any work-around.

Wayne

Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
1867
by: The Bicycling Guitarist | last post by:
I've used and loved the webmaster tools at Delorie.com for some years now. I just added some more text content to my home page, but in the web page "purifier" the text doesn't render as I thought...
4
2740
by: cjl | last post by:
Hey all: I am preloading a large number of images for my web application, and I want to display something indicating progress. So I am simply swapping the visibility of an animated gif (which...
3
3837
by: usenet | last post by:
Hi All, I have some initialization to be done at page load time, which changes the text of some anchors so that they are consistent with the query string (these anchors are used as criteria...
3
9082
by: Ryan | last post by:
Hello, I'm trying to draw a rectangle on a web page which contains a picture. Following is the function for a similar windows application. private void ZoomIn_Click(object sender,...
3
2041
by: Jason Honn | last post by:
I have an .aspx page that renders fine in IE6, but it does not render properly in Firefox. If I change the extension from .aspx to .htm everything renders just fine in Firefox. The problem I am...
2
1280
by: jhcorey | last post by:
I'm using a javascript datepicker. In a sample html page, this datepicker is positioned on the page by adding the following script within an html element: <script type="text/javascript"> var...
1
5016
by: jason.m.ho | last post by:
Has anyone run into the problem of firefox 'border-collapse: collapse' rendering a table 1-pixel too far to the left? In IE and Opera it will render fine...Does anyone know if this is a bug? This...
2
2374
by: Jake Barnes | last post by:
Please check out this page: http://www.bluewallllc.com/Laura/cms/index.php?pageId=2217 It validates, and it is rendering about right in FireFox. However, in IE it has a bunch of extra padding...
4
2137
by: JJA | last post by:
Previously, anything IE did not like threw some sort of error like "object expected", etc. Now all I get is "Done" on the status bar... I am suddenly having trouble with Internet Explorer. Both...
0
7242
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7138
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7355
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7081
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5668
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4737
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3213
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1576
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
781
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.