|
I solved my problem, although it still doesn't make any sense. I simply added an element above it within a header div. i.e.:
<body>
<div id="container">
<div id="header">
<div id="menu">
</div>
<div id="logo">
</div
<div id="call"
</div>
</div>
</div>
</body>
And now #logo doesn't move down with #call. I really don't get it, but it works.
|