"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<http://www.thecreativesheep.ca/webdesignprojects/largeprojects/cs_site.html>
> .
>
>
> 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 <div id="capsule">, at the very top of the div, right before <div
> id="capsuleb">, and let me know if the height changes from the first value
> that is set
>
> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js
> "></script>
> <script>
> (function($) {
>     $(window).scroll(function() {
>         $('.pxValue').text($('#capsule').innerHeight());
>     })
> })(jQuery);
> </script>
> <style>
> .pixels {
>     position: fixed;
>     top: 0;
>     background: red;
>     color: white;
>     padding: 1em;
> }
> </style>
> <div class="pixels">Height of #capsule is <span
> class="pxValue"></span></div>
>
>
>
>
>
> 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/

Reply via email to