i got help here weeks ago about how to go about have different pages in a site with different header images.
My site is here : link to site
as you can see if you click on the "sports" section the header changes.
If you then click in the "armagh stars" drop down in sports you should see another different image.
and that image should show in alll sub pages under armagh stars.
This does work in ie 7 etc but older versions it doesnt. this is currently how im making it work.
anyone any ideas how i can make this work over all platforms?#header.league-archive{ background-image: url(uploads/images/footyheader2.jpg); background-repeat: no-repeat;
}
#header.armagh-stars{ background-image: url(uploads/images/armaghstars/header.jpg); background-repeat: no-repeat;
}
#header.goalie-coaching{ background-image: url(uploads/images/armaghstars/header.jpg); background-repeat: no-repeat;
}
div#main {
margin-left: 2%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
margin-right: 10%; /* and some air on the right */
}


