<?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>Phine Solutions &#187; css/design</title>
	<atom:link href="http://www.phinesolutions.com/topics/cssdesign/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phinesolutions.com</link>
	<description>A web log for web work</description>
	<lastBuildDate>Wed, 30 Jun 2010 16:23:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS min-width</title>
		<link>http://www.phinesolutions.com/css-min-width.html</link>
		<comments>http://www.phinesolutions.com/css-min-width.html#comments</comments>
		<pubDate>Sun, 12 Nov 2006 03:33:46 +0000</pubDate>
		<dc:creator>1.618</dc:creator>
				<category><![CDATA[css/design]]></category>

		<guid isPermaLink="false">http://www.phinesolutions.com/css-min-width.html</guid>
		<description><![CDATA[   While designing fluid multi-column page using CSS, the right column may wrap under if the browser is resized to a small width. To avoid this we can define min-width for the body tag so the columns won&#8217;t wrap.  The trick is how to convince IE.
In IE 7, the following will work [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #3f7f7f;"><span style="color: #3f7f7f;"><span style="color: #3f7f7f;"><span style="color: #3f7f7f;"><span style="color: #3f7f7f;"><span><span> </span></span></span></span></span> </span></span> While designing fluid multi-column page using CSS, the right column may wrap under if the browser is resized to a small width. To avoid this we can define min-width for the body tag so the columns won&#8217;t wrap.  The trick is how to convince IE.</p>
<p>In IE 7, the following will work just fine:  body {width: auto; min-width: 600px;}</p>
<p>But not for the earlier version though..  Earlier version of IE has no concept of the &#8220;min-width&#8221;, as a matter of fact, it thinks &#8220;width&#8221; represent the min-width.</p>
<p>Someone came up with the body tag like this:  body {width: 600px;}  html&gt;body {width: auto; min-width: 600px;}  The first line is for IE and the second line is for Firefox, Opera or Safari. However, this doesn&#8217;t work for some IEs.  The last resort, will be to use Javascript to set the min-width using the DOM object access.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phinesolutions.com/css-min-width.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the web 2.0 look</title>
		<link>http://www.phinesolutions.com/the-web-20-look.html</link>
		<comments>http://www.phinesolutions.com/the-web-20-look.html#comments</comments>
		<pubDate>Wed, 11 Oct 2006 04:00:44 +0000</pubDate>
		<dc:creator>1.618</dc:creator>
				<category><![CDATA[css/design]]></category>

		<guid isPermaLink="false">http://www.phinesolutions.com/?p=26</guid>
		<description><![CDATA[I would summary the web 2.0 look in these few words: bigger font and a lot of white spaces&#8230;:)
More and more web designers have realized that people come to web for quickfix of information, whether it is news, tools, or just fun stuff. People scan through the text and move around quickly. A simple design [...]]]></description>
			<content:encoded><![CDATA[<p>I would summary the web 2.0 look in these few words: bigger font and a lot of white spaces&#8230;:)</p>
<p>More and more web designers have realized that people come to web for quickfix of information, whether it is news, tools, or just fun stuff. People scan through the text and move around quickly. A simple design with less options on the page can actually help the users to read and surf.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phinesolutions.com/the-web-20-look.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add a round corner to your menu without using images</title>
		<link>http://www.phinesolutions.com/add-a-round-corner-to-your-menu-without-using-images.html</link>
		<comments>http://www.phinesolutions.com/add-a-round-corner-to-your-menu-without-using-images.html#comments</comments>
		<pubDate>Sun, 08 Oct 2006 15:26:05 +0000</pubDate>
		<dc:creator>1.618</dc:creator>
				<category><![CDATA[css/design]]></category>

		<guid isPermaLink="false">http://www.phinesolutions.com/?p=22</guid>
		<description><![CDATA[Here is a great article about adding the roundish corner to your menu or div layer without having to involve the images for the corners.
Granted it has its limitations, for example, not showing too smooth on a dark background, but it is absolutely a smart idea and easy implementation (no need for those little corner [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a <a href="http://www.webreference.com/programming/css_borders/index.html">great article</a> about adding the roundish corner to your menu or div layer without having to involve the images for the corners.</p>
<p>Granted it has its limitations, for example, not showing too smooth on a dark background, but it is absolutely a smart idea and easy implementation (no need for those little corner images).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phinesolutions.com/add-a-round-corner-to-your-menu-without-using-images.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>z-index and select box</title>
		<link>http://www.phinesolutions.com/z-index-and-select-box.html</link>
		<comments>http://www.phinesolutions.com/z-index-and-select-box.html#comments</comments>
		<pubDate>Sat, 07 Oct 2006 19:14:51 +0000</pubDate>
		<dc:creator>1.618</dc:creator>
				<category><![CDATA[css/design]]></category>

		<guid isPermaLink="false">http://www.phinesolutions.com/?p=20</guid>
		<description><![CDATA[While I was trying to display a div block with a different z-index, I noticed it wouldn&#8217;t cover everything underneath it. Namely, the form components like a selection box. Firefox seems to be ok but on IE it looks quite ugly with the form components showing through which supposed to be covered space.
A few fixes [...]]]></description>
			<content:encoded><![CDATA[<p>While I was trying to display a div block with a different z-index, I noticed it wouldn&#8217;t cover everything underneath it. Namely, the form components like a selection box. Firefox seems to be ok but on IE it looks quite ugly with the form components showing through which supposed to be covered space.</p>
<p>A few fixes can be applied:</p>
<ul>
<li>use javascript to hide the form components when the upper div is shown &#8211; a pretty complicated solution.</li>
<li>use iframe in the div block to really cover things up.</li>
<li>Just use &#8220;absolute&#8221; position without z-index, so it won&#8217;t try to cover, and just push the space down &#8211; ok solution if it works for the design, I guess.</li>
<li>Get firefox &#8211; can&#8217;t tell this to your user though&#8230; <img src='http://www.phinesolutions.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.phinesolutions.com/z-index-and-select-box.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>css tips &#8211; hide the tool bar from the textarea</title>
		<link>http://www.phinesolutions.com/css-tips-hide-the-tool-bar-from-the-textarea.html</link>
		<comments>http://www.phinesolutions.com/css-tips-hide-the-tool-bar-from-the-textarea.html#comments</comments>
		<pubDate>Fri, 06 Oct 2006 03:00:06 +0000</pubDate>
		<dc:creator>1.618</dc:creator>
				<category><![CDATA[css/design]]></category>

		<guid isPermaLink="false">http://www.phinesolutions.com/?p=8</guid>
		<description><![CDATA[How to hide the scroll bar of the text area?
use overflow:auto style.
]]></description>
			<content:encoded><![CDATA[<p>How to hide the scroll bar of the text area?<br />
use overflow:auto style.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phinesolutions.com/css-tips-hide-the-tool-bar-from-the-textarea.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A float DIV overflow tip</title>
		<link>http://www.phinesolutions.com/a-float-div-overflow-tip.html</link>
		<comments>http://www.phinesolutions.com/a-float-div-overflow-tip.html#comments</comments>
		<pubDate>Fri, 29 Sep 2006 03:09:33 +0000</pubDate>
		<dc:creator>1.618</dc:creator>
				<category><![CDATA[css/design]]></category>

		<guid isPermaLink="false">http://www.phinesolutions.com/?p=7</guid>
		<description><![CDATA[I have a container div which has one or several images inside. The container has a border. Since I want the images flow naturally I applied &#8220;float: left&#8221; to the image wrapper div.
Here comes the problem: the image grows outside the container DIV.
Reason: Floated elements can extend outside their containers (and their containers&#8217; margins). To [...]]]></description>
			<content:encoded><![CDATA[<p>I have a container div which has one or several images inside. The container has a border. Since I want the images flow naturally I applied &#8220;float: left&#8221; to the image wrapper div.</p>
<p>Here comes the problem: the image grows outside the container DIV.</p>
<p>Reason: Floated elements can extend outside their containers (and their containers&#8217; margins). To make sense of this, consider this scenario: if I have a fairly large image and a few small paragraphs floating to its right, the image has to be able to flow outside the container; otherwise only the first paragraph stays on the right side of the image and the rest will be moved below the image, which is not what I intend it to be.</p>
<p>To fix this, end the image(s) with a &#8220;cleardiv&#8221; (DIV with &#8220;clear:both&#8221; style) which will force the container to wrap all the images.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phinesolutions.com/a-float-div-overflow-tip.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is my design good enough?</title>
		<link>http://www.phinesolutions.com/is-my-design-good-enough.html</link>
		<comments>http://www.phinesolutions.com/is-my-design-good-enough.html#comments</comments>
		<pubDate>Thu, 28 Sep 2006 02:22:22 +0000</pubDate>
		<dc:creator>1.618</dc:creator>
				<category><![CDATA[css/design]]></category>

		<guid isPermaLink="false">http://www.phinesolutions.com/?p=5</guid>
		<description><![CDATA[I love designing web pages. But often times, I found myself submerged in the endless changing and tweaking the page designs and still not satisfied with the result. This can last hours and sometimes days. I figure this is not the most efficient way to get the things done. Here are some tips I use [...]]]></description>
			<content:encoded><![CDATA[<p>I love designing web pages. But often times, I found myself submerged in the endless changing and tweaking the page designs and still not satisfied with the result. This can last hours and sometimes days. I figure this is not the most efficient way to get the things done. Here are some tips I use to improve this:</p>
<p>When stuck in an endless design change, take a break and come back with some fresh eyes and fresh mind. I know it is really hard to put down the unfinished work but this can actually help us finish quicker. Plus, this step leads to the next one, which is even more important;</p>
<p>Use this break to think about what is the GOAL of this part of the design. Am I working to achieve the goal or I am simply just after the pure visual details? Is moving this image 10 pixel to the right really improve the usability of this web page? Ask the questions and get the answer from the design requirement.</p>
<p>Hope these tips can help you too my friend.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phinesolutions.com/is-my-design-good-enough.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A quick web design primer</title>
		<link>http://www.phinesolutions.com/a-quick-web-design-primer.html</link>
		<comments>http://www.phinesolutions.com/a-quick-web-design-primer.html#comments</comments>
		<pubDate>Thu, 28 Sep 2006 02:21:26 +0000</pubDate>
		<dc:creator>1.618</dc:creator>
				<category><![CDATA[css/design]]></category>

		<guid isPermaLink="false">http://www.phinesolutions.com/?p=4</guid>
		<description><![CDATA[To build a really user friendly web site, made a list of rules that I consider a user really hates, and us, as the site designers, try to work on:
I don&#8217;t want to be lost in your site.
The usability is the key to your web site. The user ought to be able to easily tell [...]]]></description>
			<content:encoded><![CDATA[<p>To build a really user friendly web site, made a list of rules that I consider a user really hates, and us, as the site designers, try to work on:</p>
<p>I don&#8217;t want to be lost in your site.<br />
The usability is the key to your web site. The user ought to be able to easily tell &#8220;where I am&#8221; and &#8220;what I am doing&#8221; all the time on your web site. How to do this? Good navigation system and clear links. They really need to stand out from the rest of the content. Sometimes a simple underlink navigation beats the sophisticated rollover image manu. Why? Because they are just easier to follow.</p>
<p>I love your content, but can I see your main point first?<br />
Every web site (or page) need to have a clear point from the very beginning. Web users scam the content. And they will appreciate the clear writing which shows them what this page is all about.</p>
<p>I love your content, but I am lazy and I don&#8217;t want to dig around.<br />
Links are good. They provide nice structure. But overuse the internal links can really test someone&#8217;s patience. Don&#8217;t make the users make too many clicks. For example, if you contact phone number and email are short enough (which is true most of the time), show them instead of putting a &#8220;click here&#8221; link which leads to another page.</p>
<p>Your image is obscure, and what does this icon mean?<br />
Images bring the liveliness to your web page. And remember, they can also be the source of the distraction. The image needs to fit the whole theme of your web page. They are the &#8220;eye-pleasers&#8221;, not dominant roles.</p>
<p>Talk to me&#8230;<br />
Write the web copy like you are talking to someone.</p>
<p>Left, or right?<br />
I&#8217;ve seen some web sites place their logo on the right top corner of the page. Quitely frankly I think this is not a very good idea. In English speaking country, people read from left to right. Maybe that logo looks nice on the right, but it really works against users&#8217; brain.</p>
<p>My eyes don&#8217;t want to jump!<br />
A web site needs to have a consistent flow, left to right, up and down. It should guide the user to the next click or next part of your page, natuarally.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phinesolutions.com/a-quick-web-design-primer.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
