473,402 Members | 2,072 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,402 software developers and data experts.

Page breaking when browser width changed

Ben
I have a page for my company that I need assistance with:

http://www.eastex.net/ben/NewETN/subPage.htm

When you resize the window (NS or IE) small enough that you have to scroll
horizontally (because of logo image), scrolling right breaks the layout.
I'm using 100% div widths, and these apparently don't reset when scrolling.
I tried using a min-width and IE hack for min-width (
width:expression(document.body.clientWidth < 550 ? "450px" : "100%" ); ),
but then the page only starts scrolling sooner, and still breaks the layout.

I can't get around using 100% because that was the approved page design.
Are there workarounds for this type of problem (beside using tables)?

Thanks in Advance
--
Ben
Jul 20 '05 #1
4 2856
"Ben" <ben at eastex dot net> wrote in message
news:10*************@corp.supernews.com...
I have a page for my company that I need assistance with:

http://www.eastex.net/ben/NewETN/subPage.htm

When you resize the window (NS or IE) small enough that you have to scroll
horizontally (because of logo image), scrolling right breaks the layout.
I'm using 100% div widths, and these apparently don't reset when scrolling. I tried using a min-width and IE hack for min-width (
width:expression(document.body.clientWidth < 550 ? "450px" : "100%" ); ),
but then the page only starts scrolling sooner, and still breaks the layout.
I can't get around using 100% because that was the approved page design.
Are there workarounds for this type of problem (beside using tables)?

Thanks in Advance
--
Ben

Looked at this page with IE 6.2 and so no "broken layout". Had to go
reallllllllyyyy small to get a scrolling bar, but so no change (other than
the position of your "the world in a mouse click" line).

George
Jul 20 '05 #2
Ben
Yeah, it's almost a too small it's ridiculous type thing, but if you make
the browser window small enough to hide the logo a little, and then scroll
to the right, the bars cut off.

Here's a screen shot of it in Firefox (it does the same in NS and IE):
http://www.eastex.net/ben/newetn/subPage.jpg

This isn't a detrimental issue right now (with only text in the main content
section), it's just that I hate to not fix it because it might haunt me in
the future if I have a large image that makes it scroll horizontally.

--
Ben
"sma1king" <gk***@geking.com> wrote in message
news:sq******************@nwrddc02.gnilink.net...
| "Ben" <ben at eastex dot net> wrote in message
| news:10*************@corp.supernews.com...
| > I have a page for my company that I need assistance with:
| >
| > http://www.eastex.net/ben/NewETN/subPage.htm
| >
| > When you resize the window (NS or IE) small enough that you have to
scroll
| > horizontally (because of logo image), scrolling right breaks the layout.
| > I'm using 100% div widths, and these apparently don't reset when
| scrolling.
| > I tried using a min-width and IE hack for min-width (
| > width:expression(document.body.clientWidth < 550 ? "450px" :
"100%" ); ),
| > but then the page only starts scrolling sooner, and still breaks the
| layout.
| >
| > I can't get around using 100% because that was the approved page design.
| > Are there workarounds for this type of problem (beside using tables)?
| >
| > Thanks in Advance
| > --
| > Ben
| >
| Looked at this page with IE 6.2 and so no "broken layout". Had to go
| reallllllllyyyy small to get a scrolling bar, but so no change (other than
| the position of your "the world in a mouse click" line).
|
| George
|
|
Jul 20 '05 #3
Ben
I talked to a guy in IRC and he was saying that the page never broke for him
also. He suggested I get the latest version of Firefox and IE, and I
explained I already have (I got Firefox 2 days ago actually). I cleared my
cache etc etc, with no avail.

Is there something I'm doing incorrectly? I've tested this from multiple
computers to make sure, and the page breaks on all machines. I don't know
if I'm explaining the problem incorrectly, but the screen shot shows the
problem I'm experiencing:

www.eastex.net/ben/newetn/subpage.jpg

TIA
--
Ben


"Ben" <ben at eastex dot net> wrote in message
news:10*************@corp.supernews.com...
| Yeah, it's almost a too small it's ridiculous type thing, but if you make
| the browser window small enough to hide the logo a little, and then scroll
| to the right, the bars cut off.
|
| Here's a screen shot of it in Firefox (it does the same in NS and IE):
| http://www.eastex.net/ben/newetn/subPage.jpg
|
| This isn't a detrimental issue right now (with only text in the main
content
| section), it's just that I hate to not fix it because it might haunt me in
| the future if I have a large image that makes it scroll horizontally.
|
| --
| Ben
|
|
| "sma1king" <gk***@geking.com> wrote in message
| news:sq******************@nwrddc02.gnilink.net...
| | "Ben" <ben at eastex dot net> wrote in message
| | news:10*************@corp.supernews.com...
| | > I have a page for my company that I need assistance with:
| | >
| | > http://www.eastex.net/ben/NewETN/subPage.htm
| | >
| | > When you resize the window (NS or IE) small enough that you have to
| scroll
| | > horizontally (because of logo image), scrolling right breaks the
layout.
| | > I'm using 100% div widths, and these apparently don't reset when
| | scrolling.
| | > I tried using a min-width and IE hack for min-width (
| | > width:expression(document.body.clientWidth < 550 ? "450px" :
| "100%" ); ),
| | > but then the page only starts scrolling sooner, and still breaks the
| | layout.
| | >
| | > I can't get around using 100% because that was the approved page
design.
| | > Are there workarounds for this type of problem (beside using tables)?
| | >
| | > Thanks in Advance
| | > --
| | > Ben
| | >
| | Looked at this page with IE 6.2 and so no "broken layout". Had to go
| | reallllllllyyyy small to get a scrolling bar, but so no change (other
than
| | the position of your "the world in a mouse click" line).
| |
| | George
| |
| |
|
|
Jul 20 '05 #4
Ben
I apoligize for me replying to myself, the voices in my head are getting
louder and I can't concentrate.

