Alright, so I haven't coded in a while and was surprised to see my code not working on FF. All it is, is a background image from CSS. #subheader2 { background-image: url("slices/subheader.jpg"); position: relative; height: 39px; width: 1024px; } Code (markup): <div id="subheader2"> </div> Code (markup):
Thanks for all the help guys. Still not working though. I'm gone to just using z-index instead with a couple of div's stacked on top of each other.
frances, it is better to have them. bmoseley, is there any other code on the page that could stop this working? You do need content in the <div> but I'm assuming you have tried putting a in there already... and does it work on any other browser?