WebSite X5Help Center

 
James Becker
James Becker
User

How to display a colored bar across the entire visible screen?  en

Author: James Becker
Visited 710, Followers 1, Shared 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

Posted on the
3 ANSWERS
Yerson R.
Yerson R.
User

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 :)

Read more
Posted on the from Yerson R.
James Becker
James Becker
User
Author

"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.

Read more
Posted on the from James Becker
John S.
John S.
User

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

Read more
Posted on the from John S.