|
Posted by Dave on December 28, 2004, 2:52 pm
Please log in for more thread options
My web site is not particularly theme-based, but it contains an Art Gallery
I'd like to display in a different perspective. I would like to horizontally
scroll it, rather than vertically - as if the viewer is virtually "walking"
through the gallery. I'm just attempting this to have this part of the page
be different.
Is horizontal scrolling okay, or will it throw our browsers into chaos and
viewers into insanity? If horizontal scrolling is acceptable, how would I
code it to render properly, as opposed to vertical scrolling?
--
- Dave
|
|
Posted by C A Upsdell on December 28, 2004, 3:58 pm
Please log in for more thread options
Dave wrote:
> My web site is not particularly theme-based, but it contains an Art Gallery
> I'd like to display in a different perspective. I would like to horizontally
> scroll it, rather than vertically - as if the viewer is virtually "walking"
> through the gallery. I'm just attempting this to have this part of the page
> be different.
>
> Is horizontal scrolling okay, or will it throw our browsers into chaos and
> viewers into insanity? If horizontal scrolling is acceptable, how would I
> code it to render properly, as opposed to vertical scrolling?
People prefer vertical scrolling to horizontal.
|
|
Posted by Harlan Messinger on December 28, 2004, 4:13 pm
Please log in for more thread options
> My web site is not particularly theme-based, but it contains an Art
Gallery
> I'd like to display in a different perspective. I would like to
horizontally
> scroll it, rather than vertically - as if the viewer is virtually
"walking"
> through the gallery. I'm just attempting this to have this part of the
page
> be different.
>
> Is horizontal scrolling okay, or will it throw our browsers into chaos and
> viewers into insanity? If horizontal scrolling is acceptable, how would I
> code it to render properly, as opposed to vertical scrolling?
See my comments in my thread from yesterday, "Wide, Wide Web" for some
perspective. If you do go ahead with this plan, I would recommend providing
an explicit indication that the scroll is horizontal--maybe a bright arrow
with a label "Scroll this way" or something like that. But, seriously,
consider whether the horizontal approach is really an improvement.
|
|
Posted by Uncle Pirate on December 28, 2004, 8:44 pm
Please log in for more thread options Dave wrote:
> My web site is not particularly theme-based, but it contains an Art Gallery
> I'd like to display in a different perspective. I would like to horizontally
> scroll it, rather than vertically - as if the viewer is virtually "walking"
> through the gallery. I'm just attempting this to have this part of the page
> be different.
>
> Is horizontal scrolling okay, or will it throw our browsers into chaos and
> viewers into insanity? If horizontal scrolling is acceptable, how would I
> code it to render properly, as opposed to vertical scrolling?
>
I would not recommend what you are proposing. To display as intended (I
assume no vertical scrolling desired) would require creating the page to
a fixed height browser window; otherwise, you'd scroll both vertically
and horizontally. Viewers already know how to scroll up and down with
ease; and that when you have to scroll horizontally, it's usually
because something is too big (the page designed for large fixed width).
I think it would be unwieldy for users.
With that said, it's very (too) easy to do. Just place a fixed width
object on the page to set the width large enough to fit all your pictures.
--
Stan McCann "Uncle Pirate" http://stanmccann.us/pirate.html Webmaster/Computer Center Manager, NMSU at Alamogordo
Cooordinator, Tularosa Basin Chapter, ABATE of NM; AMA#758681; COBB
'94 1500 Vulcan (now wrecked) :( http://motorcyclefun.org/Dcp_2068c.jpg A zest for living must include a willingness to die. - R.A. Heinlein
|
|
Posted by Arne on December 28, 2004, 9:45 pm
Please log in for more thread options Once upon a time *Dave* wrote:
> My web site is not particularly theme-based, but it contains an Art Gallery
> I'd like to display in a different perspective. I would like to horizontally
> scroll it, rather than vertically - as if the viewer is virtually "walking"
> through the gallery. I'm just attempting this to have this part of the page
> be different.
>
> Is horizontal scrolling okay, or will it throw our browsers into chaos and
> viewers into insanity? If horizontal scrolling is acceptable, how would I
> code it to render properly, as opposed to vertical scrolling?
>
Q: Is horizontal scrolling okay?
A: NO, NO, *NO!*
--
/Arne
http://web.telia.com/~u97802964/
The old believe everything, the middle-aged suspect everything and the
young know everything. (Oscar Wilde)
|
| Similar Threads | Posted | | prevent horizontal scrolling | February 5, 2008, 10:47 pm |
| Always turning off horizontal scrolling in an iframe | January 23, 2005, 9:36 pm |
| creating a scrolling and non-scrolling area on the page | November 10, 2006, 10:12 am |
| Is it possible to keep this on the same horizontal? | February 15, 2008, 1:33 pm |
| Horizontal row of images... | June 20, 2005, 10:04 am |
| Horizontal scroll to nowhere---why? | October 23, 2007, 11:38 pm |
| Can't get the menu horizontal | July 1, 2008, 4:59 pm |
| Vertical and Horizontal Frames that Scroll Together | October 7, 2004, 5:35 pm |
| Only Vertical Scroll bar no horizontal bars | August 26, 2005, 3:44 am |
| question about horizontal scrollbar in frames | August 11, 2006, 4:00 am |
|