News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Outline 2.0 beta 4 theme question

Started by <?netwire>, September 23, 2008, 01:33:00 PM

Previous topic - Next topic

<?netwire>

Hello, I have a question about the Outline theme for 2.0 Beta 4. I have made my own header for the top of the theme, and placed it on the site using the css file. However, it covers up the user name, search box, and the "most recent post" links. You can view it at www.astralsociety.us, as you can see those things are visible before the image loads completely but it then covers them. Below is the CSS related to the image that I'm using. If you can, please tell me how to make this image appear below the user welcome and search box so they are not hidden.


#logo {
    position: absolute;
    top: 0px;
   
   
    width: 100%;
    height: 120px;
    cursor: pointer;
    background: url(images/custom/logo915px.png) no-repeat;
}

cme1st2302

SMF Version: 1.1.11
SimplePortal Version: 2.3.2

Admin

He who waits for perfect conditions sees nothing!!
If you need help adding a button or tab PM me!!

Bulakbol

Try replacing the
<div id="userarea">
with
<div id="logo">
and remove the
<span id="logo">&nbsp;</span>
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

<?netwire>

With a few other tweaks I managed to get it all fixed. I removed the code that shows the search box and user welcome. Also changed the elseif statement that follows that code to an if statement so it renders properly. Thanks for the help!

Advertisement: