Initializing
Liveweave
Web
expand_more
home
Home
data_object
CSS Explorer
arrow_outward
Palette
Color Explorer
arrow_outward
Polyline
Graphics Editor
arrow_outward
outbox_alt
Generative AI
arrow_outward
frame_source
Python Playground
New
arrow_outward
build
Tools
expand_more
restart_alt
Load "Hello Weaver!"
post_add
Generate Lorem ipsum...
code
Format HTML
code_blocks
Format CSS
data_object
Format JavaScript
library_add
Library
expand_more
A
Algolia JS
Animate CSS
Apex Charts JS
B
Bulma CSS
Bootstrap
C
Chart JS
Chartist
Create JS
D
D3
Dojo
F
Foundation
Fullpage JS
G
Granim JS
Google Charts
H
Halfmoon
J
jQuery
M
Materialize
Moment JS
Masonry JS
Milligram CSS
P
Pure CSS
Primer CSS
Popper JS
Pattern CSS
Picnic CSS
R
React JS
Raphael JS
Raisin CSS
S
Semantic UI
Skeleton CSS
Spectre CSS
Tachyons CSS
T
Tailwind
Three JS
U
UI Kit
Vis JS
W
Water CSS
download
Download
expand_more
developer_mode
Download as HTML
folder_zip
Download as .ZIP
cloud_upload
Save
account_circle
Login
settings
Settings
expand_more
14
px
Live mode
Night mode
Line number
Mini map
Word wrap
sync_alt
Reset Settings
smart_display
Run
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd"> <html> <head> <style> #image-list { margin: 0; padding: 0; float: right; } #image-list li { list-style: none; overflow: hidden; margin-bottom: 8px; cursor: pointer; } .draggable-image{ width:100% } </style> </head> <body unselectable="on" height="100%"> <table border="1" width="100%" height="100%" style="max-width:800px" align="center"> <tr height="40px"><td>tab 1</td><td>tab 2</td></tr> <tr height="calc(100% - 40px)"> <td colspan="2"> <table border="1" width="100%" height="100%"> <tr> <td width="20%"> <ul id="image-list" class="scrollimage"> <li style=""><img src="http://www.ucl.ac.uk/news/news-articles/1213/muscle-fibres-heart.jpg" class="draggable-image" alt="top" id="101" ></li> <li style=""><img src="http://www.ucl.ac.uk/news/news-articles/1213/muscle-fibres-heart.jpg" class="draggable-image" alt="top" id="30" ></li> <li style=""><img src="http://www.ucl.ac.uk/news/news-articles/1213/muscle-fibres-heart.jpg" class="draggable-image" alt="top" id="10" ></li> <li style=""><img src="http://www.ucl.ac.uk/news/news-articles/1213/muscle-fibres-heart.jpg" class="draggable-image" alt="top" id="30" ></li> <li style=""><img src="http://www.ucl.ac.uk/news/news-articles/1213/muscle-fibres-heart.jpg" class="draggable-image" alt="top" id="30" ></li> <li style=""><img src="http://www.ucl.ac.uk/news/news-articles/1213/muscle-fibres-heart.jpg" class="draggable-image" alt="top" id="10" ></li> <li style=""><img src="http://www.ucl.ac.uk/news/news-articles/1213/muscle-fibres-heart.jpg" class="draggable-image" alt="top" id="30" ></li> </ul> </td> <td width="60%"> <table border="1" width="100%" height="100%"> <tr> <td> <table border="1" width="100%" height="100%"> <tr height="calc(100% - 40px)"><td></td></tr> <tr height="40px"><td></td></tr> </table> </td> </tr> <tr> <td> <table border="1" width="100%" height="100%"> <tr height="calc(100% - 40px)"><td></td></tr> <tr height="40px"><td></td></tr> </table> </td> </tr> </table> </td> <td width="20%"> <ul id="image-list" class="scrollimage"> <li style=""><img src="http://www.ucl.ac.uk/news/news-articles/1213/muscle-fibres-heart.jpg" class="draggable-image" alt="top" id="101" ></li> <li style=""><img src="http://www.ucl.ac.uk/news/news-articles/1213/muscle-fibres-heart.jpg" class="draggable-image" alt="top" id="30" ></li> <li style=""><img src="http://www.ucl.ac.uk/news/news-articles/1213/muscle-fibres-heart.jpg" class="draggable-image" alt="top" id="10" ></li> <li style=""><img src="http://www.ucl.ac.uk/news/news-articles/1213/muscle-fibres-heart.jpg" class="draggable-image" alt="top" id="30" ></li> <li style=""><img src="http://www.ucl.ac.uk/news/news-articles/1213/muscle-fibres-heart.jpg" class="draggable-image" alt="top" id="30" ></li> <li style=""><img src="http://www.ucl.ac.uk/news/news-articles/1213/muscle-fibres-heart.jpg" class="draggable-image" alt="top" id="10" ></li> <li style=""><img src="http://www.ucl.ac.uk/news/news-articles/1213/muscle-fibres-heart.jpg" class="draggable-image" alt="top" id="30" ></li> </ul> </td> </tr> </table> </td> </tr> </table> </body> </html>
/* Write JavaScript here */