I have an item on the page that is using the static layer action. When scrolling, the layer jumps slightly. Is there a way of stopping it from jumping or is there a smooth way of moving it to it’s position each time the page scrolls?
Not really, not in all browsers. On standards-compliant browsers
(those not made in Redmond, Washington, USA) you can simply check the
“fixed in window” button in the Inspector, remove the Action
altogether, and see precisely what you want with zero lag or jerkiness
at all. But if you want to have IE play like it’s a browser, then you
have to put up with this little dance.
Walter
On Jul 15, 2010, at 9:42 AM, Nathan Garner wrote:
I have an item on the page that is using the static layer action.
When scrolling, the layer jumps slightly. Is there a way of stopping
it from jumping or is there a smooth way of moving it to it’s
position each time the page scrolls?
Thanks Walter. When clicked ‘Fixed in Window’ the items stay on the left whereas i wanted them centred with the rest of the page. Is there an extended attribute for this?
Nathan Garner
Creative Director
Austin Wells Design Limited
One Elmgate Drive - Littledown - Bournemouth BH7 7EF
t 01202 301271 e email@hidden w http://www.austinwellsdesign.co.uk
Member of NAPP | Zen Affiliate | Dorset Business Member | YEC
Facebook | Twitter | LinkedIn
On 15 Jul 2010, at 16:11, Walter Lee Davis wrote:
Not really, not in all browsers. On standards-compliant browsers (those not made in Redmond, Washington, USA) you can simply check the “fixed in window” button in the Inspector, remove the Action altogether, and see precisely what you want with zero lag or jerkiness at all. But if you want to have IE play like it’s a browser, then you have to put up with this little dance.
Walter
On Jul 15, 2010, at 9:42 AM, Nathan Garner wrote:
I have an item on the page that is using the static layer action. When scrolling, the layer jumps slightly. Is there a way of stopping it from jumping or is there a smooth way of moving it to it’s position each time the page scrolls?
Just centering on the page in the inspector. I’m using the box model for the main page elements, but the two items I want fixed are just layered items on the page. I have just anchored to the left of the browser for now which does work ok.
Nathan Garner
Creative Director
Austin Wells Design Limited
One Elmgate Drive - Littledown - Bournemouth BH7 7EF
t 01202 301271 e email@hidden w http://www.austinwellsdesign.co.uk
Member of NAPP | Zen Affiliate | Dorset Business Member | YEC
Facebook | Twitter | LinkedIn
On 15 Jul 2010, at 18:12, waltd wrote:
What technique are you using to center your page? Also, what construction method are you using for the page in general?