473,320 Members | 1,974 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

IE display problem

The page validates, and, of course, this is not happening in Opera or
Firefox. The CSS errors are work arounds for IE6, and should not
affect these pages.

The pages in question:
http://www.visionforglendale.com/usenet/vendormenu.html (displays
correctly)
http://www.visionforglendale.com/usenet/chgpwd.html (skewed)

Please note that none of the other links on these pages work. I put
this up like this because the real pages are password protected, and
these are not, so none of the links will work, not will submitting the
form.

Any help solving this would be greatly appreciated. Thanks in advance.

--
Adrienne Boswell at work
Administrator http://www.nextblock.com
Please respond to the group so others can share

Sep 19 '06 #1
3 1213
On 2006-09-20, Adrienne Boswell wrote:
The page validates, and, of course, this is not happening in Opera or
Firefox. The CSS errors are work arounds for IE6, and should not
affect these pages.

The pages in question:
http://www.visionforglendale.com/usenet/vendormenu.html (displays
correctly)
That doesn't display correctly for me in IE or FF.

In IE <http://cfaj.freeshell.org/testing/glendale2.jpg>, the text
is barely readable, and the right-hand column doesn't fit on the
right; it is pushed down below the other columns.

In FF <http://cfaj.freeshell.org/testing/glendale1.jpg>, text boxes
on the left spill over on to the middle column.
http://www.visionforglendale.com/usenet/chgpwd.html (skewed)
Apart from being barely readable, this page looks OK in IE, but the
same text box problem occurs in FF.

In all cases, the pages only look close to all right at a window
width of 800px. Why do that?????
--
Chris F.A. Johnson <http://cfaj.freeshell.org>
================================================== =================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
Sep 20 '06 #2
Gazing into my crystal ball I observed "Chris F.A. Johnson"
<cf********@gmail.comwriting in news:00************@xword.teksavvy.com:
On 2006-09-20, Adrienne Boswell wrote:
>The page validates, and, of course, this is not happening in Opera or
Firefox. The CSS errors are work arounds for IE6, and should not
affect these pages.

The pages in question:
http://www.visionforglendale.com/usenet/vendormenu.html (displays
correctly)

That doesn't display correctly for me in IE or FF.

In IE <http://cfaj.freeshell.org/testing/glendale2.jpg>, the text
is barely readable, and the right-hand column doesn't fit on the
right; it is pushed down below the other columns.

In FF <http://cfaj.freeshell.org/testing/glendale1.jpg>, text boxes
on the left spill over on to the middle column.
>http://www.visionforglendale.com/usenet/chgpwd.html (skewed)

Apart from being barely readable, this page looks OK in IE, but the
same text box problem occurs in FF.

In all cases, the pages only look close to all right at a window
width of 800px. Why do that?????

Thanks for taking a look. I was unaware that the pages were doing that
at 800. I'll see what I can do to fix that.

Any ideas about why is it doing what it is doing in a larger window? I
don't think I can address the above without fixing this first.

Thanks again for looking.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Sep 20 '06 #3
On 2006-09-20, Adrienne Boswell wrote:
Gazing into my crystal ball I observed "Chris F.A. Johnson"
<cf********@gmail.comwriting in news:00************@xword.teksavvy.com:
>On 2006-09-20, Adrienne Boswell wrote:
>>The page validates, and, of course, this is not happening in Opera or
Firefox. The CSS errors are work arounds for IE6, and should not
affect these pages.

The pages in question:
http://www.visionforglendale.com/usenet/vendormenu.html (displays
correctly)

That doesn't display correctly for me in IE or FF.

In IE <http://cfaj.freeshell.org/testing/glendale2.jpg>, the text
is barely readable, and the right-hand column doesn't fit on the
right; it is pushed down below the other columns.

In FF <http://cfaj.freeshell.org/testing/glendale1.jpg>, text boxes
on the left spill over on to the middle column.
>>http://www.visionforglendale.com/usenet/chgpwd.html (skewed)

Apart from being barely readable, this page looks OK in IE, but the
same text box problem occurs in FF.

In all cases, the pages only look close to all right at a window
width of 800px. Why do that?????


Thanks for taking a look. I was unaware that the pages were doing that
at 800. I'll see what I can do to fix that.
The pages looks its *best* at 800px; but there are still problems.
Any ideas about why is it doing what it is doing in a larger window? I
don't think I can address the above without fixing this first.
The first step is to remove this width spec from your style sheet:

#container {
width: 770px;

Then go and change other px widths to ems. Look at the page with
larger font sizes and larger and smaller windows.

--
Chris F.A. Johnson <http://cfaj.freeshell.org>
================================================== =================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
Sep 20 '06 #4

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

Similar topics

1
by: Agency | last post by:
I'm still working on the bpm counter. I need to have at least 2 displays that are not static. One would be a clock/running time and the other would should the current beat count. How would I...
5
by: David Greenwood | last post by:
I posted this under 'microsoft.public.sqlserver.client' but got no reply. Any help with this problem would be greatly appreciated --------------------- I developed a database under SQL Server...
13
by: Dan R Brown | last post by:
I have a large form that is generated dynamically in a jsp using xml / xslt. So, to break up this form into several "tabbed" sections, I break up the form using <div> tags. Each <div...
19
by: dmiller23462 | last post by:
Hi guys....I have absolutely NO IDEA what I'm doing with Javascript but my end result is I need two text boxes to stay hidden until a particular option is selected....I've cobbled together the...
3
by: shreddie | last post by:
Could anyone assist with the following problem? I'm using JavaScript to hide/show table rows depending on the option selected in radio buttons. The script works fine in IE but in Firefox the...
2
by: s.chelliah | last post by:
We have an input field which allows the user to enter a string of (up to 62) ASCII printable characters. We have a need to allow the user to be able to specify any sequence of characters he/she...
2
by: ruby_bestcoder | last post by:
Hi Im having problem in firefox with display:none/block. I have essentially 3 li elements. In each element there are a few nested div:s. Clicking on one of the divs, makes another div to...
7
by: Janis | last post by:
I try to understand what could be the source of a problem with displaying and hiding rows of tables using display:block/none. I've read selfhtml but could not find any hint about that. Any...
15
by: cssExp | last post by:
hello, Rather than going on a wild explanation on what's the the problem, it'll be much quicker and easier if i let you look at it yourself, so I'll post my page source (actual contents taken out,...
10
by: dkyadav80 | last post by:
<html> /// here what shoud be java script for: ->when script run then not display all input text field only display selection field. ->when user select other value for institute only this...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.