HighDots Forums  

can't get rid of this white space

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss can't get rid of this white space in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Synapse Syndrome
 
Posts: n/a

Default can't get rid of this white space - 05-16-2009 , 02:37 AM







http://synapse.quicksytes.com/mock-frames/index.shtml

What is causing the white space at the top of the scrolling content area?

Cheers

ss.



Reply With Quote
  #2  
Old   
Duncan Kennedy
 
Posts: n/a

Default Re: can't get rid of this white space - 05-16-2009 , 05:37 AM






In message <y6Cdnaf0YrC9wpPXnZ2dnUVZ8qidnZ2d (AT) bt (DOT) com>, Synapse Syndrome
<synapse (AT) NOSPAMsyndrome (DOT) me.uk> writes
Quote:
http://synapse.quicksytes.com/mock-frames/index.shtml

What is causing the white space at the top of the scrolling content area?

Nothing too obvious at first glance - but you might cut and paste from
your style sheet so we could have a look at that. (I probably don't
need to say don't *attach it - just cut and paste on a reply.)

--
Duncan K
Downtown Dalgety Bay


Reply With Quote
  #3  
Old   
richard
 
Posts: n/a

Default Re: can't get rid of this white space - 05-16-2009 , 07:31 AM



On Sat, 16 May 2009 07:37:19 +0100, "Synapse Syndrome"
<synapse (AT) NOSPAMsyndrome (DOT) me.uk> wrote:

Quote:
http://synapse.quicksytes.com/mock-frames/index.shtml

What is causing the white space at the top of the scrolling content area?

Cheers

ss.

Why do you insist on telling my browser that it's scroll bar can only
be used for what YOU want?
In FF 2 the right scroll begins below the header, not the top of the
page as it should. If you want to scroll a certain area, then you
provide that scroll with overflow.


Reply With Quote
  #4  
Old   
rf
 
Posts: n/a

Default Re: can't get rid of this white space - 05-16-2009 , 07:39 AM



richard wrote:
Quote:
On Sat, 16 May 2009 07:37:19 +0100, "Synapse Syndrome"
synapse (AT) NOSPAMsyndrome (DOT) me.uk> wrote:


http://synapse.quicksytes.com/mock-frames/index.shtml

What is causing the white space at the top of the scrolling content
area?

Cheers

ss.


Why do you insist on telling my browser that it's scroll bar can only
be used for what YOU want?
In FF 2 the right scroll begins below the header, not the top of the
page as it should. If you want to scroll a certain area, then you
provide that scroll with overflow.
So where did you fail to see overflow: auto; on the div that contains the
scroll bar that is part of that div and *not* the windows scroll bar?





Reply With Quote
  #5  
Old   
richard
 
Posts: n/a

Default Re: can't get rid of this white space - 05-16-2009 , 08:20 AM



On Sat, 16 May 2009 11:39:14 GMT, "rf" <rf@z.invalid> wrote:

Quote:
richard wrote:
On Sat, 16 May 2009 07:37:19 +0100, "Synapse Syndrome"
synapse (AT) NOSPAMsyndrome (DOT) me.uk> wrote:


http://synapse.quicksytes.com/mock-frames/index.shtml

What is causing the white space at the top of the scrolling content
area?

Cheers

ss.


Why do you insist on telling my browser that it's scroll bar can only
be used for what YOU want?
In FF 2 the right scroll begins below the header, not the top of the
page as it should. If you want to scroll a certain area, then you
provide that scroll with overflow.

So where did you fail to see overflow: auto; on the div that contains the
scroll bar that is part of that div and *not* the windows scroll bar?


The division itself did not scroll as intended.
Most likely due to the fact that in "body" he says overflow:hidden.
Which causes any other overflows to be totally useless.
Which then diverts the scroll function to the browser itself.


Furthermore, he's using position absolute to place the divisions
instead of using float.

html {
height:100%;
max-height:100%;
padding:0px;
margin:0px;
border:0px;
background:#fff;
overflow: hidden;
}

Is this guy serious? What purpose does this serve?


body {
height: 100%;
max-height:100%;
overflow:hidden;
padding:0px;
margin:0px;
border:0px;
}

Yeah right. Ok so my browser window is 100px by 100px.
I"m gonna see one screwed up page.


Reply With Quote
  #6  
Old   
dorayme
 
Posts: n/a

Default Re: can't get rid of this white space - 05-16-2009 , 07:17 PM



In article <iBsibuBAloDKFwva (AT) btinternet (DOT) com>,
Duncan Kennedy <nospam (AT) nospam (DOT) otterson-bg.couk> wrote:

Quote:
In message <y6Cdnaf0YrC9wpPXnZ2dnUVZ8qidnZ2d (AT) bt (DOT) com>, Synapse Syndrome
synapse (AT) NOSPAMsyndrome (DOT) me.uk> writes

http://synapse.quicksytes.com/mock-frames/index.shtml

What is causing the white space at the top of the scrolling content area?

Nothing too obvious at first glance - but you might cut and paste from
your style sheet so we could have a look at that. (I probably don't
need to say don't *attach it - just cut and paste on a reply.)
Do not go back in time and do this. <g>

Actually, I would say not to do this at all. But there is something that
is helpful sometimes when including a URL: the CSS in the head, (at
least if it is not too long) so that it is easy to inspect in View
Source.

--
dorayme


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.