Computer Science, asked by devraj67613, 9 months ago

how to make a sticky header in html
using wix​

Answers

Answered by siya2850
1

Here are three simple steps: Find the correct style so you can declare the element as sticky using position:sticky; (don't forget browser prefixes like position: -webkit-sticky; ). Choose the “sticky edge” (top, right, bottom, or left) for the item to “stick” to.....

.

.

.

hope it helps you.

Answered by sajal582033
0

Answer:

Hi dear!

mark as brainlist dear !

Have a nice day !

Explanation:

Using position: sticky

Find the correct style so you can declare the element as sticky using position:sticky; (don't forget browser prefixes like position: -webkit-sticky; ).

Choose the “sticky edge” (top, right, bottom, or left) for the item to “stick” to.

Similar questions