Sliding Panels Support Product Page

Scroll Bar Or Mouse Change

Shared 05 May 2010 18:58:56
2
like this idea
05 May 2010 18:58:56 Paul Ogier posted:
Hey,

I love this extension and a couple of my clients have asked for this exact thing as a full website. The only thing in that they have looked at it and the only thing that they would want would either be a scroll bar to show at all times so that people would know to scroll or that the mouse would change to a hand if you moused over to represent that you need to grab the page. Or if you scrolled with the mouse it would scroll?

Would there be a full page solution? So that if you included only this that the entire screen would be the site?

But anyway great extension.
Edited by - Paul Ogier on 05 May 2010  19:00:12

Replies

Replied 06 May 2010 11:40:59
06 May 2010 11:40:59 Patrick Woldberg replied:
A lot of your questions can be solved using css.

adding 'cursor: Pointer' to the page class would give your hand cursor on the pages.

for full screen you add the following css:
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
}


then make the extension also a width of 100% and height of 100%.

To make the scrollbar always visible when a page can be scrolled would be an nice extra feature, will ad it to our todo list for future updates.
Replied 06 May 2010 11:47:34
06 May 2010 11:47:34 Paul Ogier replied:
Good points thanks. It would be nice to have those kind of options in the interface. Maybe the next release?
Replied 02 May 2011 23:23:58
02 May 2011 23:23:58 James Wiese replied:
Dear Mr. DMX:

Sliding panels is pretty slick, really. Thanks.

Is there a way to have it push the browser address bar up and out of the way when active,
so one can use those 40 or so extra pixels for the sliding panel content?

I have seen various script solutions for this on the web, but while they work individually,
they don't work with the sliding panels product.

I am working on Mac, current OS, with Dreamweaver CS3.

Thanks, James Wiese

Reply to this topic