[css-d] div won't overflow

2010-08-03 Thread Thijs Hakkenberg
  List,

I've got an page with an div with an scrollbar (it's an app mockup- 
that's why)
with the overflow attribute:
http://beta.vleeswijzer.nl/index.php?id=4
but it won't overflow.

Anyone know why?
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] div won't overflow

2010-08-03 Thread Duncan Hill
On Tue, 03 Aug 2010 13:26:27 +0100, Thijs Hakkenberg  
th...@hakkenberg.com wrote:

   List,

 I've got an page with an div with an scrollbar (it's an app mockup-
 that's why)
 with the overflow attribute:
 http://beta.vleeswijzer.nl/index.php?id=4
 but it won't overflow.

 Anyone know why?

Line 38 of your iphone.css has a semi-colon missing, it is the declaration  
immediately before the overflow: auto;

Duncan
 __
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] div won't overflow

2010-08-03 Thread Alan Gresley
Thijs Hakkenberg wrote:
   List,
 
 I've got an page with an div with an scrollbar (it's an app mockup- 
 that's why)
 with the overflow attribute:
 http://beta.vleeswijzer.nl/index.php?id=4
 but it won't overflow.
 
 Anyone know why?


Hello Thijs,

For me I can't see the problem. Since there is a scrollbar, then there 
is indeed overflowing content within div#screen that is hidden until 
you vertically scroll.

BTW, this style make make it all line up.

#screen {width:290px;}


-- 
Alan http://css-class.com/

Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/