How to display a colored bar across the entire visible screen?
Autor: James Becker
Visitado 809,
Followers 1,
Compartido 0
Is there a way to extend a colored bar to display across the entire visible screen??
See the attached image.
Thanks for your time.
--
JamesKB
Publicado en
Before explaining how to do this... first tell me if this is what you want to do.
Note the extension of colors to the sides http://www.cleanecotech.com/web/
I ask you, to confirm... and not make the tutorial in vain :)
Autor
"Before explaining how to do this... first tell me if this is what you want to do."
Of course this is what I want to do else I would not have asked the question.
"I ask you, to confirm... and not make the tutorial in vain :)"
I think we have a failure to comunicate.
Hello james
You could perhaps in template costumisation, insert html code in the header.
The html-code could look something like :
<style>
#imMnMn{position:fixed; top: 0px; height: 40px; width: 100%; z-index: 1000;}
</style>
The "fixed" makes the menu always be visible when scrolling on a page.
Hope this is helpful.
You can of course style it Your own way.
Kind regards
Schwartz