This content has been marked as final.
Show 4 replies
-
1. Re: Static Side Tab
MurraySummers Jul 22, 2014 4:25 PM (in response to Max Resnikoff)Put it in a div container and use position:fixed on the container with appropriate top and left values to place it where you want.
-
2. Re: Static Side Tab
Max Resnikoff Jul 22, 2014 4:29 PM (in response to MurraySummers)But where?
I dont want to disturb the Main Layout of the page.
-
3. Re: Static Side Tab
MurraySummers Jul 22, 2014 4:46 PM (in response to Max Resnikoff)Put it anywhere. The CSS position style removed the positioned element from the normal flow, so making an element absolute or fixed position with not disturb the location of any other element. Nor will any other element displace the absolute/fixed positioned element.
-
4. Re: Static Side Tab
Nancy O. Jul 22, 2014 5:01 PM (in response to MurraySummers)Except that on smaller displays, the position:fixed element may overlap the main content which could be a problem. See example with position:fixed menu on the left.
jQuery Smooth Scrolling with Fixed Layout
Nancy O.


