IExplorer 6,7 scrolling problem with starlight template

Phoca Gallery - image gallery extension
franky2000
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 06 Aug 2010, 12:51

IExplorer 6,7 scrolling problem with starlight template

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49299
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: IExplorer 6,7 scrolling problem with starlight template

Post by Jan »

Hi, no experiences with this template :-( but you should check if it can handle right the float boxes :idea:

Jan
If you find Phoca extensions useful, please support the project
franky2000
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 06 Aug 2010, 12:51

Re: IExplorer 6,7 scrolling problem with starlight template

Post 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.
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 10081
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: IExplorer 6,7 scrolling problem with starlight template

Post by Benno »

Well done! :twisted:
Kind regards,
Benno
Post Reply