Page 1 of 1
Calendar CSS
Posted: Mon Aug 09, 2010 12:53 am
by M.Jay.Victor
I am struggling to make the date number in each cell different than an event that may be added. IE I can change the CSS for the cells so that the date is larger, but then any added event is as well. What ID do i use to control the added event text.
Re: Calendar CSS
Posted: Tue Aug 10, 2010 8:18 pm
by Dr.CSS
No link?...
Re: Calendar CSS
Posted: Tue Aug 10, 2010 8:47 pm
by M.Jay.Victor
Sure
http://jvdesign.us/wip/mma/cmsms/index. ... 57&page=57
I can change the date font by simply adjusting the CSS for the table cell. What I cant figure out is howe to change the event font independently.
Re: Calendar CSS
Posted: Thu Aug 12, 2010 3:32 pm
by Dr.CSS
They are both 'a' links but the date is in the td and the text is in the td ul li so to change them independent...
td a {style}
td li a {style}