View Single Post
  #2 (permalink)  
Old Jan 2nd, 2007, 22:01
ukgeoff ukgeoff is offline
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Problem selecting elements

You have three errors in your main.css file:
Code: Select all
line 8:
   _text-align: center;  leading _
line 268:
.weekfillertable td.weekevent {
    height: 40px;
    width: 26px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
no closing }
I suspect the third error is a snowball effect of the second one, soo fix them first then lets look again.

Also in your datepicker.css:
Code: Select all
.dpButton {   background:#D8E8FF none repeat scroll 0%;
   color:gray;  should be grey
Reply With Quote