Cool Accordion Trouble...
JS Illegal Character
const period = hours ≥ 12 ? "PM" : "AM";
const period = hours ≥ 12 ? "PM" : "AM";
Tailwind Arbitrary Values
ul
<ul class="grid gap-2 [&:nth-child(2)]:gap-1" href="#">
<ul class="grid gap-2 [&:nth-child(2)]:gap-1" href="#">
&
, &*
, &>*
. The last 2 not exactly sure how it works. I assume this >
is used for children elements to point they parent and *
to select all of the elements. Correct me if I am wrong....Where do I start with this UI?!
Handle login form
![No description](https://cdn.answeroverflow.com/1182601656521719811/Captura_de_ecran_din_2023-12-08_la_10.21.19.png)
Full screen image zoomed mobile
![No description](https://cdn.answeroverflow.com/1182581863529857024/zoomedout.jpg)
flexBox overflowing underneath another flexbox even if the scorll possition is at top
![No description](https://cdn.answeroverflow.com/1182555987048149042/Screenshot_15.png)
How to move Text-overflow:ellipsis dots when the parent and child ellipsis stacked on each other?
adding text-overflow on parent div does the job but the ellipsis of last li item and parent div are almost on top of each other and its difficult to diiferentiate. so my question is, is it possible to move the ... ? how can one acheive this https://codepen.io/avinash-tallapaneni/pen/xxMMNLp...
![No description](https://cdn.answeroverflow.com/1182529026707963935/image.png)
Grid system showing gaps
![No description](https://cdn.answeroverflow.com/1182434015798628463/image.png)
Button positioning
![No description](https://cdn.answeroverflow.com/1182384485518540940/image.png)
How to disable cache for a specific page?
Can't open squarespace local dev server
![No description](https://cdn.answeroverflow.com/1182341864033095751/Screenshot_2023-12-07_211004.png)
Tailwind CSS place-content: align-content/justify-content ?
Make Responsive Design with Rounded Image on the Edge
![No description](https://cdn.answeroverflow.com/1182333450884227122/image.png)
Code Help
Hey Guys, I need your help in following Javascript code. I want my input field to format values in this format. +92 ###-####-###
`function phoneFormat(input) {
input = input.replace(/\D/g,'')
var size = input.length;...Checkbox innertext not showing in webkit, but works fine in Firefox?
<input type="checkbox">
with some innertext. It works as expected on FF, but collapses on Chrome. Even manually setting the width of the element does not show any text, though it does exist in the inspector. Is this just a limitation/ quirk of webkit? Or am I missing something else?![No description](https://cdn.answeroverflow.com/1182259009558954014/Screenshot_2023-12-07_at_10.55.04.png)
Double images
jQuery Library Conflict (TamperMonkey)
jQuery
is an undefined function and cannot be used. When I force it to run on the site, it throws a console error as well.
This is what I have so far, with the main code snipped since it's not relevent. ...Passing Objects in Native Web Components
Grid last element