Page 1 of 1

IExplorer 6,7 scrolling problem with starlight template

Posted: 06 Aug 2010, 13:07
by franky2000
Hello,
the phoca gallery was integrated in a Joomla 1.5 HP and the template is "starlight" (from http://www.iswebdesign.co.uk/).
The scrolling in IExplorer 6,7 is not working correct. When the scrollbar is moved then the thumbnails (category view?) stay fixed but all text on that page is scrolling.
In FF or other browsers there is no fault. Scrolling works perfect.

Here is a screen shot from IExplorer; see red circles.
Image

Re: IExplorer 6,7 scrolling problem with starlight template

Posted: 07 Aug 2010, 12:29
by Jan
Hi, no experiences with this template :-( but you should check if it can handle right the float boxes :idea:

Jan

Re: IExplorer 6,7 scrolling problem with starlight template

Posted: 07 Aug 2010, 20:15
by franky2000
Problem solved.
the INDEX.PHP generated a height-limitation.

Code: Select all

$columnHeight = $this->params->get('columnHeight', '46');
if( $contentFormat=='2')
  { echo '#maincontent{overflow: auto; height:' .$columnHeight . 'em;}'; }
And the default value of $columnHeight = 80.
I switched-off the height limitation.

So, the starlight template supports in the ini-file a scrolling-layout and a no-scrolling-layout. I just had to change the ini file.

Re: IExplorer 6,7 scrolling problem with starlight template

Posted: 08 Aug 2010, 22:26
by Benno
Well done! :twisted:
Kind regards,
Benno