0

I cant seem to get my ordered list have images that overlap, but when you hover over them it expands or shows the full image, im guessing this is done best with CSS and onhover function?

Here is the code i have, where i can get them to stack, but not sure how to make it when you hover over it pops up a bigger image of the card like that.

<ul id="sortable" style="list-style: none;padding: 0;">
    <li class=ui-state-default >
        <div style=height:30px>
            <img src="data/ZEN/Adventuring_Gear.jpeg" style="width:233px;height:311px;border-radius:10px;">
        </div>
        <div style=height:30px>
            <img src="data/ZEN/Adventuring_Gear.jpeg" style="width:233px;height:311px;border-radius:10px;">
        </div>
        <div style=height:30px>
            <img src="data/ZEN/Adventuring_Gear.jpeg" style="width:233px;height:311px;border-radius:10px;">
        </div>
    </li>
</ul>

enter image description here enter image description here

Joe Fox
  • 17
  • 4

0 Answers0