HTML putting clickable image inside ordered list -
i got dank photo of fedora , want clicked on go youtube video, click box left border.
html:
<div id="left_background" > <ul> <a href="https://youtu.be/t99j7bw9ewo?t=64"> <img id = "fedora" src ="https://img.4plebs.org/boards/pol/image/1385/75/1385757943224.jpg" style = "width: 230px";/> </a> </ul> </div>
css:
#left_background { background-color: black; height:100%; width: 250px; float: left; overflow: visible; right: auto !important; position: fixed ; left: -20px; max-width: 250px; z-index: -10; }
edit: formatting fixed
have tried floating 'a' in css covers whole of image?
Comments
Post a Comment