IPB

Google Frontpage Forums Unattended CD/DVD Guide
 
Reply to this topicStart new topic
> Need website help..., the page won't scroll down.
Nightlord
post Sep 29 2007, 08:20 AM
Post #1


Junior
*

Group: Members
Posts: 86
Joined: 22-August 04
Member No.: 28473
Country Flag


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.
Go to the top of the page
 
+Quote Post
ripken204
post Sep 29 2007, 09:03 AM
Post #2


The Hardware Guy
**********

Group: Members
Posts: 6113
Joined: 23-December 04
From: Rochester, New York
Member No.: 39158
OS: Vista Ultimate x64
Country Flag


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

This post has been edited by ripken204: Sep 29 2007, 09:04 AM
Go to the top of the page
 
+Quote Post
Nightlord
post Sep 29 2007, 10:38 AM
Post #3


Junior
*

Group: Members
Posts: 86
Joined: 22-August 04
Member No.: 28473
Country Flag


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.
Go to the top of the page
 
+Quote Post
Chozo4
post Sep 30 2007, 12:40 AM
Post #4


Advanced Member
***

Group: Members
Posts: 360
Joined: 31-July 05
Member No.: 66754
OS: 98SE
Country Flag


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...

CODE
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.
Go to the top of the page
 
+Quote Post
jcarle
post Sep 30 2007, 08:08 AM
Post #5


MSFN Master
Group Icon

Group: Software Developers
Posts: 2395
Joined: 14-August 04
From: Joliette, QC
Member No.: 27580
OS: XP Pro x86
Country Flag


QUOTE (Chozo4 @ Sep 30 2007, 02:40 AM) *
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.
Go to the top of the page
 
+Quote Post
Idontwantspam
post Sep 30 2007, 09:58 PM
Post #6


Nerd-in-Chief
******

Group: Members
Posts: 1077
Joined: 25-February 07
From: Somewhere
Member No.: 128497
OS: Server 2008 x86
Country Flag


Whooooa. Under Firefox 2.0.0.7 it doesn't scroll. Avoid position:fixed at all costs. It doesn't work well.
Go to the top of the page
 
+Quote Post
deda
post Sep 30 2007, 10:07 PM
Post #7


Junior
*

Group: Members
Posts: 66
Joined: 25-August 06
From: Rio de Janeiro - RJ
Member No.: 108519
OS: Vista Ultimate x86
Country Flag


English isn't my native idiom.
Try to use percentage width:xx% and so on ; position:relative is useful most times...
Go to the top of the page
 
+Quote Post
ripken204
post Oct 1 2007, 07:56 PM
Post #8


The Hardware Guy
**********

Group: Members
Posts: 6113
Joined: 23-December 04
From: Rochester, New York
Member No.: 39158
OS: Vista Ultimate x64
Country Flag


QUOTE (jcarle @ Sep 30 2007, 10:08 AM) *
QUOTE (Chozo4 @ Sep 30 2007, 02:40 AM) *
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..

This post has been edited by ripken204: Oct 1 2007, 07:57 PM
Go to the top of the page
 
+Quote Post
Idontwantspam
post Oct 3 2007, 10:59 PM
Post #9


Nerd-in-Chief
******

Group: Members
Posts: 1077
Joined: 25-February 07
From: Somewhere
Member No.: 128497
OS: Server 2008 x86
Country Flag


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.
Go to the top of the page
 
+Quote Post
ripken204
post Oct 4 2007, 04:35 PM
Post #10


The Hardware Guy
**********

Group: Members
Posts: 6113
Joined: 23-December 04
From: Rochester, New York
Member No.: 39158
OS: Vista Ultimate x64
Country Flag


QUOTE (Idontwantspam @ Oct 4 2007, 12:59 AM) *
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
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 4th December 2008 - 11:28 AM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2008 msfn.org
Privacy Policy