I have a wordpress site and I want to make my top navigation menu a sticky one i.e when I scroll down I want that menu to just stay there. I would appreciate any help. Thanks.
Jdbaba
Use fixed position:
#navigation { position:fixed; top:0; right:0; left:0; z-index:99; }
Thank you so much Hompimpa.
I have a wordpress site and I want to make my top navigation menu a sticky one i.e when I scroll down I want that menu to just stay there. I would appreciate any help. Thanks.
Jdbaba
Use fixed position:
Thank you so much Hompimpa.