What is the code for scroll bar with fixed header and footer for Disucussion and Latest Activity

Hello fellow Ning experts and advisors,

Do you guys know how to make a scroll bar with fixed header and footer on Latest Activity and Discussions ( on the main page)?
Anyone knows or NING expert who knows how to do this please help?
To view my Ning network site: http://scihiskool.ning.com


I've tried this code but it did not allow a fixed header and footer on the Forum /Discussion.

/* scroll box for the forum */
#xg_module,
.module_forum{
height: 350px;
overflow : auto;
text-align : left;
font-size : 10px;
font-family :arial;
}


=========

This one for Latest Activity, did not allow a fixed header and footer as well.

/*scroll box for the latest activity */

xg_module, .xg_module_activity {
background: none;
background-repeat: no-repeat;
background-position: left 0px;
width: 185;
height: 500px;
overflow : auto;
position:relative;
margin : 2px;
text-align : left;
font-size : 10px;
font-family : arial;
border:1px solid #000000;
}


Thank you so much for your help!!!

Views: 193

Replies to This Discussion

The code to one of your questions can be found here....http://theningdirectory.ning.com/group/ningnetworktips/forum/topics... As for the other, I do not have a forum on my site, so it is a little difficult for me to write code for something I don't have.
I had already tried the code posted on
http://theningdirectory.ning.com/group/ningnetworktips/forum/topics....
It works but it still does not make the header and footer fixed in its place.
Fixed header and footer, I meant when you move the scroll bar up and down the header and footer stays fixed

Any suggestions....... will be highly appreciated...
There is more than one code posted in that topic.....keep scrolling down. I kinow it works....I WROTE it. Just read each of my posts in that topic, and you will get to the one that says the header is separate. :D

JELARZHEL said:
I had already tried the code posted on
http://theningdirectory.ning.com/group/ningnetworktips/forum/topics....
It works but it still does not make the header and footer fixed in its place.
Fixed header and footer, I meant when you move the scroll bar up and down the header and footer stays fixed

Any suggestions....... will be highly appreciated...
I found the code and it worked, thank you so much!!!!! You are a Genius!!!

Now, my next issue is how to make the header and footer fixed on "forum / discussion"
I am using the code below to make a scroll bar on" discussion / forum", but it the header and footer are not fixed.
What should I do next? Your help is highly appreciated......



/* scroll box for the forum */
#xg_module,
.module_forum{
height: 350px;
overflow : auto;
text-align : left;
font-size : 10px;
font-family :arial;
}

Rainbow Construction said:
There is more than one code posted in that topic.....keep scrolling down. I kinow it works....I WROTE it. Just read each of my posts in that topic, and you will get to the one that says the header is separate. :D

JELARZHEL said:
I had already tried the code posted on
http://theningdirectory.ning.com/group/ningnetworktips/forum/topics....
It works but it still does not make the header and footer fixed in its place.
Fixed header and footer, I meant when you move the scroll bar up and down the header and footer stays fixed

Any suggestions....... will be highly appreciated...
Try this...I don't have forums on my site, so I went to a friend's site and wrote on there. It seems to work okay, but not sure if it will scroll ALL of the discussions. But try it anyways, and let me know if it works like it was intended.


.module_forum .xg_module_body{
height:100px;
overflow: auto;
}

RSS

Members

© 2024   Created by JenSocial.   Powered by

Badges  |  Report an Issue  |  Terms of Service

Home
VIP Ning Tips