Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS RESOLVED: Module Headers: Background Image with font only padding Re: RESOLVED: Module Headers: Background Image with font only padding

#111427
judahraine
Member

Eeeeek! I added the code between . moduletable and .moduletablemenu like this:

.moduletable
{
border:1px solid #370843;
background: #fefed2;
margin-bottom:8px;
padding:0px 0px 0px 0px;
}

div {
width:250px;
height:350px;
margin:25px auto;
background:#bada55;
}

header {
background-image: url(../images/modheader.png);
background-repeat:no-repeat;
color:white;
padding:5px 0;
}

.moduletable header h3 {
padding-left: 7px;
}

.moduletable_menu
{
border:1px solid #380743;
background: #fefed2;
padding: 0px 0px 0px 0px;
margin-bottom:8px;
}

Clearly the wrong thing to do, lol… whole site has moved to the right, a module is floating above the header and every last bit of text has vanished!