position propertie not working any browser | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

28th Jan 2019, 9:04 AM
Mohamed Arif
Mohamed Arif - avatar
4 Answers
+ 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.
29th Jan 2019, 11:38 AM
Janningā­
Janningā­ - avatar
+ 3
Could you share your code?
28th Jan 2019, 7:43 PM
Gabriela Mancini
Gabriela Mancini - avatar
+ 1
//Please post your source code so community can help you further :)
28th Jan 2019, 12:40 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 1
Thank you for all replay. I solve it.
29th Jan 2019, 11:42 AM
Mohamed Arif
Mohamed Arif - avatar