Search…

X3 Photo Gallery Support Forums

Search…
 
bico
Experienced
Topic Author
Posts: 34
Joined: 02 Aug 2008, 02:22

Scrollbars Firefox 3.6

31 Jan 2010, 03:55

Hi Karl, Nick,

little prob with the new firefox 3.6. Since updating to this new ff version two scrollbars turn up on right and bottom of the screen. Found no switch to turn it of, seems like an auto function.

I`ve checked this in several X2 user galleries, always the same. Strange, cause there is nothing to scroll, best example, check your X2 contact textpage with ff3.6.

regards
~Uwe~
Last edited by bico on 03 Feb 2010, 04:40, edited 1 time in total.
 
bico
Experienced
Topic Author
Posts: 34
Joined: 02 Aug 2008, 02:22

31 Jan 2010, 04:01

little addition,

only view without scrollbars is on startpage.
 
winph
Experienced
Posts: 236
Joined: 19 Jul 2008, 05:07

31 Jan 2010, 04:12

did you customized some template?

i added
Code
overflow: hidden;
to my customized template. hope this help.
 
bico
Experienced
Topic Author
Posts: 34
Joined: 02 Aug 2008, 02:22

31 Jan 2010, 06:05

yep winph,

seems it works in your gallery !

Where exactly have you embedd the code.
....index.gallery.phtml...?...stylesheet....?

thx
regards
~Uwe~
 
bico
Experienced
Topic Author
Posts: 34
Joined: 02 Aug 2008, 02:22

31 Jan 2010, 06:39

@winph,

embedd it in index.gallery.phtml. Read about that there is no external css for.
works now !

thanks a lot
regards
~Uwe~
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

03 Feb 2010, 03:17

Sorry, I thought it's about HTML pages somehow.
Last edited by Nick on 04 Feb 2010, 08:22, edited 1 time in total.
firedev.com
 
bico
Experienced
Topic Author
Posts: 34
Joined: 02 Aug 2008, 02:22

03 Feb 2010, 04:38

Hi Nick,

i also check https://www.photo.gallery/soda/ with FF3.6.
There are still two scrollbars when i open your contact textpage....

~Uwe~
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

03 Feb 2010, 05:24

Seems you are right, and it only affects Firefox 3.6 ... I believe it helps to add the CSS:
Code
overflow: hidden;
I am curious as to how Firefox is capable of doing something like that. There is no manipulation from flash/actionscript (even if it was possible) to be able to make scrollbars like that. Will have to look into it ...
 
User avatar
nomadic
Posts: 18
Joined: 14 Mar 2008, 09:50

Only Firefox using the dotted line around links

03 Feb 2010, 13:56

There is because the FF adding thick outline around flash module. If you'll add this in css:
* {width:80%;height:80%;} /* 80% - for example */
- you'll see this dotted line.

How we can remove this? Add this in css file
Code
* {outline:none;}
There is another solution and only for FF - another browsers don't use dotted line around links.
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

04 Feb 2010, 08:21

Ha, thank you we'll fix it for next release.
firedev.com