Re: [css-d] Fwd: Re: drop down menu moves the page [solved]

2011-04-13 Thread Martin

On 12/04/11 21:08, John D wrote:


See if this article helps:



hth




While I'm here I was wondering how I can keep the footer (black strip
with links and the white one with logos) at the bottom of the screen at
all times regardless of the contents height.
I don't want to set up fixed height for the wrapper.


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



Thanks a lot.
I read the article and positioned #footer absolutely with bottom: 0px.
It places the footer at the bottom of a visible screen, but some portion 
of the gray background goes even further down.
Where's any setting responsible for the height of the gray background. 
I'm confused.


thanks
regards
Martin


__
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] Fwd: Re: drop down menu moves the page [solved]

2011-04-12 Thread John D


See if this article helps:



hth



> While I'm here I was wondering how I can keep the footer (black strip 
> with links and the white one with logos) at the bottom of the screen at 
> all times regardless of the contents height.
> I don't want to set up fixed height for the wrapper.

  
__
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] Fwd: Re: drop down menu moves the page [solved]

2011-04-12 Thread Germán Martínez
Hi Martin, try this:

#bottom {
position: fixed;
bottom: 0;
left: 0;
}

Bit you have to be very careful when using fixed positioning, it is not very 
mobile friendly.

Best,
Germán

On Apr 12, 2011, at 4:51 PM, Martin wrote:

> Thanks a lot guys.
> 
> I removed the absolute position from ul and it works fine.
> 
> I don't remember know why I put it there.
> 
> 
> While I'm here I was wondering how I can keep the footer (black strip with 
> links and the white one with logos) at the bottom of the screen at all times 
> regardless of the contents height.
> I don't want to set up fixed height for the wrapper.
> 
> Thank you again.
> regards
> Martin
> 
> 
>  Original Message 
> Subject:  Re: [css-d] drop down menu moves the page
> Date: Tue, 12 Apr 2011 16:15:49 -0400
> From: Tim Duffy 
> To:   Martin 
> 
> 
> 
> it goes away if you take off the position:absolute; from the styling
> of the. Does the positioning serve a purpose?
> 
> On Tue, Apr 12, 2011 at 5:01 PM, Martin  wrote:
>> Hi there,
>> 
>> I just noticed that when I hover over the menu (Services) the page changes
>> its position. How could I fix it?
>> I've been looking at the code but I can't come up with anything.
>> 
>> I'd really appreciate any help with it.
>> www.slackword.net/test/contact.html
>> 
>> Thank you in advance
>> 
>> kindest regards
>> Martin
>> __
>> 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/



Germán Martínez, UX Designer

http://martinez.pe



__
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-d] Fwd: Re: drop down menu moves the page [solved]

2011-04-12 Thread Martin

Thanks a lot guys.

I removed the absolute position from ul and it works fine.

I don't remember know why I put it there.


While I'm here I was wondering how I can keep the footer (black strip 
with links and the white one with logos) at the bottom of the screen at 
all times regardless of the contents height.

I don't want to set up fixed height for the wrapper.

Thank you again.
regards
Martin


 Original Message 
Subject:Re: [css-d] drop down menu moves the page
Date:   Tue, 12 Apr 2011 16:15:49 -0400
From:   Tim Duffy 
To: Martin 



it goes away if you take off the position:absolute; from the styling
of the. Does the positioning serve a purpose?

On Tue, Apr 12, 2011 at 5:01 PM, Martin  wrote:

 Hi there,

 I just noticed that when I hover over the menu (Services) the page changes
 its position. How could I fix it?
 I've been looking at the code but I can't come up with anything.

 I'd really appreciate any help with it.
 www.slackword.net/test/contact.html

 Thank you in advance

 kindest regards
 Martin
 __
 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/