Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Need website help...

Featured Replies

First off, here's the site: http://www.sidinginc.com

The problem is that if your screen resolution is too low, you can't see the entire page. Normally, you could scroll down... but that option

doesn't seem to be available. I've checked and rechecked my code and can't figure out what's causing this.


do you mean for the left menu? try overflow:scroll

Edited by ripken204

  • Author

Right... but I don't want the left side to be its own element.

If the left side (the Copyright notice, for example) it off the bottom of the screen,

I want the whole page to be able to scroll down.

What browser are you experiencing this under? Does it occur for other browsers or just a single one?

The whole page itself scrolls just fine for me under IE5.5. However...

div#left {
color: #FFFFFF;
position: fixed;
left: 0px;
top: 0px;
width: 170px;
height: 100%;
background-image: url(assets/sidebar_body.png);
background-repeat: repeat;
text-align: center;
}

Seems to be the culprit. Your use of 'position: fixed' is removing the vertical bars from scrolling. Perhaps you should try aligning the left menu inside a table rather than positioning through CSS.

Seems to be the culprit. Your use of 'position: fixed' is removing the vertical bars from scrolling. Perhaps you should try aligning the left menu inside a table rather than positioning through CSS.

That's not really the solution. All that really needs to be done is better use of the DIVs. Using fixed is just asking for trouble. You need to nest the divs and set relative spacing for everything to work the way you want.

English isn't my native idiom.

Try to use percentage width:xx% and so on ; position:relative is useful most times...

Seems to be the culprit. Your use of 'position: fixed' is removing the vertical bars from scrolling. Perhaps you should try aligning the left menu inside a table rather than positioning through CSS.

That's not really the solution. All that really needs to be done is better use of the DIVs. Using fixed is just asking for trouble. You need to nest the divs and set relative spacing for everything to work the way you want.

ya you better listen to this. you can run into huge problems when using fixed/absolute. also if it looks good in one browser, that doesnt mean that it will look good in another..

Edited by ripken204

Absolute has often worked fine for me... of course in the standards compliant browsers, like firefox, opera and safari, but even in IE.

fixed gets all mixed up though.

Absolute has often worked fine for me... of course in the standards compliant browsers, like firefox, opera and safari, but even in IE.

fixed gets all mixed up though.

ya absolute usually works but i have ran into some situations where it did not

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.