![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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 |
#3
| |||
| |||
|
|
"Ben" <ben at eastex dot net> wrote in message news:109dtj2rstpog8e (AT) corp (DOT) 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 |
#4
| |||
| |||
|
|
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" <gking (AT) geking (DOT) com> wrote in message news:sqOlc.85979$G_.82633 (AT) nwrddc02 (DOT) gnilink.net... | "Ben" <ben at eastex dot net> wrote in message | news:109dtj2rstpog8e (AT) corp (DOT) 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 | | |
#5
| |||
| |||
|
|
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" <gking (AT) geking (DOT) com> wrote in message news:sqOlc.85979$G_.82633 (AT) nwrddc02 (DOT) gnilink.net... | "Ben" <ben at eastex dot net> wrote in message | news:109dtj2rstpog8e (AT) corp (DOT) 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 | | |
![]() |
| Thread Tools | |
| Display Modes | |
| |