<?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>Devign &#124; Web Development, JavaScript, CSS, MooTools &#124; Elad Ossadon &#187; CSS</title> <atom:link href="http://devign.me/category/css/feed/" rel="self" type="application/rss+xml" /><link>http://devign.me</link> <description>Development with Style</description> <lastBuildDate>Tue, 20 Dec 2011 18:26:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>CSS: Stretch a Box to its Parent’s Bounds</title><link>http://devign.me/css-stretch-a-box-to-its-parent-bounds/</link> <comments>http://devign.me/css-stretch-a-box-to-its-parent-bounds/#comments</comments> <pubDate>Sun, 29 Aug 2010 10:00:49 +0000</pubDate> <dc:creator>Elad Ossadon</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[css]]></category> <category><![CDATA[position]]></category> <category><![CDATA[sticky header and footer]]></category> <guid
isPermaLink="false">http://devign.me/?p=530</guid> <description><![CDATA[Not so famous, yet powerful feature of absolute positioning is stretching a box. Absolute positioning lets us having a box positioned according to the bounds of the closest relative/absolute/body parent (also known as offset parent). The most popular use is having a box positioned in either top or bottom and right or left coordinates, and [...]]]></description> <wfw:commentRss>http://devign.me/css-stretch-a-box-to-its-parent-bounds/feed/</wfw:commentRss> <slash:comments>17</slash:comments> </item> <item><title>Columns With Separator Border in CSS: The Easy Way</title><link>http://devign.me/columns-with-separator-border-in-css-the-easy-way/</link> <comments>http://devign.me/columns-with-separator-border-in-css-the-easy-way/#comments</comments> <pubDate>Mon, 12 Jul 2010 10:41:23 +0000</pubDate> <dc:creator>Elad Ossadon</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[HTML]]></category> <category><![CDATA[css]]></category> <category><![CDATA[html]]></category> <guid
isPermaLink="false">http://devign.me/?p=103</guid> <description><![CDATA[CSS comes with quite a few production faults. You can’t properly vertically align, and you can’t comfortably create columns in a website without hacks. Creating two columns with a dividing border, with the border’s length depending on that of the longest column and without the use of background images or JavaScript, is also a non-standard [...]]]></description> <wfw:commentRss>http://devign.me/columns-with-separator-border-in-css-the-easy-way/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>OhBehave – Apply Behavior to Static/Dynamic Elements, Immediately</title><link>http://devign.me/ohbehave-apply-behavior-to-elements/</link> <comments>http://devign.me/ohbehave-apply-behavior-to-elements/#comments</comments> <pubDate>Wed, 23 Jun 2010 10:13:09 +0000</pubDate> <dc:creator>Elad Ossadon</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[HTML]]></category> <category><![CDATA[JavaScript]]></category> <category><![CDATA[ajax]]></category> <category><![CDATA[behavior]]></category> <category><![CDATA[css]]></category> <category><![CDATA[dom]]></category> <category><![CDATA[elements]]></category> <category><![CDATA[html]]></category> <category><![CDATA[javascript]]></category> <guid
isPermaLink="false">http://en.devign.co.il/?p=5</guid> <description><![CDATA[Applying a behavior on an element is a very common thing in web applications and rich web sites.
For example:
Converting a dropdown (<select> tag) to an AutoComplete control
Wrapping a element with a complex frame (rounded corners, shadows, opacity)
Applying a group of events
Having a floating label on an element and hiding it on a value change or focus
A standard solution will be waiting until DOM is ready (a function that exists in every honored JS library), finding all elements with a certain class and call a JS function on that element, that will attach the behavior.]]></description> <wfw:commentRss>http://devign.me/ohbehave-apply-behavior-to-elements/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Table Layout in CSS</title><link>http://devign.me/table-layout-in-css/</link> <comments>http://devign.me/table-layout-in-css/#comments</comments> <pubDate>Wed, 23 Jun 2010 10:10:40 +0000</pubDate> <dc:creator>Elad Ossadon</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[HTML]]></category> <category><![CDATA[css]]></category> <category><![CDATA[gallery]]></category> <category><![CDATA[html]]></category> <category><![CDATA[layout]]></category> <category><![CDATA[table]]></category> <guid
isPermaLink="false">http://devign.me/?p=93</guid> <description><![CDATA[I’ve been in this situation quite often: We have a list of elements that need to be laid out on the page in the following manner: Each element has fixed width / height. There are a number of elements in a row. There must be an equal space between any two elements. Well, this is [...]]]></description> <wfw:commentRss>http://devign.me/table-layout-in-css/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
