Re: [css-d] Page Scales when Browser Scrolls (IE Only)

2014-03-07 Thread Chris Rockwell
"and let me know if the height changes from the first value that is set"

It doesn't help for me to look at it, I need to know if, on your end, that
value changes.  And, if so, what it is changing to.

Also, add `z-index: 1` to .pixels {}


On Fri, Mar 7, 2014 at 1:36 PM, Crest Christopher <
crestchristop...@gmail.com> wrote:

> Sorry about not using the correct reply :)
> I updated the page 
> here
> .
>
>
> Chris Rockwell wrote:
>
> Hey Christopher, you're not hitting reply all, so only I'm getting the
> responses :)
>
> The capsule div is not growing for me.  Please add the following enter
> your , at the very top of the div, right before  id="capsuleb">, and let me know if the height changes from the first value
> that is set
>
> 
> 
> (function($) {
> $(window).scroll(function() {
> $('.pxValue').text($('#capsule').innerHeight());
> })
> })(jQuery);
> 
> 
> .pixels {
> position: fixed;
> top: 0;
> background: red;
> color: white;
> padding: 1em;
> }
> 
> Height of #capsule is  class="pxValue">
>
>
>
>
>
> On Fri, Mar 7, 2014 at 12:58 PM, Crest Christopher <
> crestchristop...@gmail.com> wrote:
>
>> The capsule div is not growing when you simply scroll the page in IE10 as
>> you would when you scroll any page, that's odd, what am I experiencing ?
>>
>>
>>
>> Chris Rockwell wrote:
>>
>> When you use the IE Scroll bar as you would to scroll a page, the page
>>> doesn't grow ?
>>>
>> Assuming you mean the height of the page, no, it doesn't grow for me.
>> You have the height of #capsule set in pixels.
>> Unless you're viewing it in an old version of IE and its lack of support
>> for elements like nav, section, etc. is messing with things; but that's not
>> something I've ever experienced.
>>
>>
>
>
> --
> Chris Rockwell
>
>


-- 
Chris Rockwell
__
css-discuss [css-d@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] Page Scales when Browser Scrolls (IE Only)

2014-03-07 Thread Crest Christopher

Sorry about not using the correct reply :)
I updated the page here 
.


Chris Rockwell wrote:
Hey Christopher, you're not hitting reply all, so only I'm getting the 
responses :)


The capsule div is not growing for me.  Please add the following enter 
your , at the very top of the div, right before id="capsuleb">, and let me know if the height changes from the first 
value that is set


src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js 
<http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js>">


(function($) {
$(window).scroll(function() {
$('.pxValue').text($('#capsule').innerHeight());
})
})(jQuery);


.pixels {
position: fixed;
top: 0;
background: red;
color: white;
padding: 1em;
}

Height of #capsule is class="pxValue">






On Fri, Mar 7, 2014 at 12:58 PM, Crest Christopher 
mailto:crestchristop...@gmail.com>> wrote:


The capsule div is not growing when you simply scroll the page in
IE10 as you would when you scroll any page, that's odd, what am I
experiencing ?



Chris Rockwell wrote:


When you use the IE Scroll bar as you would to scroll a page,
the page doesn't grow ?

Assuming you mean the height of the page, no, it doesn't grow for
me.   You have the height of #capsule set in pixels.
Unless you're viewing it in an old version of IE and its lack of
support for elements like nav, section, etc. is messing with
things; but that's not something I've ever experienced.





--
Chris Rockwell

__
css-discuss [css-d@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] Page Scales when Browser Scrolls (IE Only)

Hey Christopher, you're not hitting reply all, so only I'm getting the
responses :)

The capsule div is not growing for me.  Please add the following enter your
, at the very top of the div, right before , and let me know if the height changes from the first value
that is set



(function($) {
$(window).scroll(function() {
$('.pxValue').text($('#capsule').innerHeight());
})
})(jQuery);


.pixels {
position: fixed;
top: 0;
background: red;
color: white;
padding: 1em;
}

Height of #capsule is 





On Fri, Mar 7, 2014 at 12:58 PM, Crest Christopher <
crestchristop...@gmail.com> wrote:

> The capsule div is not growing when you simply scroll the page in IE10 as
> you would when you scroll any page, that's odd, what am I experiencing ?
>
>
>
> Chris Rockwell wrote:
>
> When you use the IE Scroll bar as you would to scroll a page, the page
>> doesn't grow ?
>>
> Assuming you mean the height of the page, no, it doesn't grow for me.
> You have the height of #capsule set in pixels.
> Unless you're viewing it in an old version of IE and its lack of support
> for elements like nav, section, etc. is messing with things; but that's not
> something I've ever experienced.
>
>


-- 
Chris Rockwell
__
css-discuss [css-d@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] Page Scales when Browser Scrolls (IE Only)

>
> When you use the IE Scroll bar as you would to scroll a page, the page
> doesn't grow ?
>
Assuming you mean the height of the page, no, it doesn't grow for me.   You
have the height of #capsule set in pixels.
Unless you're viewing it in an old version of IE and its lack of support
for elements like nav, section, etc. is messing with things; but that's not
something I've ever experienced.
__
css-discuss [css-d@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] Page Scales when Browser Scrolls (IE Only)

Note that IE <9 won't play nice with your HTML5 sectional elements (header,
nav, section, footer) without a polyfill (which you don't have in that page
you linked).

http://en.wikipedia.org/wiki/Polyfill
http://modernizr.com/ (html5shiv)


On Fri, Mar 7, 2014 at 11:12 AM, Crest Christopher <
crestchristop...@gmail.com> wrote:

> Hi, could someone please tell me why this page <
> http://www.thecreativesheep.ca/webdesignprojects/
> largeprojects/cs_site.html>, grows when I scroll in IE ?
>
> Christopher
> __
> css-discuss [css-d@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/
>
__
css-discuss [css-d@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] Page Scales when Browser Scrolls (IE Only)

Hi Christopher,

What version of IE? In the title you reference scaling, in the message you
say grows - can you be more specific about what happens?


On Fri, Mar 7, 2014 at 12:12 PM, Crest Christopher <
crestchristop...@gmail.com> wrote:

> Hi, could someone please tell me why this page <
> http://www.thecreativesheep.ca/webdesignprojects/
> largeprojects/cs_site.html>, grows when I scroll in IE ?
>
> Christopher
> __
> css-discuss [css-d@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/
>



-- 
Chris Rockwell
__
css-discuss [css-d@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/