Thomas J.S.: Netscape: Style - Angaben... AAARGH!!!

Beitrag lesen

Hallo!

<style type=text/css>
.cal {
color:#000000;
font-family:Arial;
font-size:9pt;
}
.calday {
color:#ffffff;
font-family:Arial;
font-size:9pt;
font-weight:bold;
}
.calshaded {
color:#b0b0b0;
font-family:Arial;
font-size:9pt;
}
.calnormal {
background:#cebede;
color:#421473;
font-family:Arial;
font-size:9pt;
/*a:#d9d9d9; -->das gibt es nicht */
border:1px solid #421473;
width:__px; /* da muss du was eintragen */
}
.calhighlighted {
background:#cebede;
color:#421473;
font-family:Arial;
font-size:9pt;
font-weight:bold;
border:1 solid #421473;
width:__px; /* da muss du was eintragen */
}
.cancelcolor {
background:#cebede;
color:#421473;
font-family:Arial;
font-size:9pt;
font-weight:bold;
border:1 solid #421473;
width:__px; /* da muss du was eintragen */
}
</style>

sonst ist es zu wenig, was du angegeben hast: die Site müsste man sehen wo dies verwendet wird: hast du was dynamisches vor mit den divs, muss du mit position:absolute; und layer-background-color:____;  arbeiten.

Grüße
Thomas