<?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>BenEskew.com &#187; CSS</title>
	<atom:link href="http://www.beneskew.com/category/web-development/cascading-style-sheets/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beneskew.com</link>
	<description>Just another web developer&#039;s personal weblog.</description>
	<lastBuildDate>Wed, 23 Nov 2011 22:19:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>CSS Working Group Published First Working Draft of Grid Layout!</title>
		<link>http://www.beneskew.com/2011/04/css-working-group-published-first-working-draft-of-grid-layout/</link>
		<comments>http://www.beneskew.com/2011/04/css-working-group-published-first-working-draft-of-grid-layout/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 03:58:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[grid layout]]></category>

		<guid isPermaLink="false">http://www.beneskew.com/?p=257</guid>
		<description><![CDATA[Oh boy is my co-worker (he's a designer) going to be super-excited. Published just yesterday, the CSS Working Group has finished the first working draft of Grid Layout, yep, designers start rejoicing! For those that don't "get-it"...a grid layout is when you create a canvas and place horizontal and vertical lines evenly, creating a "grid-like" [...]]]></description>
			<content:encoded><![CDATA[<p>Oh boy is my co-worker (he's a designer) going to be super-excited. Published just yesterday, the CSS Working Group has finished the first working draft of Grid Layout, yep, designers start rejoicing!</p>
<p>For those that don't "get-it"...a grid layout is when you create a canvas and place horizontal and vertical lines evenly, creating a "grid-like" layout. Then, it makes the designers life so much easier to line-up elements and such to produce superb document/interface layouts. This, up until now, has been accomplished using a hodge-podge of techniques, from controlling an HTML table with JavaScript to careful measurements of floated elements...needless to say some pretty complicated things needed to go on in order to simply create a grid layout, let alone use one.</p>
<p>Well, since I'm running out of time I have to cut this short. Check out the <a href="http://www.w3.org/TR/2011/WD-css3-grid-layout-20110407/" target="_blank">CSS Working Group's Official CSS3 Grid Layout Working Draft</a> for in-depth information about this beauty!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beneskew.com/2011/04/css-working-group-published-first-working-draft-of-grid-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove The &#8220;Extended Network&#8221; Text From Your Myspace Profile</title>
		<link>http://www.beneskew.com/2007/06/remove-the-extended-network-text-from-your-myspace-profile/</link>
		<comments>http://www.beneskew.com/2007/06/remove-the-extended-network-text-from-your-myspace-profile/#comments</comments>
		<pubDate>Sat, 16 Jun 2007 21:40:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[MySpace Codes]]></category>

		<guid isPermaLink="false">http://beneskew.com/2007/06/16/remove-the-extended-network-text-from-your-myspace-profile/</guid>
		<description><![CDATA[So I figured out how to remove the text that says "Name is in your extended network." recently and now I'll post it here for you. NOTE: This just removes the text, not the whole table. Just simply place this code anywhere in your profile: &#60;style="text/css"&#62;span.blacktext12 { visibility:visible !important; background-color:transparent; font-size:0px; letter-spacing:-0.5px; width:435px; height:75px; display:block [...]]]></description>
			<content:encoded><![CDATA[<p>So I figured out how to remove the text that says "Name is in your extended network." recently and now I'll post it here for you. NOTE: This just removes the text, not the whole table. Just simply place this code anywhere in your profile:<br />
<code><br />
&lt;style="text/css"&gt;span.blacktext12 {<br />
visibility:visible !important;<br />
background-color:transparent;<br />
font-size:0px; letter-spacing:-0.5px;<br />
width:435px; height:75px; display:block !important; }<br />
span.blacktext12 img {display:none;}&lt;/style&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beneskew.com/2007/06/remove-the-extended-network-text-from-your-myspace-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove The &#8220;Add Comment&#8221; Link In Your Myspace Profile</title>
		<link>http://www.beneskew.com/2007/06/remove-the-add-comment-link-in-your-myspace-profile/</link>
		<comments>http://www.beneskew.com/2007/06/remove-the-add-comment-link-in-your-myspace-profile/#comments</comments>
		<pubDate>Sat, 16 Jun 2007 21:36:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[MySpace Codes]]></category>

		<guid isPermaLink="false">http://beneskew.com/2007/06/16/remove-the-add-comment-link-in-your-myspace-profile/</guid>
		<description><![CDATA[Well, for some reason or another I'm sure some of you would rather not let people leave comments or not be able to find the link to add a comment in your Myspace profile. Well, if that's so then I have a piece of code that may be of use to you. But please realize [...]]]></description>
			<content:encoded><![CDATA[<p>Well, for some reason or another I'm sure some of you would rather not let people leave comments or not be able to find the link to add a comment in your Myspace profile. Well, if that's so then I have a piece of code that may be of use to you. But please realize that a diligent ''Myspacer'' may still find a way to add their comments. Just simply place the following code anywhere in your profile:</p>
<p>&lt;style type="text/css"&gt;td.text td.text td td a, .redlink, td.text td.text td b a {visibility:visible!important;}<br />
td.text td.text td a {visibility:hidden;}&lt;/style&gt;&lt;a href="http://www.beneskew.com" target="_blank"&gt;&lt;img src="http://www.beneskew.com/img/myspace2.jpg" alt="Myspace Codes &amp; Stuff" style="position:absolute; left:0px; top: 0px; z-index:9;" border="0" /&gt;&lt;/a&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beneskew.com/2007/06/remove-the-add-comment-link-in-your-myspace-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auto-resize Images In The Comment List On Your MySpace</title>
		<link>http://www.beneskew.com/2007/06/auto-resize-images-in-the-comment-list-on-your-myspace/</link>
		<comments>http://www.beneskew.com/2007/06/auto-resize-images-in-the-comment-list-on-your-myspace/#comments</comments>
		<pubDate>Sat, 16 Jun 2007 21:30:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[MySpace Codes]]></category>

		<guid isPermaLink="false">http://beneskew.com/2007/06/16/auto-resize-images-in-the-comment-list-on-your-myspace/</guid>
		<description><![CDATA[Are you sick of your Myspace page constantly getting screwed up by people posting huge pictures in your comments?? I sure am! Well, I found a fix so you won't have to ever worry about that again!! It's quite simple really. Just put the following code anywhere in your profile: &#60;style type="text/css"&#62; td.text td.text table [...]]]></description>
			<content:encoded><![CDATA[<p>Are you sick of your Myspace page constantly getting screwed up by people posting huge pictures in your comments?? I sure am! Well, I found a fix so you won't have to ever worry about that again!! It's quite simple really. Just put the following code anywhere in your profile:</p>
<p>&lt;style type="text/css"&gt;<br />
td.text td.text table table table td a img {width:100px;}<br />
td.text td.text table table table td div img {width:80px;}<br />
td.text td.text table table td img {width:260px; max-width:260px; width:auto;}<br />
td.text td.text table table td div img {width:80px;}<br />
* html td.text td.text table table td img {width:260px;}<br />
* html td.text td.text table table td a img {width:90px;}<br />
* html td.text td.text table table td div img {width:80px;}<br />
&lt;/style&gt;&lt;a href="http://www.beneskew.com" target="_blank"&gt;&lt;img<br />
src="http://www.beneskew.com/img/myspace2.jpg" alt="Myspace Codes &amp; Stuff" style="position:absolute; left:0px; top: 0px; z-index:9;" border="0" /&gt;&lt;/a&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beneskew.com/2007/06/auto-resize-images-in-the-comment-list-on-your-myspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

