G’day EE peoples,
For far too long I’ve been running a very old and crappy design that was hacked together years ago - “just good enough for now” kind of stuff.
I’m currently modifying and adapting the following Open Source CSS template (Multi-Flex 3.9 from http://www.1234.info/webtemplates/) - and very happy with the results so far.
My current issue is trying to have masthead images that are conditional on “URL segment”.
I do this now easily because the current masthead image is set using HTML.
In multiflex 3.9 it’s part of a CSS stylesheet - like this:
.header-middle {width:915px; height:150px; background:rgb(230,230,230) url(../img/bg_head_middle.jpg); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}Any ideas on how I can “conditionally” choose images for the masthead when it is set this way?
Many thanks,
Thomas