Am in scrollbar hell.
I created this layout and coded it. Problem is that the first two columns do not scroll in FF. But they do in IE go figure Not sure what to do now.
IS there something within the coding I need to put in?
It scrolls fine for me. I am not really sure if you have fixed your problem or what?
Oh it wasn't that mine it was on THIS ONE <---
Well geez, wouldn't it have made sense to put that in the original post? :P
That profile scrolls fine for me as well, and I'm on Firefox... what exactly is the problem?
lol Sammii--yeah it would my bad, but was half asleep when I posted it.
When I put my pointer just on the scroll bar, will not move. I do, however, have a wheel on my mouse so i can scroll it that way. But it will work in IE fine. humm wondering if it isn't an issue on my end and the person I did it for.
Oh yeah, I see what you mean now. Sorry, I always use my mouse wheel as well, so didn't notice. XD
Alrighty, what's happening is your columns are overlapping each other, but I guess the left part of each column is "invisible," so although there's nothing in it, it still technically covers up the scrollbar. Are your columns about 50 pixels wider then the content inside them? I would try making them narrower.
Another fix might be adding z-index to each column to control which columns are on top. It would change how they layer over one another so I think it should fix it.
/* add this to */
z-index: 50;
/* add this to */ z-index: 40;
/* add this to */ z-index: 30;
Thanks bunches. Worked and sent out the correction.