im currently working on a dark mode for my site and the JS is working fine, it adds the data-theme="dark" parameter to the html tag and stores it in the local s
<style> .maincont { width: 8em; height: 8em; background: purple; } body { background: limegreen; display: fle
I am trying to reproduce this effect, whenever the mouse touches a div, the div get surrounded by some sort of container like this Please any idea how I could
So, when working with fonts : the default (aka "Regular") font weight is 400 the "bold" font weight is 700 the "light" font weight is 300 But... why ? 400 what
I've been trying to use QTreeView (instead of QListView) because I needed an horizontal header. Furthermore, I wanted to use stylesheet to customize header colo
I have a list of div items which I am filtering/sorting via JS. Each item animates in to place - in this case, scales up to its final size. When I filter the it
I am using ASP.NET MVC 5. My goal is to cache CSS and JS files for at least 24 hours. I tried this code with no luck: https://docs.microsoft.com/en-us/iis/con
I have issue with right side bar. I need to move it above the post area in mobile view. Something like this https://ibb.co/rk9yzJ7 Is it easy to set it or I mus
When using position: sticky; in a container with overflow-y: auto;, the container's scrollbar is rendered behind the sticky elements. In the following screensh
In our team everybody uses the Logitech MX Master 1-3. There is a browser bug that allows you to scroll out of the page container indefinitely. See attached scr
I am trying to find a JS algorithm to find the ypos of a cubic bezier given the xpos. the first and last control points will be (0,0) and (1,1) and it should th
Hello i have issue with table ive created table and at 1920*1080 24" monitor it looks very good. Issue is if user has smaller monitor like notebook, table, phon
The issue is, that the popup is too long vertically, and when I try to add overflow-y: auto; to .popuptext.show it clips the top of the popup (the section with
Major Update to the Question(7th May): When I am using my arrow keys, I could see all of the three cards but still the same is as big as it doesn't fit on the s
I created an application using Vue.JS and Vuetify. The layout is based on the Google Contacts layout. I am using both a toolbar and a navigation drawer. I woul
I am trying to dash after border in H tag using :after and :before it's working fine on desktop & android devices but create issue in IOS devices border mad
I have a horizontal gallery overflow-x: scroll that is choppy only in iphone/ipad view (Tested in Androids scrolls fine). I've seen some stackoverflow uses -web
I have a horizontal gallery overflow-x: scroll that is choppy only in iphone/ipad view (Tested in Androids scrolls fine). I've seen some stackoverflow uses -web
I am trying to make put a CircularProgress inside a dialog box. But the dialog box background is white and cannot be set to transparent as in earlier version -
I have text & image wrapped in a div. Using Radiobutton the image & text should appear top & bottom. If you select image radiobutton, the icons shou