Scrollable body and Right Fixed Column
The code from this forum works fine in Firefox and not in IE9 but took 3 weeks to find out last night - need help - here is what I have now.
#right { width: 325px; position: fixed; top: 0px; bottom: 0; right: 0; background: #000000; } #top { position: fixed; height: 0px; top: 0; left: 0; right: 0; background: #aaf; } #main { margin-top: 0px; margin-right: 200px; }
Also any sample pages to look at appreciated.
Could you put something in Codepen?
It's difficult to help with so little information.
I happened to do this change yesterday: http://codepen.io/Merri/pen/lFhIL
If I recall correctly this works just fine on everything IE7+
IE7 bugs a little bit, it'll show an extra disabled scrollbar. Other than that it should work.
Sorry
must be in wrong dept
don't have a clue what Codepen is.
If I delete some material from the page since it is not live on the web and use maybe Comcast -maybe my own hosting service can I post a link to it or is it allowed on this forum? may take while however
Codepen:
http://css-tricks.com/forums/discussion/21516/a-guide-to-using-codepen-help-us-help-you-/p1
http://css-tricks.com/reduced-test-cases/
Chris did an article on this:
http://css-tricks.com/scrollfollow-sidebar/
Thanks to everyone.
Scrollable body and Right Fixed Column
The code from this forum works fine in Firefox and not in IE9 but took 3 weeks to find out last night - need help - here is what I have now.
Also any sample pages to look at appreciated.
Could you put something in Codepen?
It's difficult to help with so little information.
I happened to do this change yesterday: http://codepen.io/Merri/pen/lFhIL
If I recall correctly this works just fine on everything IE7+
IE7 bugs a little bit, it'll show an extra disabled scrollbar. Other than that it should work.
Sorry
must be in wrong dept
don't have a clue what Codepen is.
If I delete some material from the page since it is not live on the web and use maybe Comcast -maybe my own hosting service can I post a link to it or is it allowed on this forum? may take while however
Codepen:
http://css-tricks.com/forums/discussion/21516/a-guide-to-using-codepen-help-us-help-you-/p1
http://css-tricks.com/reduced-test-cases/
Chris did an article on this:
http://css-tricks.com/scrollfollow-sidebar/
Thanks to everyone.