The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Mysterious Overflow
Alex McP
post Mar 26 2008, 08:48 PM
Post #1


Novice
**

Group: Members
Posts: 25
Joined: 24-January 08
Member No.: 4,787



Hi everyone,

I'm wondering if someone can help me find the one line (I know it's just one, small, nose-thumbing-at-me line) of css that's causing my content area to overflow and produce a scroll bar here:

http://minutemanairfield.com/wordpress/

I think I have html/css relatively down, but adding in php and templates makes it a whole new challenge glare.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Mar 26 2008, 08:57 PM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Can't reach the domain. The problem could very well be in my end though. My ISP is acting up. ninja.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Alex McP
post Mar 26 2008, 09:06 PM
Post #3


Novice
**

Group: Members
Posts: 25
Joined: 24-January 08
Member No.: 4,787





I am live-editing it because I haven't figured out how to "sandbox" wordpress locally, but regardless, the issue should still be there (it might just look worse than usual ohmy.gif )
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Mar 26 2008, 10:36 PM
Post #4


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Yeah, the problem is in my end. I can get there with a proxy. I see a short horizontal scroll in gecko but not in IE @ 1024x768. Is that what you refer to?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Mar 26 2008, 11:35 PM
Post #5


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



This seems out of place...
CODE
width:100%
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Alex McP
post Mar 27 2008, 10:41 AM
Post #6


Novice
**

Group: Members
Posts: 25
Joined: 24-January 08
Member No.: 4,787



QUOTE(Darin McGrew @ Mar 27 2008, 12:35 AM) *

This seems out of place...
CODE
width:100%




Darin, to which 100% are you referring? I see one for the "#navbar" and one for ".topmenu ul". I think the overflow is coming from the sidebar (specifically the calendar) because that's what displays when the scrollbar is used, but I can't find out which part of the calendar is making it too big. I've shrunken several margins/paddings/widths to try to corral it in. Web Developer plugin is not showing me, either.

Pandy, yes, it is that little scroll bar (<10px, probably) that I'm referring to.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Mar 27 2008, 10:57 AM
Post #7


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



I see this line in the css:

html>body #body-container { overflow: auto; }

which might have something to do with it.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Mar 27 2008, 12:19 PM
Post #8


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



QUOTE(Alex McP @ Mar 27 2008, 08:41 AM) *
Darin, to which 100% are you referring?
The one in the HTML.

It's easier to debug these kinds of thing if you give different background colors to everything. (You could use borders too, except borders can affect how margins collapse, and they add their own width so they can affect layout.)
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

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: 20th April 2024 - 07:50 AM