Luke Mackenzie wrote:
>  
> In firefox (1.0.7 on XP), if you click 'home', you should notice that the
> positioning of the links at the bottom moves by a pixel or two.
>  
> Can anyone offer a fix or an explanation as to why this is happening?
> ______________________________________________________________________
>

Hi Luke,

Think the markup might want tidying up a little (apologies for not 
having the time at the moment for going into this - I'm *sure* others 
might! :) ) but I noticed that your final CSS rule:

#about{
minheight:360px;
        position:relative;
        padding-left:10px;
        padding-right:10px;

}

has a 'minheight' property instead of 'min-height'. Fixes it in FF 1.0.7 XP.

cheers,

Stuart


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to