Einzelnen Beitrag anzeigen
  #1  
Alt 16.01.08, 19:40
oops oops ist offline
Forum Zuschauer
 
Registriert seit: 16.01.08
Alter: 33
Beiträge: 8
Rahmen um leere Inhaltselemente werden nicht ausgeblendet

Hallo Forum
Ich habe ein kleines Problem. Ich habe ein Template über TemplaVoila eingebunden was auch perfekt funktioniert hat. Nun habe ich das Problem dass bei den Content Elements die keinen Inhalt haben, der Rahmen des Content Element im FE nicht ausgeblendet wird. Ich verwende Typo3 4.1.1 und TemplaVoila 1.3.3. Gibt es eine Möglichleit Inhaltselement die keinen Inhalt haben auszublenden? Anbei noch der Code von einem Inhaltselement bei welchem der Rahmen nicht ausgeblendet wird:

Code:
<div id="left">
            <div class="box">
                <h2>Philosophy and the Future</h2>
                <p><b><a href="#">9th October</a> &middot; Lorem Ipsum</b><br />Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna.</p>
                <p><b><a href="#">12th October</a> &middot; Lorem Ipsum</b><br />Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna.</p>
            </div>
            <div class="note">
                <p><a href="#" title="Register Now!">Register now</a> to recieve special promotion packages and bonus features!</p>
            </div>
        </div>
und das entsprechende Stylesheet

Code:
#left {
    float: left;
    width: 250px;
}
    .box {
        padding: 4px 15px;
        border: 1px solid #ccc;
        margin: 0 0 10px 0;
    }
    .note {
        padding: 15px 15px 20px 100px;
        border: 1px solid #CFCB66;
        margin: 0 0 5px 0;
        background: #FFFFAD url(images/package.gif) no-repeat;
        color: #585616;
    }
Die Box wurde in TV auf das Tag <div class="box"> gemappt was auch funktioniert. Nur eben....der Rahmen bleibt auch bei einem leeren Inhaltselement sichtbar. Ich bin um jede Hilfe dankbar.

Danke und Greetz

oops
Mit Zitat antworten
Sponsored Links