<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Andi Gibson &#187; CSS</title>
	<atom:link href="http://www.andigibson.co.uk/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andigibson.co.uk</link>
	<description>Professional Photography and Web Design</description>
	<lastBuildDate>Fri, 05 Feb 2010 10:24:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ASP.NET AJAX calendarExtendar &#8211; How to fix problems with days (saturday) being cut / chopped off</title>
		<link>http://www.andigibson.co.uk/34/aspnet-ajax-calendarextendar-how-to-fix-problems-with-days-saturday-being-cut-chopped-off/</link>
		<comments>http://www.andigibson.co.uk/34/aspnet-ajax-calendarextendar-how-to-fix-problems-with-days-saturday-being-cut-chopped-off/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 12:12:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[calendarExtender]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.andigibson.co.uk/?p=34</guid>
		<description><![CDATA[If you can&#8217;t see the Saturday column on your calendar its because of the padding applied throughout your document. You may already of realised this was the problem and not managed to track down the padding.
The best and easiest solution is to use a custom css class to over-ride the default like below and use [...]]]></description>
			<content:encoded><![CDATA[<p><strong>If you can&#8217;t see the Saturday column on your calendar its because of the padding applied throughout your document. You may already of realised this was the problem and not managed to track down the padding.</strong></p>
<p><strong>The best and easiest solution is to use a custom css class to over-ride the default like below and use the following to clear the padding and margins:</strong></p>
<p><strong><span style="color: #ffcc00;">.cal_Theme1 * {padding:0px;margin:0px;}</span></strong></p>
<p> The styles below can go in a linked stylesheet of in your document head.</p>
<p><strong>/* Calendar css */</strong><br />
.cal_Theme1 * {padding:0px;margin:0px;}<br />
.cal_Theme1 .ajax__calendar_container {background-color: #e2e2e2;width:192px;border:solid 1px #cccccc;}<br />
.cal_Theme1 .ajax__calendar_header{background-color: #ffffff; margin-bottom: 4px;}<br />
.cal_Theme1 .ajax__calendar_title,<br />
.cal_Theme1 .ajax__calendar_next,<br />
.cal_Theme1 .ajax__calendar_prev{color: #004080; padding-top: 3px;}<br />
.cal_Theme1 .ajax__calendar_body{background-color: #e9e9e9; border: solid 1px #cccccc;}<br />
.cal_Theme1 .ajax__calendar_dayname{text-align:center; font-weight:bold; margin-bottom: 4px; margin-top: 2px;}<br />
.cal_Theme1 .ajax__calendar_day{text-align:center;}<br />
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,<br />
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,<br />
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,<br />
.cal_Theme1 .ajax__calendar_active{color: #004080; font-weight:bold; background-color: #ffffff;}<br />
.cal_Theme1 .ajax__calendar_today{font-weight:bold;}<br />
.cal_Theme1 .ajax__calendar_other,<br />
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,<br />
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title{color: #bbbbbb;}</p>
<p><strong>ASP Code:</strong></p>
<p><strong>this is how you reference the style you created above in the asp page</strong></p>
<p>&lt;asp:TextBox ID=&#8221;F1_I2&#8243; runat=&#8221;server&#8221; CssClass=&#8221;bigInput&#8221;&gt;<br />
&lt;/asp:TextBox&gt;<br />
&lt;cc1:CalendarExtender ID=&#8221;F1_I2_CalendarExtender&#8221; CssClass=&#8221;cal_Theme1&#8243; runat=&#8221;server&#8221; TargetControlID=&#8221;F1_I2&#8243; Format=&#8221;dd/MM/yyyy&#8221;&gt;<br />
&lt;/cc1:CalendarExtender&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andigibson.co.uk/34/aspnet-ajax-calendarextendar-how-to-fix-problems-with-days-saturday-being-cut-chopped-off/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
