Hi,
I am having a searchresultpage wich sometimes needs a vertical scrollbar, this works automatically in IE but not in Firefox.
I googled and found some code that hopefully will help me but I don’t know if it will and where to put it.
The code is:
html {
overflow: -moz-scrollbars-vertical;
}
or
html {overflow-y: scroll;}
or
overflow:auto
and it is suggested to put this in a used css but I can’t get it to work.
I’ve tried to put it in the CSS, in the $$SearchTemplateDefault in JSHeader and in onLoad and nothing makes any difference.
All suggestions are welcome.