In Firefox (and other browsers) a centred page appears to shift sideways depending on whether the scrollbar is needed or not.  I have tried adding either:
	or
	to actinic.css but neither seems to have any affect.
This seems to be a recognised fix for the problem, what am I doing wrong?
______________
Paul
					Code:
	
	html {
height:100%;
margin-bottom: 1px;
}
Code:
	
	html {
min-height: 101%;
}
This seems to be a recognised fix for the problem, what am I doing wrong?
______________
Paul
Comment