简体   繁体   中英

html css position sticky option is not working

So I'm new to html and trying to use position: sticky but it is not working. I don't know why? Please help.

Here is my code:

div.sticky {
      position: "sticky";
      top: 0;
      background-color: green;
      border: 2px solid #4CAF50;
}

Any help?

Remove the quotes around sticky . That should do the trick!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM