Re: [css-d] moving content

2009-09-22 Thread Climis, Tim
> I'm working on the services and contact page for this site.  For some  
> reason when toggling between them, all of the content (including nav)  
> seems to move slightly.  Does anyone know a fix for this.

It looks to me like it's because one page scrolls and the other doesn't.  so it 
all moves over to make room for the scrollbar.  I could be wrong, but I'm 
pretty sure there's not much you can do about that.

---Tim
__
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] moving content

2009-09-22 Thread Peter Hammarling
> http://www.bucktroutcreative.com/co/contact.html
> http://www.bucktroutcreative.com/co/services.html
>
> Hi-
>
> I'm working on the services and contact page for this site.  For some
> reason when toggling between them, all of the content (including nav)
> seems to move slightly.  Does anyone know a fix for this.
>
> Thanks!
> Jen



I don't get any moving on any Mac browsers. Could it just be that the  
extra depth of 'Services' is causing a scroll bar to appear, thus  
visually nudging everything?

Peter H.
__
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] moving content

2009-09-22 Thread Theresa Mesa
Someone here gave me a fix for this - slightly inelegant, but it  
works, and validates:

html {
height: 100.1%
}

This forces a scroll bar on every page. No more moving or jogging. On  
the pages that don't need a scroll bar, the scroll bar indicator is  
the height of the page. There's no "space" below to indicate you  
should scroll.


On Sep 22, 2009, at 10:10 AM, Peter Hammarling wrote:

>> http://www.bucktroutcreative.com/co/contact.html
>> http://www.bucktroutcreative.com/co/services.html
>>
>> Hi-
>>
>> I'm working on the services and contact page for this site.  For some
>> reason when toggling between them, all of the content (including nav)
>> seems to move slightly.  Does anyone know a fix for this.
>>
>> Thanks!
>> Jen
>
>
>
> I don't get any moving on any Mac browsers. Could it just be that the
> extra depth of 'Services' is causing a scroll bar to appear, thus
> visually nudging everything?
>
> Peter H.
> __
> 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/

__
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/