Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
Christopher
Experienced
Topic Author
Posts: 213
Joined: 30 Sep 2006, 18:58

Scroll bar always appears in new Safari 5.0 (and Chrome)

09 Jun 2010, 04:33

Good morning,

Doesn't appear to be a big issue, but thought you guys would like to know.
In Safari 5.0 my website always has a scroll bar on the right side now
whereas before it never appeared.

My website is fairly stock, using the most up-to-date version of imagevuex.

Link: http://christophergrant.net

UPDATE: This also occurs in Chrome 5.0.375.86

Thanks for taking a look!
Christopher
Last edited by Christopher on 25 Jun 2010, 01:24, edited 1 time in total.
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

10 Jun 2010, 02:25

Thank you for reporting we'll take a look at it and release an update in a bit. This is little bit stupid though, don't understand what's causing it.
firedev.com
 
User avatar
Christopher
Experienced
Topic Author
Posts: 213
Joined: 30 Sep 2006, 18:58

10 Jun 2010, 02:43

Thanks Nick,

Hope all is well over there!

Christopher
 
nate78
Posts: 13
Joined: 14 Jan 2010, 13:55

24 Jun 2010, 22:22

Any update on this issue? It's minor but annoying ;-P
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

29 Jun 2010, 05:44

Sorry, forgot to post here. You need to change doctype in templates/index.gallery.phtml from XHTML strict to:
Code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>

Just make sure the file starts like this up to the head part.
firedev.com
 
User avatar
Christopher
Experienced
Topic Author
Posts: 213
Joined: 30 Sep 2006, 18:58

29 Jun 2010, 07:42

Works!

Thanks.