Calendar background fix
July 21st, 2005
Drew of http://isall.org pointed out to me that certain areas of the calendar that’s located in the sidebar are displaying a white background when you rollover a mouse. It looks like I forgot to change the background color of the �td.pad:hover� attribute in CSS. To correct the problem, just edit the “style.css” file and change the background-color to black. There’s a sample code below.
#wp-calendar td.pad:hover { /* Doesn�t work in IE */
background-color: black;
}
Categories: Mods