<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Calendar's buggy style handling</title><link>http://weblogs.asp.net/vga/archive/2004/02/01/CalendarsBuggyStyleHandling.aspx</link><description>Note : this entry has moved . Antonio , the lead for the graphics design team that&amp;#8217;s working on a side project of mine told me today that they weren&amp;#8217;t able to get the built-in &amp;lt;asp:Calendar&amp;gt; to work with a css file. &amp;#8220; No problem</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: Calendar's buggy style handling</title><link>http://weblogs.asp.net/vga/archive/2004/02/01/CalendarsBuggyStyleHandling.aspx#471267</link><pubDate>Thu, 17 Aug 2006 14:52:42 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:471267</guid><dc:creator>Mr G</dc:creator><author>Mr G</author><description>&lt;p&gt;If you set TitleStyle.BackColor to Color.Transparent then the colour defined in your stylesheet will be rendered.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=471267" width="1" height="1"&gt;</description></item><item><title>Handling styles in your custom control</title><link>http://weblogs.asp.net/vga/archive/2004/02/01/CalendarsBuggyStyleHandling.aspx#66799</link><pubDate>Tue, 03 Feb 2004 17:46:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:66799</guid><dc:creator>TrackBack</dc:creator><author>TrackBack</author><description>&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=66799" width="1" height="1"&gt;</description></item><item><title>re: Calendar's buggy style handling</title><link>http://weblogs.asp.net/vga/archive/2004/02/01/CalendarsBuggyStyleHandling.aspx#66133</link><pubDate>Mon, 02 Feb 2004 13:47:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:66133</guid><dc:creator>Daniel Cazzulino</dc:creator><author>Daniel Cazzulino</author><description>Try this fix: &lt;a target="_new" href="http://weblogs.asp.net/cazzu/archive/2004/02/02/66130.aspx"&gt;http://weblogs.asp.net/cazzu/archive/2004/02/02/66130.aspx&lt;/a&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=66133" width="1" height="1"&gt;</description></item><item><title>Calendar buggy styles, and the OOP fix!</title><link>http://weblogs.asp.net/vga/archive/2004/02/01/CalendarsBuggyStyleHandling.aspx#66135</link><pubDate>Mon, 02 Feb 2004 11:48:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:66135</guid><dc:creator>TrackBack</dc:creator><author>TrackBack</author><description>&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=66135" width="1" height="1"&gt;</description></item><item><title>Calendar buggy styles, and the OOP fix!</title><link>http://weblogs.asp.net/vga/archive/2004/02/01/CalendarsBuggyStyleHandling.aspx#66131</link><pubDate>Mon, 02 Feb 2004 11:46:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:66131</guid><dc:creator>TrackBack</dc:creator><author>TrackBack</author><description>&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=66131" width="1" height="1"&gt;</description></item><item><title>re: Calendar's buggy style handling</title><link>http://weblogs.asp.net/vga/archive/2004/02/01/CalendarsBuggyStyleHandling.aspx#65858</link><pubDate>Sun, 01 Feb 2004 18:31:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:65858</guid><dc:creator>Jason</dc:creator><author>Jason</author><description>I've seen this discussed online many times.  CSS is definately broken with the calendar control. &lt;br&gt;&lt;br&gt;Here's an earlier rant I ran across:  &lt;a target="_new" href="http://scottwater.com/blog/archive/2003/03/24/4214.aspx"&gt;http://scottwater.com/blog/archive/2003/03/24/4214.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;and here's a post I did on microsoft.public.dotnet.framework.aspnet.webcontrols:&lt;br&gt;&lt;br&gt;&lt;a target="_new" href="http://groups.google.com/groups?hl=en&amp;amp;lr=&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8&amp;amp;threadm=eWGyZDmzDHA.2308%40TK2MSFTNGP11.phx.gbl&amp;amp;rnum=1&amp;amp;prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26q%3Dcss%2B"&gt;http://groups.google.com/groups?hl=en&amp;amp;lr=&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8&amp;amp;threadm=eWGyZDmzDHA.2308%40TK2MSFTNGP11.phx.gbl&amp;amp;rnum=1&amp;amp;prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26q%3Dcss%2B&lt;/a&gt;!important%2Basp%253Acalendar%26sa%3DN%26tab%3Dwg&lt;br&gt;&lt;br&gt;to sum it up, you can use the !important to override the inline style . . . which is pretty rude in itself.&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=65858" width="1" height="1"&gt;</description></item><item><title>[.Net] Calendar et CSS</title><link>http://weblogs.asp.net/vga/archive/2004/02/01/CalendarsBuggyStyleHandling.aspx#65796</link><pubDate>Sun, 01 Feb 2004 08:03:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:65796</guid><dc:creator>TrackBack</dc:creator><author>TrackBack</author><description>&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=65796" width="1" height="1"&gt;</description></item></channel></rss>