![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
So, in short: two pages with the exact same code, will place a div in two different positions inside the browser, depending on if the scrollbars exists or not. Well, maybe this is not a problem, but only the cause of an incorrect style? Do ou think there is a solution to this? |
#2
| |||
| |||
|
|
In article <54c241c0-a12f-4f33-84fd-3c1f1d306... (AT) m34g2000hsf (DOT) googlegroups.com>,*<wart... (AT) hotmail (DOT) com> wrote: ... So, in short: two pages with the exact same code, will place a div in two different positions inside the browser, depending on if the scrollbars exists or not. Well, maybe this is not a problem, but only the cause of an incorrect style? Do ou think there is a solution to this? If you want scrollbars to be always visible you can try asking for them: * * * * html {overflow: scroll} or CSS3 html {overflow-y: scroll} -- John P Baker |
![]() |
| Thread Tools | |
| Display Modes | |
| |