Fixed header & menu - Joomla! Forum - community, help and support
i'm making site friend, wishes have header & topmenu fixed, stays on top of screen while scrolling down, how/can done overrite?
hi john,
my self have use code top header fixed,and code is
.to-header{
position: fixed;
top: 0px;
left: 0px;
margin-top: 0px;
z-index: 10000;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
if not set u'r site mention url have analys after giive tips making header fixed
my self have use code top header fixed,and code is
.to-header{
position: fixed;
top: 0px;
left: 0px;
margin-top: 0px;
z-index: 10000;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
if not set u'r site mention url have analys after giive tips making header fixed
Comments
Post a Comment