There was a discussion a while back regarding a dynamic header and Mr Jinx provided some code for this. I have implemented the dynamic on one of my sites. Here is a snippet of Mr Jinx's css code:
Code:
#header {
width: 800px; height: 138px;
background: url(../images/stories/header.gif) no-repeat;
}
body#News #header { background-image: url(../images/stories/header1.gif) }
body#Music #header { background-image: url(../images/stories/header2.gif) }
Essentially, the item after "body#" is the menu item. Does anyone have any idea how i can add a sublevel menu item to this sequence?