Hi, I have a reasonably complex header layout whose content is taken from the document by placing it into the header flow instead of the document flow. I need to position one of the elements (an svg logo) in the header space without displacing any other elements in the header. The obvious way to do this is to give the header div relative positioning and position the logo div absolutely within it.
Unfortunately giving the logo div an absolute position makes it disappear entirely. I put a nice fat (20cm) red border on it to make sure, and there is no trace of it whatsoever. If I use relative positioning or float it and position it with margins, I can pretty much get it where I want it, but both of those methods disturb other elements in the header.
Is there any way round this?
Unfortunately giving the logo div an absolute position makes it disappear entirely. I put a nice fat (20cm) red border on it to make sure, and there is no trace of it whatsoever. If I use relative positioning or float it and position it with margins, I can pretty much get it where I want it, but both of those methods disturb other elements in the header.
Is there any way round this?