<?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>Web Development and stuff... &#187; CSS</title>
	<atom:link href="http://lenss.nl/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://lenss.nl</link>
	<description>Thijs Lensselink - Web Developer</description>
	<lastBuildDate>Mon, 06 Sep 2010 21:16:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Firefox&#8217;s weird black borders</title>
		<link>http://lenss.nl/2009/11/firefoxs-weird-black-borders/</link>
		<comments>http://lenss.nl/2009/11/firefoxs-weird-black-borders/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 09:11:16 +0000</pubDate>
		<dc:creator>Thijs Lensselink</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[zoom]]></category>

		<guid isPermaLink="false">http://lenss.nl/?p=545</guid>
		<description><![CDATA[A few weeks a go i was working on a new blog to replace the current WordPress software. The last two weeks however i had no time to work on it. So last night when i couldn&#8217;t sleep i loaded the site from my SVn repo. And when i opened it in firefox i was [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks a go i was working on a new blog to replace the current WordPress software. The last two weeks however i had no time to work on it. So last night when i couldn&#8217;t sleep i loaded the site from my SVn repo. And when i opened it in firefox i was suprised to see some weird black borders around some page elements. After checking my CSS i confirmed  it was not created by any CSS on the page. </p>
<p><a href="http://lenss.nl/wp-content/uploads/2009/11/blackline.jpg" rel="lightbox[545]"><img src="http://lenss.nl/wp-content/uploads/2009/11/blackline-300x292.jpg" alt="blackline" title="blackline" width="300" height="292" class="aligncenter size-medium wp-image-546" /></a></p>
<p>After an hour i got frustrated and went to bed. So this morning i was looking at it. An noticed a horizontal scrollbar. That shouldn&#8217;t be there i thought. And when i looked closy at the images on the page they looked correlated. It was like the page was zoomed in. Then it hit me. Firefox has a new zoom function. So after hitting</p>
<p>View > Zoom > Reset</p>
<p>The page was back to normal. It&#8217;s minor issue. But maybe it will help somebody from going crazy <img src='http://lenss.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://lenss.nl/2009/11/firefoxs-weird-black-borders/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Multiple versions of Internet Explorer on one machine</title>
		<link>http://lenss.nl/2008/06/multiple-versions-of-internet-explorer-on-one-machine/</link>
		<comments>http://lenss.nl/2008/06/multiple-versions-of-internet-explorer-on-one-machine/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 09:54:52 +0000</pubDate>
		<dc:creator>Thijs Lensselink</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Internet explorer]]></category>

		<guid isPermaLink="false">http://we.designandco.de/?p=14</guid>
		<description><![CDATA[When designing pages for multiple browsers. It&#8217;s pretty much a pain in the ass to get things looking similar cross all browsers. There are many Javascript libraries to help and ease the pain. But it doesn&#8217;t solve all. And hoping people will stop using IE 6 also doesn&#8217;t really help. So we are stuck in [...]]]></description>
			<content:encoded><![CDATA[<p>When designing pages for multiple browsers. It&#8217;s pretty much a pain in the ass to get things looking similar cross all browsers. There are many Javascript libraries to help and ease the pain. But it doesn&#8217;t solve all. And hoping people will stop using IE 6 also doesn&#8217;t really help. So we are stuck in getting things work in all those quirky browsers. So a developer / designer probably has multiple browsers installed. On my dev box i only use Firefox.</p>
<p>But when i have to build a design. I need to check al those browsers. So i have Firefox, Opera and Internet Explorer installed. The problem with internet explorer is that you can&#8217;t run multiple versions on the same machine. Well at least not without a long hacking session. To solve this problem most of the time i used something like Virtual Machine or Virtual Desktop. The problem is that applications like that eat memory. And there is always the minor annoyances with losing focus on my <a href="http://www.zend.com/en/products/studio/" target="_blank">IDE</a> because the VM window is still active.</p>
<p>Some time ago. My coworker Bart send a link to a tool called <a href="http://www.my-debugbar.com/wiki/IETester/HomePage" target="_blank">IETester</a>. This nice little (24mb) tool let&#8217;s you run multiple versions of Internet explorer on one machine. It&#8217;s possible to test pages in version 5.5 and up. even the upcomming (still in beta) version 8 is supported. At the time of writing it is still in alpha stage. But it works great. I did have some unexplainable crashes. And there are some known issue&#8217;s like:</p>
<ul>
<li>When resizing, the content may disappear. I am working to correct it on the next version.</li>
<li>The Previous/Next buttons are not working properly</li>
<li>Focus is not working properly</li>
<li>Java applets are not working</li>
<li>Flash is not working on <span class="wikiword">IE6</span> instance.</li>
</ul>
<p>Besides that it does what it&#8217;s build for. A nice tool to add to your arsenal.</p>
]]></content:encoded>
			<wfw:commentRss>http://lenss.nl/2008/06/multiple-versions-of-internet-explorer-on-one-machine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Missing Gem for webdesign</title>
		<link>http://lenss.nl/2008/06/missing-gem-for-webdesign/</link>
		<comments>http://lenss.nl/2008/06/missing-gem-for-webdesign/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 09:35:46 +0000</pubDate>
		<dc:creator>Thijs Lensselink</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://we.designandco.de/?p=3</guid>
		<description><![CDATA[Lately i&#8217;ve been working on a project. And one of the requirements is that the user interface works from IE 6 and up. Now i have to admit that it&#8217;s been a while since i did CSS. And forgot what a pain it is to get things working cross browser. There is always those little [...]]]></description>
			<content:encoded><![CDATA[<p>Lately i&#8217;ve been working on a project. And one of the requirements is that the user interface works from IE 6 and up. Now i have to admit that it&#8217;s been a while since i did <a href="http://www.w3.org/Style/CSS/" target="_blank">CSS</a>. And forgot what a pain it is to get things working cross browser. There is always those little irritating IE 6 bugs that double your working time because you either need to fix a bug. Or because you need to create a different stylesheet for a certain browser.</p>
<p>So when i hit the <a href="http://www.positioniseverything.net/explorer/threepxtest.html" target="_blank">3 pixel gap</a> bug in IE 6 again. I wanted to start and create a javascript based fix. But first did a google search. To see of nobody had the same genius idea. And low and behold. Somebody did. I found this great little Gem ie7-js It&#8217;s a Javascript library created by <a title="Dean Edwards" href="http://dean.edwards.name/" target="_blank">Dean Edwards</a>. For a lot of things their already were fixes floating around the web. But this has it all. It fixes the <abbr title="Portable Network Graphics (format)">PNG</abbr> alpha transparency bug in IE 5.5 and 6.0. Makes sure the :hover element is not only usable on &lt;a&gt; elements. And a whole lot more. The new IE8-js version is even more complete. And adds advanced CSS selectors and properties.</p>
<p>Using it is as simple as including this in the header section of your (X)HTML:</p>
<pre class="prettyprint"><a id="IE8.js">&lt;!--[if lt IE 8]&gt;
&lt;script src="IE8.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;![endif]--&gt;
</a></pre>
<p>*demo <a href="http://ie7-js.googlecode.com/svn/test/index.html">http://ie7-js.googlecode.com/svn/test/index.html</a></p>
<p>*site <a href="http://code.google.com/p/ie7-js/" target="_blank">http://code.google.com/p/ie7-js/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lenss.nl/2008/06/missing-gem-for-webdesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
