Re: [css-d] Content jumping a couple of pixels in Firefox

2005-11-08 Thread Stuart Homfray
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/


Re: [css-d] Content jumping a couple of pixels in Firefox

2005-11-08 Thread David Laakso
Luke Mackenzie wrote:

Hi,
 
I'm having a problem with the following page:
 
http://www.loopfruit.co.uk/content/blogsection/0/4/
 
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. 
Luke Mackenzie - UK

Life is too short to worry about a pixel or two. You do not, 
necessarily, have a CSS problem. It is understanding the medium that 
haunts us(zoom the fonts in any browser).
Regards,
~dL
ps Seems one of us has an e-mail protocol error.
__
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/