WebSite X5Help Center

 
James Becker
James Becker
User

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

Автор: James Becker
Просмотрено 718, Подписчики 1, Размещенный 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

Размещено
3 Ответы
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 :)

Читать больше
Размещено От Yerson R.
James Becker
James Becker
User
Автор

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

Читать больше
Размещено От 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

Читать больше
Размещено От John S.