SyntaxFix
Write A Post
Hire A Developer
Questions
Using CSS, you set the logo div to position absolute, and set the z-order to be above the second div.
#logo { position: absolute: z-index: 2000; left: 100px; width: 100px; height: 50px; }