Topic: my theme and problems with displaying banner

hi folks,
have a look: http://imgbee.com/

I'm trying to add a banner in top-right corner but it seems to be not visible after adding it, any clues why?

here's the code:

<div id="top">
    <div id="logo">
      <a href="<?php echo URL_SCRIPT;?>"><img src="<?php echo PATH_SCRIPT;?>site-img/logo.png" alt="<?php echo TAG_LINE;?>" /></a>
    </div>
    <div id="tagline" style="display: block;">
        <a href="http://webactivate.net">
            <img src="<?php echo PATH_SCRIPT;?>site-img/468x60.gif" alt="" />
        </a>
    </div>
    <div id="limite">JPG PNG BMP GIF <span>Max.<?php echo $max_mb;?>Mb</span>
    </div>
</div>

Last edited by SirMarcel (2010-10-03 19:40:20)

Thumbs up

Re: my theme and problems with displaying banner

alright, fixed it, stupid css mistake smile

Thumbs up