Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
https://i.stack.imgur.com/rmGWT.png[^]

i had to design the webpage like this when i hover this small part in the bottom corner the big part should move how to achieve this iam totally confused atleast please specify me the name what is this functionality called

What I have tried:

i tried in this way inorder to achieve this functionality i.e placed 10 verical flex boxes with some random content in it and iam confused how to achieve the desired functionality


<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
   
    <title></title>
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" />
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
    <link href="flexstyles.css" rel="stylesheet" />
</head>
<body>
    <form id="form1" runat="server">
        <div>

            <br />
            <div class="d-flex align-items-stretch bg-light" style="height: 500px">
                <div class="p-2 border padstyle" >Lorem Ipsum is simply dummy text of the printing and typesetting industry.  </div>
                <div class="p-2 border padstyle">Lorem Ipsum is simply dummy text of the printing and typesetting industry. </div>
                <div class="p-2 border padstyle">Lorem Ipsum is simply dummy text of the printing and typesetting industry. </div>
                <div class="p-2 border padstyle">Lorem Ipsum is simply dummy text of the printing and typesetting industry. </div>
                <div class="p-2 border padstyle ">Lorem Ipsum is simply dummy text of the printing and typesetting industry. </div>
                <div class="p-2 border padstyle">Lorem Ipsum is simply dummy text of the printing and typesetting industry. </div>
                <div class="p-2 border padstyle">Lorem Ipsum is simply dummy text of the printing and typesetting industry. </div>
                <div class="p-2 border padstyle">Lorem Ipsum is simply dummy text of the printing and typesetting industry. </div>
                <div class="p-2 border padstyle">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>
                <div class="p-2 border padstyle">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>
                <div class="p-2 border padstyle">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>
                <div class="p-2 border padstyle">Lorem Ipsum is simply dummy text of the printing and typesetting industry. </div>
            </div>

        </div>
    </form>
</body>
</html>

totally confused how to implement this functionality please help me
Thanks in advance
Posted
Updated 8-Dec-19 20:08pm
v2
Comments
[no name] 9-Dec-19 1:59am    
Looks like a couple of "list views".

1 solution

It's called a Kanban Board, see: Best 20 NuGet kanban Packages - NuGet Must Haves Package[^]

Here are some examples of online Kanban boards: best-online-kanban-boards[^]
 
Share this answer
 
v2
Comments
Ashutosh Gpta 9-Dec-19 2:12am    
i think OP is looking for radar view for his solution, that shows full main view into small portion of full view.. some time main view is not fully visible in screen and this radar view help user to see all elements inside view.
RickZeeland 9-Dec-19 2:37am    
I think a Radar view is more for charts, but I could be wrong of course :)
Member 14636590 9-Dec-19 2:34am    
i exactly dont know what it is but i was given this screenshot and my sir asked me to design this type of functionality

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900