angelovdev
KPCKevin Powell - Community
•Created by angelovdev on 1/14/2023 in #front-end
<datalist> inconsistencies across browsers
Is there any reason why Firefox displays only text between the closing and opening
option
tag, while Chromium displays both it and the value
parameter and WebKit displays only the value
parameter?
Here is a demo:
https://codepen.io/angelovdev/pen/zYLdYNz
Maybe there is something I am missing?11 replies
KPCKevin Powell - Community
•Created by angelovdev on 11/5/2022 in #front-end
Can I have a position absolute over a position sticky?
I am trying to get an absolute positioned element to stick over a sticky row and sticky first column of a table. It doesn't seem to work.
Here is a codepen as the code is a bit big to post here: https://codepen.io/asangelov/pen/QWxEoYQ
You can see the corners of the tooltip when you hover over the world icon are under the stickied first column and under the next cell of the stickied row.
I've tried adding a z-index and looking up issues with z-index and position: absolute vs position: sticky online but found nothing other than the fact that there must be a position which I already have.
5 replies