different main body background images

More
12 years 2 days ago #26967 by quigley595
Hi folks....
apologies if this is a stupid question, but how do I have a different main body background image (not the flashes-menu images) for the different top menu items.

have a look at www.black-bone.com , where "Home" shows one picture, and "Band" shown a different one (blue in this case).

regards all,
Mike

Please Log in to join the conversation.

More
12 years 2 days ago #26978 by ivan.milic
you can use flashes module instead of templates default menu.

Other solution may be to somehow override this css generated by flashes menu:
Code:
<style id="menu_flashes_stylesheet" type="text/css"> .bg1 { background:url('http://www.site.com/templates/hot_flashes/images/menu/bg1.jpg'); } .bg2 { background:url('http://www.site.com/templates/hot_flashes/images/menu/bg2.jpg'); } .bg3 { background:url('http://www.site.com/templates/hot_flashes/images/menu/bg3.jpg'); } .bg4 { background:url('http://www.site.com/templates/hot_flashes/images/menu/bg4.jpg'); } .bg5 { background:url('http://www.site.com/templates/hot_flashes/images/menu/bg5.jpg'); } .bg6 { background:url('http://www.site.com/templates/hot_flashes/images/menu/bg6.jpg'); } .sub1 { background:url('http://www.site.com/templates/hot_flashes/images/menu/sub1.png'); } .sub2 { background:url('http://www.site.com/templates/hot_flashes/images/menu/sub2.png'); } .sub3 { background:url('http://www.site.com/templates/hot_flashes/images/menu/sub3.png'); } .sub4 { background:url('http://www.site.com/templates/hot_flashes/images/menu/sub4.png'); } .sub5 { background:url('http://www.site.com/templates/hot_flashes/images/menu/sub5.png'); } .sub6 { background:url('http://www.site.com/templates/hot_flashes/images/menu/sub6.png'); } </style>

you would need to set different classes for each page you what then different somehow.

Please Log in to join the conversation.

Time to create page: 0.234 seconds
Powered by Kunena Forum