![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Made all the pages at http://aaronthomasinc.com/test/ from the same original, all centered in window. But this page http://aaronthomasinc.com/test/_team.html shifts to the left. I looked everywhere for an extra space but cant figure why tia! |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
thanks for input. Pages look good in Safari 3.1.2 (all have scroll bars) In Firefox 3.0.6, no scrollbars except that team page, because it's longer I use mac OS10.5.6 Don't know how to add scrollbars... except in Open browser window behavior...? Both these browsers are at default settings... [Q]Add this to your css stylesheet... html, body { min-height:101%; margin-bottom:1px; }[/Q] i put that in the stylesheet and uploaded it...no change. would would that do? All my pages have scroll bars in and |
#6
| |||
| |||
|
|
onefiftymph wrote: thanks for input. Pages look good in Safari 3.1.2 (all have scroll bars) In Firefox 3.0.6, no scrollbars except that team page, because it's longer I use mac OS10.5.6 Don't know how to add scrollbars... except in Open browser window behavior...? Both these browsers are at default settings... [Q]Add this to your css stylesheet... html, body { min-height:101%; margin-bottom:1px; }[/Q] i put that in the stylesheet and uploaded it...no change. would would that do? All my pages have scroll bars in and Check your stylesheet you have... .html, body { min-height:101%; margin-bottom:1px; } There should be no '.' at the start - should be... html, body { min-height:101%; margin-bottom:1px; } This will force a vertical scrollbar in all FF browser viewport sizes no matter the length of your content - thus avoiding the 'shift' when browsing between pages of differing content lengths. HTH -- chin chin Sinclair |
#7
| |||
| |||
|
|
You could add this to your CSS as another option: :root { overflow-y:scroll; } Take care, Tim "djinn" <scobies (AT) dsl (DOT) pipexYerKitAff.com> wrote in message news:gn542i$hch$1 (AT) forums (DOT) macromedia.com... onefiftymph wrote: thanks for input. Pages look good in Safari 3.1.2 (all have scroll bars) In Firefox 3.0.6, no scrollbars except that team page, because it's longer I use mac OS10.5.6 Don't know how to add scrollbars... except in Open browser window behavior...? Both these browsers are at default settings... [Q]Add this to your css stylesheet... html, body { min-height:101%; margin-bottom:1px; }[/Q] i put that in the stylesheet and uploaded it...no change. would would that do? All my pages have scroll bars in and Check your stylesheet you have... .html, body { min-height:101%; margin-bottom:1px; } There should be no '.' at the start - should be... html, body { min-height:101%; margin-bottom:1px; } This will force a vertical scrollbar in all FF browser viewport sizes no matter the length of your content - thus avoiding the 'shift' when browsing between pages of differing content lengths. HTH -- chin chin Sinclair |
#8
| |||
| |||
|
|
That's the best option, Sinclair. It works great! |
#9
| |||
| |||
|
|
Murray *ACE* wrote: That's the best option, Sinclair. It works great! I think our OP has a touch classitis - have you had a look at his stylesheet?? -- chin chin Sinclair |
#10
| |||
| |||
|
|
Murray *ACE* wrote: That's the best option, Sinclair. It works great! I think our OP has a touch classitis - have you had a look at his stylesheet?? -- chin chin Sinclair |
![]() |
| Thread Tools | |
| Display Modes | |
| |