Closed (fixed)
Project:
phpBB Forum Integration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
25 Feb 2008 at 11:51 UTC
Updated:
9 Jan 2012 at 08:41 UTC
Hi,
I like this module very much.
Is it possible to hide the vertical scrollbar in FF in iframe?
(a piece of JavaScript code or CSS?)
About 45% people in Poland use FF and such not needed
scrollbar looks very bad.
best,
Gregor
Comments
Comment #1
vb commentedModule has phpbbframe.js which dynamically resizes the iframe to match its content height.
But the phpbb style prosilver still shows vert scrolbars in FF, subsilver2 do not.
It seems it depends on style and browser.
I do not know yet why.
Comment #2
sionek commentedThanks. I do not use subsilver2 but knowing that it is possible
to have iframe in FF without this scrollbar, I have found how to do it.
I have removed the vertical scrollbar (prosilver, FF) at my test
website by moving the end of the comment sign (*/)
from:
to:
in the prosilver common.css.
best wishes,
Gregor
Comment #3
vb commentedThanks, it really works, I will include this patched common.css in the next release.
Comment #4
fizk commented