Calendar CSS
-
- New Member
- Posts: 2
- Joined: Mon Aug 09, 2010 12:51 am
Calendar CSS
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.
-
- New Member
- Posts: 2
- Joined: Mon Aug 09, 2010 12:51 am
Re: Calendar CSS
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.
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
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}
td a {style}
td li a {style}