Html – CSS Non-standard responsive image frame
I'm trying to implement a non-standart frame for a picture of a news section. My idea is to have the picture as a lower z-index than the frame and have the frame on top of it and make them responsive.…
I'm trying to implement a non-standart frame for a picture of a news section. My idea is to have the picture as a lower z-index than the frame and have the frame on top of it and make them responsive.…
I have a div which (on initial rendering of the page) should base its size on the content that is in it. But there is a question mark icon with a hover function in it. When you hover over the…
What I am trying is, "Your Privacy", Description and buttons should be aligned in same line. HTML: <div class="cookie-notice"> <div class="cn-body"> <h2 id="title">Your Privacy</h2> <p id="id-cookie-notice"><span><span>We use cookies to improve your experience on our site.</span></span></p> <div class="cn-ok"> <a href="#" class="cm-link…
I'm new here, but I wasn't able to find an answer to this using just html, css, and js. This is my first expedition outside Wordpress. I've been stuck for 3 days and I'm missing something. I don't have anyone…
I'm trying to have a column with a width of 600px and a max-width of 100% <table style="width:600px;max-width:100%" id="my-table"> <tbody> <tr> <td> </td> <td > <img style="width:600px;max-width:100%"> </td> <td> </td> </tr> </tbody> </table> I tried this in gmail in Samsung…
I'm have code for 2 images (Image1, Image2) that both open if 2 other images are clicked, with onclick and a java part at the end, like so: <table style="whatever"> <tbody> <tr style="whatever""> <td><a href="link to game1 when the image…
I'm trying to make my NextJS 14 app router application scale down on any device less than 500px width, as I'm making my app responsive down to 500px wide and anything below that I want it to scale down, previously…
I am currently attempting to implement a horizontal pointer in a read/guide line mode. However, during testing on responsive devices, it does not extend fully across the width of the screen. Such as, on tablet and phone. Could someone please…
enter image description here I NEED HELP! I am new in development and trying responsive sites and when I use the toggle devices toggle it doesnt hide the links it just kinda expands the page, please refer to the image…
When using onmousemove the left and top properties are enabled and i can drag the div element but when trying to use the same properties while using ontouchmove they are disabled: Why is that?