<?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 Design Taxi Blog &#187; CSS Issues</title>
	<atom:link href="http://www.webdesigntaxi.com/blog/category/web-design/css-issues-web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdesigntaxi.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 17 May 2010 16:59:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Css design versus tables</title>
		<link>http://www.webdesigntaxi.com/blog/2009/01/css-design-versus-tables/</link>
		<comments>http://www.webdesigntaxi.com/blog/2009/01/css-design-versus-tables/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 17:38:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS Issues]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[cascading style sheets]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[divs]]></category>
		<category><![CDATA[loading time]]></category>
		<category><![CDATA[modern web designers]]></category>
		<category><![CDATA[nested tables]]></category>
		<category><![CDATA[position elements of your website]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[tableless designs]]></category>
		<category><![CDATA[tables]]></category>

		<guid isPermaLink="false">http://www.webdesigntaxi.com/blog/?p=267</guid>
		<description><![CDATA[CSS also known as cascading style sheets can be used for entire website layouts. But why would you use them rather than the tables that have been used for ages? CSS is not only good for making your text look pretty. You can position elements of your website with it. The reason most modern web [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.webdesigntaxi.com/blog/2009/01/css-design-versus-tables/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "Css+design+versus+tables";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>CSS also known as cascading style sheets can be used for entire website layouts. But why would you use them rather than the tables that have been used for ages?</p>
<p>CSS is not only good for making your text look pretty. You can position elements of your website with it. The reason most modern web designers push for tableless designs can be confusing for those not familiar with <span class='bm_keywordlink'><a href="http://www.webdesigntaxi.com/search-engine-optimization.php">search engine optimization</a></span> and standards based design. The use of style sheets cuts down on the code which not only helps web page loading time, but also assists search engines in indexing your website.</p>
<p>Tables are bulky because they require multiple tags such as:</p>
<p>&lt;table&gt;</p>
<p>     &lt;tr&gt;</p>
<p>          &lt;td&gt;&lt;/td&gt;</p>
<p>     &lt;/tr&gt;</p>
<p>&lt;/table&gt;</p>
<p>That is your basic table requirement. And every time you want to add newly positioned content you have to add nested tables. With CSS you can simply use &lt;div&gt;&lt;/div&gt; to accomplish the same thing above.</p>
<p>The next time you start a design, use DIVs to make it happen and you will be pleasantly surprised about how much more efficient it is.</p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites, except for rss news reader websites, breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> 98r4wueyriewuri8349232 (38.107.191.86) )</small>]]></content:encoded>
			<wfw:commentRss>http://www.webdesigntaxi.com/blog/2009/01/css-design-versus-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inserting rollover text using Dreamweaver CS3</title>
		<link>http://www.webdesigntaxi.com/blog/2008/07/inserting-rollover-text-using-dreamweaver-cs3/</link>
		<comments>http://www.webdesigntaxi.com/blog/2008/07/inserting-rollover-text-using-dreamweaver-cs3/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 03:03:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS Issues]]></category>
		<category><![CDATA[Web Layout Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[dreamweaver cs3]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[hover]]></category>
		<category><![CDATA[rollover images]]></category>
		<category><![CDATA[rollover text]]></category>
		<category><![CDATA[simple css work]]></category>
		<category><![CDATA[visited]]></category>

		<guid isPermaLink="false">http://www.webdesigntaxi.com/blog/?p=107</guid>
		<description><![CDATA[To answer a question, inserting rollover text into a web page using dreamweaver cs3 is easy. It is a matter of some simple css work. Unless of course you are using graphics then you are probably working with rollover images even though it looks like text. When using dreamweaver you will notice on the right side [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.webdesigntaxi.com/blog/2008/07/inserting-rollover-text-using-dreamweaver-cs3/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "Inserting+rollover+text+using+Dreamweaver+CS3";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>To answer a question, inserting rollover text into a web page using dreamweaver cs3 is easy. It is a matter of some simple css work. Unless of course you are using graphics then you are probably working with rollover images even though it looks like text.</p>
<p>When using dreamweaver you will notice on the right side panel an area for css. You right click on that area and create a new class, or a new stylesheet if none has been added yet. You then set the properties for the text. IF it is a <span class='bm_keywordlink'><a href="http://www.webdesigntaxi.com/link-building.php">link</a></span> then you want to set the standard, visited, and hover properties or you will end up with one of those ugly purple links after it is clicked on. The visited attribute tells the browser to reset that style to the standard setting so it looks the same after it has been visited. The hover attribute lets you show underlined text or a different color text. There are other goodies but I am not getting into all of that right now.</p>
<p>If you are working with rollover images then you need to insert image elements, then select rollover image. You would select the standard image and the hover image along with the alt text and a name for the image being called in the javascript. Simple as that.</p>
<p>Good Luck!</p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites, except for rss news reader websites, breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> 98r4wueyriewuri8349232 (38.107.191.86) )</small>]]></content:encoded>
			<wfw:commentRss>http://www.webdesigntaxi.com/blog/2008/07/inserting-rollover-text-using-dreamweaver-cs3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using CSS for rollover links</title>
		<link>http://www.webdesigntaxi.com/blog/2008/07/using-css-for-rollover-links/</link>
		<comments>http://www.webdesigntaxi.com/blog/2008/07/using-css-for-rollover-links/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 15:47:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS Issues]]></category>
		<category><![CDATA[Web Layout Design]]></category>
		<category><![CDATA[a:hover]]></category>
		<category><![CDATA[a:visited]]></category>
		<category><![CDATA[cascading style sheets]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[linked]]></category>
		<category><![CDATA[rollover text]]></category>
		<category><![CDATA[stylesheets.stylesheet]]></category>

		<guid isPermaLink="false">http://www.webdesigntaxi.com/blog/?p=72</guid>
		<description><![CDATA[CSS (cascading style sheets) is a language used to style web pages. With css you can position elements, change font sizes and colors, and create dropdown menus without messy javascript cluttering up your code. This post will cover rollover text links. In your stylesheet you will have a class that you created for the navigation [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.webdesigntaxi.com/blog/2008/07/using-css-for-rollover-links/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "Using+CSS+for+rollover+links";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>CSS (cascading style sheets) is a language used to style web pages. With css you can position elements, change font sizes and colors, and create dropdown menus without messy javascript cluttering up your code.</p>
<p>This post will cover rollover text links. In your stylesheet you will have a class that you created for the navigation text. For this example let&#8217;s call it .NavText from now on.</p>
<p>You will notice that if you add a <span class='bm_keywordlink'><a href="http://www.webdesigntaxi.com/link-building.php">link</a></span> to that text, your text will no longer have the style you created for it. This is because you created the style for the NavText but you did not create it for a linked item. To create these styles you would insert the following style code.</p>
<p>.NavText a {      <em>//This is for linked items. It shows the same as original style.<br />
</em>samestylesasNavText;<br />
}</p>
<p>.NavText a:visited {    <em>// This shows original style after the <span class='bm_keywordlink'><a href="http://www.webdesigntaxi.com/link-building.php">link</a></span> was clicked.</em><br />
samestylesasNavText;<br />
}</p>
<p>.NavText a:hover {   <em>// Here I added an underline for when you mouseover the <span class='bm_keywordlink'><a href="http://www.webdesigntaxi.com/link-building.php">link</a></span>.<br />
</em>samestylesasNavText;<br />
text-decoration: underline; }</p>
<p>Notice that I added the &#8216;hover&#8217; style underneath the others. If you were to place that style in between or before then it would not show the desired result. This is because the style on the bottom overrides the ones above it. That is why it is called <strong>CASCADING style sheets</strong>.</p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites, except for rss news reader websites, breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> 98r4wueyriewuri8349232 (38.107.191.86) )</small>]]></content:encoded>
			<wfw:commentRss>http://www.webdesigntaxi.com/blog/2008/07/using-css-for-rollover-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aligning the content of your tableless site using css</title>
		<link>http://www.webdesigntaxi.com/blog/2008/06/aligning-a-content-of-your-tableless-site-using-css/</link>
		<comments>http://www.webdesigntaxi.com/blog/2008/06/aligning-a-content-of-your-tableless-site-using-css/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 00:37:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS Issues]]></category>
		<category><![CDATA[align center]]></category>
		<category><![CDATA[body margin]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[tableless]]></category>
		<category><![CDATA[tables]]></category>

		<guid isPermaLink="false">http://www.webdesigntaxi.com/blog/?p=24</guid>
		<description><![CDATA[I have been active in various forums and blog dicussions about web design and marketing. A common issue that seems to come up with inexperienced designers is how do you align your page container using nothing more than css. With tables it is very easy. You would simply use a &#60;table align=&#8221;center&#8221;&#62;. With css it can [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.webdesigntaxi.com/blog/2008/06/aligning-a-content-of-your-tableless-site-using-css/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "Aligning+the+content+of+your+tableless+site+using+css";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>I have been active in various forums and blog dicussions about <span class='bm_keywordlink'><a href="http://www.webdesigntaxi.com/website-design.php">web design</a></span> and marketing. A common issue that seems to come up with inexperienced designers is how do you align your page container using nothing more than css.</p>
<p>With tables it is very easy. You would simply use a &lt;table align=&#8221;center&#8221;&gt;. With css it can be very simple as well. You would still float your DIV left, but in the body class you would set the body-margin left to between 200-250. This will make your main container appear in the middle of the browser. The value would depend on the width of the main container. This obviously is a non-issue with a fluid design that uses a width of 100%.</p>
<p>If any experienced designers would like to add on this with a separate solution, feel free to leave a comment below.</p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites, except for rss news reader websites, breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> 98r4wueyriewuri8349232 (38.107.191.86) )</small>]]></content:encoded>
			<wfw:commentRss>http://www.webdesigntaxi.com/blog/2008/06/aligning-a-content-of-your-tableless-site-using-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
