Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Horizontal scroll issue related to vertical scroll problem when browser window not fully expanded… Re: Horizontal scroll issue related to vertical scroll problem when browser window not fully expanded…

#103195
Billy
Participant

You can style the IE scrollbar too, but in a different way (mentioned in Chris’ post too), and can probably make it scroll vertically by adding a conditional stylesheet:

(I think that’s how it’s written; it’s called a conditional stylesheet).
This’ll mean that you can tell

html.ie {
overflow: scroll;
}

to override the hidden from before.

And as for using JavaScript to edit others, you can find ready-made scripts that allow you to edit a CSS file I believe.