Ok, I've put a large image there to see what happens. It does the same
thing, only farther to the right. You have to make the browser window small
(to enable horizontal scrolling), and then scroll to the right. The colored
bars do not continue to the right of the window.

If anyone knows a solution to this problem, I would greatly appreciate your
assistance.

--
Ben


"Ben" <ben at eastex dot net> wrote in message
news:10*************@corp.supernews.com...
| Yeah, it's almost a too small it's ridiculous type thing, but if you make
| the browser window small enough to hide the logo a little, and then scroll
| to the right, the bars cut off.
|
| Here's a screen shot of it in Firefox (it does the same in NS and IE):
| http://www.eastex.net/ben/newetn/subPage.jpg
|
| This isn't a detrimental issue right now (with only text in the main
content
| section), it's just that I hate to not fix it because it might haunt me in
| the future if I have a large image that makes it scroll horizontally.
|
| --
| Ben
|
|
| "sma1king" <gk***@geking.com> wrote in message
| news:sq******************@nwrddc02.gnilink.net...
| | "Ben" <ben at eastex dot net> wrote in message
| | news:10*************@corp.supernews.com...
| | > I have a page for my company that I need assistance with:
| | >
| | > http://www.eastex.net/ben/NewETN/subPage.htm
| | >
| | > When you resize the window (NS or IE) small enough that you have to
| scroll
| | > horizontally (because of logo image), scrolling right breaks the
layout.
| | > I'm using 100% div widths, and these apparently don't reset when
| | scrolling.
| | > I tried using a min-width and IE hack for min-width (
| | > width:expression(document.body.clientWidth < 550 ? "450px" :
| "100%" ); ),
| | > but then the page only starts scrolling sooner, and still breaks the
| | layout.
| | >
| | > I can't get around using 100% because that was the approved page
design.
| | > Are there workarounds for this type of problem (beside using tables)?
| | >
| | > Thanks in Advance
| | > --
| | > Ben
| | >
| | Looked at this page with IE 6.2 and so no "broken layout". Had to go
| | reallllllllyyyy small to get a scrolling bar, but so no change (other
than
| | the position of your "the world in a mouse click" line).
| |
| | George
| |
| |
|
|
Jul 20 '05 #5

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

Similar topics

10
by: Don | last post by:
I want the server-side php script to return a browser page that is essentially a copy of the original client page that contained the <form> which referenced the php script in the first place....
179
by: SoloCDM | last post by:
How do I keep my entire web page at a fixed width? ********************************************************************* Signed, SoloCDM
10
by: Anders Wegge Jakobsen | last post by:
Hi, I'm playing around with a layout for a weblog. A mockup can be seen at <http://outside.bakkelygaard.dk/~wegge/testblog/index.html>. The page has a fixed width of 800px, so I'm perfectly...
25
by: Sune A | last post by:
Hi All! I'm having problems with www.suneworld.com The thing is that I'd like to lock the width of the page, so that it won't adjust dynamically. Any CSS people out there that can help me? ...
21
by: Steel | last post by:
Hi at all, I have a very long html page with many photo. Therefore the best to print this page is to print the some page as PDF. Therefore I maked a PDF file like my page to print best. I'ld want...
3
by: dan | last post by:
Hi folks, I have a very simple requirement - I want to have a row of divs of fixed size (but unknown number of them) This will be in a container div and scrolled by other means Is there any...
2
by: Earl Teigrob | last post by:
I have written a photo app that allows the administrator to resize photos in an admin panel above the photo on the page. When the the new size is entered, the data is saved into a datastore and the...
6
by: scottyman | last post by:
I can't make this script work properly. I've gone as far as I can with it and the rest is out of my ability. I can do some html editing but I'm lost in the Java world. The script at the bottom of...
7
by: GaryDean | last post by:
In my old 1.1 apps the default was MS_POSITIONING="GridLayout" and Textboxes and labels and such always had POSITION: absolute; and I never had any distortion when the page was rendered. Life was...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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
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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.