Welcome Guest Search | Active Topics | Sign In | Register

Slide control: Missing vertical direction property? Options
runatServer
Posted: Wednesday, March 23, 2011 2:37:03 AM
Rank: Newbie
Groups: Member

Joined: 2/15/2011
Posts: 6
Hi,

I want to create something like this:

Code: HTML/ASPX
<table border="1" cellpadding="0" cellspacing="0">
            <tr>
                <td style="width: 430px;">
                    Big Image
                </td>
                <td style="width: 70px; vertical-align: top;">
                    <div style="width: 50px; height: 50px; border: 1px solid #bbbbbb; margin: 10px;">
                        Pic #1</div>
                    <div style="width: 50px; height: 50px; border: 1px solid #bbbbbb; margin: 10px;">
                        Pic #2</div>
                    <div style="width: 50px; height: 50px; border: 1px solid #bbbbbb; margin: 10px;">
                        Pic #3</div>
                    <div style="width: 50px; height: 50px; border: 1px solid #bbbbbb; margin: 10px;">
                        Pic #4</div>
                    <div style="width: 50px; height: 50px; border: 1px solid #bbbbbb; margin: 10px;">
                        Pic #5</div>
                </td>
            </tr>
            <tr>
                <td colspan="2" style="padding: 10px;">
                    Big Image Text here
                </td>
            </tr>
        </table>


In the small pictures I need vertical rotating.

How to do it?

Thanks.
eo_support
Posted: Wednesday, March 23, 2011 9:18:00 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

No. You can not do that with our Slide control. Our Slide control is for horizontal slide only.

For vertical slide, you can consider using our Slide Menu. It can automatically scroll contents in slide pane vertically:

http://demo.essentialobjects.com/Demos/Slide%20Menu/Features/Scrolling%20Slide%20Menu/Demo.aspx

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.