marcus1060
12-27-2005, 10:28 AM
I'm stumped on this one...
I can't figure out why this page (http://noveis.net/links) is in a different location then all my other pages like http://noveis.net.
It only seems to do this in Firefox, not IE.
mark87
12-27-2005, 12:46 PM
I don't understand, it seems to work fine for me. :confused:
harbingerOTV
12-27-2005, 01:00 PM
It's beacuse there is no vertical scroll bar on your links page. FF only adds a scroll bar if needed. IE puts the vertical scroll by default.
Ranger56
12-27-2005, 08:39 PM
Yeah, that's happened to me before.
frustrating
marcus1060
12-27-2005, 10:39 PM
It's beacuse there is no vertical scroll bar on your links page. FF only adds a scroll bar if needed. IE puts the vertical scroll by default.
Is there anyway to force a scroll bar?
harbingerOTV
12-28-2005, 02:53 AM
I see you set your overflow to scroll. you can try :
html {
overflow-y: scroll;
}
to get just the vertical scroll bar
marcus1060
12-28-2005, 04:12 AM
I see you set your overflow to scroll. you can try :
html {
overflow-y: scroll;
}
to get just the vertical scroll bar
Thats not valid CSS though.