Replies

Jul 8, 2009 16 years ago
Innerflame
gets around
User Avatar

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?

Jul 9, 2009 16 years ago
Sammii
is a sun worshipper
User Avatar

It scrolls fine for me. I am not really sure if you have fixed your problem or what?

Jul 9, 2009 16 years ago
Innerflame
gets around
User Avatar

Oh it wasn't that mine it was on THIS ONE <---

Jul 9, 2009 16 years ago
Sammii
is a sun worshipper
User Avatar

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?

Jul 9, 2009 16 years ago
Innerflame
gets around
User Avatar

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.

Jul 10, 2009 16 years ago
Sammii
is a sun worshipper
User Avatar

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;

Jul 10, 2009 16 years ago
Innerflame
gets around
User Avatar

Thanks bunches. Worked and sent out the correction.

Jul 10, 2009 16 years ago
Sammii
is a sun worshipper
User Avatar

You're welcome. Glad to hear it worked! :)

Please log in to reply to this topic.