+ 3
position propertie not working any browser
Css position properties not working (I just seen inspect element in google chrome) position propertie (left and bottom is invalid value) how to I solve any body help
4 odpowiedzi
+ 3
"position" accepts values like "fixed", "absolute", "sticky", "relative", and "static". Depending on which one is being used, properties such as "top", "right", "bottom", and "left" (which accepts numbers/units as values) may not work.
https://www.w3schools.com/css/css_positioning.asp
But typically it is best practice to share your code so we might actually offer some information that would solve your ACTUAL issue, not just what we're randomly guessing MIGHT be your issue.
+ 3
Could you share your code?
+ 1
//Please post your source code so community can help you further :)
+ 1
Thank you for all replay. I solve it.