<?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>Beij Solutions &#187; Style</title>
	<atom:link href="http://www.beijsolutions.nl/category/style/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beijsolutions.nl</link>
	<description></description>
	<lastBuildDate>Mon, 19 Nov 2012 11:45:40 +0000</lastBuildDate>
	<language>nl-NL</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>Changing the Background Color for ActiveX Controls in SharePoint 2007</title>
		<link>http://www.beijsolutions.nl/2009/02/changing-the-background-color-for-activex-controls-in-sharepoint-2007/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=changing-the-background-color-for-activex-controls-in-sharepoint-2007</link>
		<comments>http://www.beijsolutions.nl/2009/02/changing-the-background-color-for-activex-controls-in-sharepoint-2007/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 12:08:00 +0000</pubDate>
		<dc:creator><![CDATA[markbeij]]></dc:creator>
				<category><![CDATA[ActiveX]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Style]]></category>

		<guid isPermaLink="false">http://www.beijsolutions.nl/?p=10</guid>
		<description><![CDATA[You may run into problems if you have a dark CSS background color for your site which is defined on the body element. The ActiveX control will show this dark color as its background color even if it is a &#8230; <a href="http://www.beijsolutions.nl/2009/02/changing-the-background-color-for-activex-controls-in-sharepoint-2007/">Verder lezen <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>You may run into problems if you have a dark CSS background color for your site which is defined on the body element. The ActiveX control will show this dark color as its background color even if it is a child of another element with a light background color. This makes it difficult , if not impossible, to read and work with the content in the control.</p>
<p>On <a href="http://tinyfly.com/entries/changing-the-background-color-for-activex-controls/">tinyfly.com</a> I&#8217;ve found the solution for this:</p>
<p>body {<br />    /* Background color for ActiveX items like &#8220;Edit in Datasheet */<br />    background-color: white;<br />}</p>
<p>form#aspnetForm {<br />    /* real background color for the site as a whole */<br />    background-color: #002842;</p>
<p>    /* to be sure it fills the whole page vertically */<br />    height: 100%;<br />}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beijsolutions.nl/2009/02/changing-the-background-color-for-activex-controls-in-sharepoint-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
