Forums / Cotonti / General / section banners

Draeghonov
#17857 2009-10-16 01:37
WOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOT!!!!!!!!!!!!! :-X :-X :-X

Thanks everyone that posted in this topic!!!!
And Thank You, Kort, for providing the solution!!!
This is awesome!

I really wanted to give my website a new impuls, and the section banners was 1 way of getting the result I was longing for.

Thanks to this solution, I can host another "competition" on my website, to get the creative work flowing!
This is awesome, THANKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Added 2 hours 24 minutes later:

Just a hopefully tiny expansion:

On the testsite: http://lanos.la.funpic.de you can see Kort's help in action.
It all works great, but I have a question:

As you can see, we have a downloads button. When clicked, you see the downloads banner. That page has two sections. Whenever one of the sections is clicked, the banner still remains the downloads banner.
Same goes for the videos and tutorial banners.
This is how it looks in css:

.s-admin	{ background:url(img/bann/administration.jpg) no-repeat 0 0; }
.s-forums	{ background:url(img/bann/forums.jpg) no-repeat 0 0; }
.s-index	{ background:url(img/bann/index.jpg) no-repeat 0 0; }
.s-message	{ background:url(img/blueish/slogan-message-en.png) no-repeat 0 0; }
.s-page		{ background:url(img/bann/downloads.jpg) no-repeat 0 0; }
.s-list.php?c=downloads		{ background:url(img/bann/downloads.jpg) no-repeat 0 0; }
.s-list.php?c=videos		{ background:url(img/bann/videos.jpg) no-repeat 0 0; }
.s-list.php?c=tutorial		{ background:url(img/bann/tutorials.jpg) no-repeat 0 0; }
.s-pfs		{ background:url(img/blueish/slogan-pfs-en.png) no-repeat 0 0; }
.s-polls	{ background:url(img/blueish/slogan-polls-en.png) no-repeat 0 0; }
.s-pm		{ background:url(img/blueish/slogan-pm-en.png) no-repeat 0 0; }
.s-plug		{ background:url(img/bann/plugins.jpg) no-repeat 0 0; }
.s-plug.php?e=toplastseen		{ background:url(img/bann/tls.jpg) no-repeat 0 0; }
.s-users	{ background:url(img/bann/users.jpg) no-repeat 0 0; }

Somehow, adding the categories doesn't seem to work.
Is it possible to make it work?
This post was edited by Draeghonov (2009-10-16 04:06, 14 years ago)