A friend of mine is a graphics designer and she decided she wanted to play with my CSS theme a bit after seeing what I had come up with. Well she drafted a really neat design that totally blew me away. I'm really excited about implementing it. Theres a catch though. (Isn't there always?)
Part of the design she put together has something similiar to breadcrumbs at the very top of the page, above the logo and login status div. So my question is, how in the world would I pull that off?
I was thinking about doing some complicated hack involving using #header-extra-div2 and the :content tag, which would contain the breadcrumbs since I can't actively edit divs in the header.
The easier way would be to define a div in the sidebar and place it with position:absolute; and building the rest of the theme around it by manipulating the margins of the rest of the elements in the header and somehow using include to get the contents up there to seem dynamic, but still can't ponder out exactly how I would do it.
So the easiest way I can think of would be to just leave a big empty gap at the top where the breadcrumbs element would go, and creating the div to put up there on each of the pages that would use it. Which is very not-elegant. Even if I predefine the class for the div.
Am I missing something obvious here? I hope so.