Hi - I read about double scrollbars problem (and its solution for IE) but Firefox users visit me at least as much often so I need to raise my iframe height for Post Nuke CPG. I cant find it in any file that could be responsible for it.
My source code for generated page:
<iframe src=' --my bridge to cpg-- ' align='center' width='100%' HEIGHT='800px'
space=0 vspace=0 marginwidth=0 marginheight=0 frameborder=0 scrolling=auto
name='pnCPG' onload='parent.scrollTo(0,0);' ></iframe>
So if I change height to 2000 problem can be solved partialy - any suggestions where to find code responsible for that iframe? Link for the curious: http://wrock.pl/galeria.html (I unload left/right blocks)
Or is there any other trick to avoid double scrollbars?
Thanks,
Jarek
Souirce can be found in the pnuser.php of pnCPG.
cas