On my site http://www.tinemuller.dk/test_drupal/ my Site name - Find nærmeste toilet - is behind the Nice menu and can't figure out how to make it show above this menu?

<div id="logo-floater">
<h1>
<a title="Find nærmeste toilet" href="/test_drupal/">
<img id="logo" alt="Find nærmeste toilet" src="/test_drupal/sites/default/files/2toilet_logo.gif"/>
<span>Find nærmeste toilet</span>
</a>
</h1>
</div>

If I change h1 in CSS the logo follows with and I want the logo stay where it is.

I have another site where I have used hours to figure this out with success http://www.test.findtoilet.dk/ so hope for help in the community.

Comments

cayenne’s picture

look up z-order and considerr using css to give the correct z-order to the thing you want on top.

:)

tinem’s picture

Thanks. Could you help a little more with some code, please?

tinem’s picture

After a lot of struggling think it looks ok here http://www.test.findtoilet.dk/ but it have to be easier to do?

I made a new block and put this in the new region I made for nice menus and then used

<div style="position: absolute; top: 70px; width: 970px; font-size: 170%; font-family: Helvetica, Arial, sans-serif; font-weight: bold; text-align: center; color: white">Find nærmeste toilet</div>

in Block body. And then NOT show it in Themes.

There MUST be a lot of people out there which have been struggling with this and have a solution?

Shai’s picture

Hi Tinem,

I'm no theming or CSS expert so I can't really help much here. But I can say what I've heard again and again... Don't try to customize Garland. If it works out of the box for you, fine. But it is very hard to customize... from what I hear, because I've never really done it since I always followed that advice :)

p.s. looks like you got the sub-domain thing handled perfectly :)

Shai