<?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>IdealProgrammer.com &#187; HTML</title> <atom:link href="http://idealprogrammer.com/category/other-languages/html/feed/" rel="self" type="application/rss+xml" /><link>http://idealprogrammer.com</link> <description>Take a Little Action each Day to Transform Yourself into the Ideal Programmer</description> <lastBuildDate>Sun, 22 Apr 2012 16:50:40 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Html5 id</title><link>http://idealprogrammer.com/other-languages/html/html5-id/</link> <comments>http://idealprogrammer.com/other-languages/html/html5-id/#comments</comments> <pubDate>Thu, 02 Dec 2010 15:16:52 +0000</pubDate> <dc:creator>Saurabh</dc:creator> <category><![CDATA[HTML]]></category><guid
isPermaLink="false">http://idealprogrammer.com/?p=2936</guid> <description><![CDATA[<p>We all know what an id attribute in html means .</p><p>It is identification name of an element .</p><h3 style="color: red">But What&#039;s New with html 5 id attribute ?</h3><p>Well we all know that html 4.01 was&#160;&#160;pretty restrictive regarding what values are allowed for <code>id</code> attributes</p><p><a
href="http://idealprogrammer.com/other-languages/html/html5-id/" class="more-link">Read more on Html5 id&#8230;</a></p><p><a
href="http://idealprogrammer.com/other-languages/html/html5-id/">Html5 id</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p><p>Related posts:<ol><li><a
href='http://idealprogrammer.com/net-languages/code-samples/subquery-sql-server-subquery-modifier/' rel='bookmark' title='Permanent Link: Subquery ALL SQL Server Example: Subquery ALL modifier Example'>Subquery ALL SQL Server Example: Subquery ALL modifier Example</a> <small>Subquery ALL SQL Server Example: Subquery ALL modifier Example...</small></li><li><a
href='http://idealprogrammer.com/other-languages/html/css-advanced-selectors/' rel='bookmark' title='Permanent Link: css advanced selectors'>css advanced selectors</a> <small>Combinators The advanced combinators allow you to define styles that...</small></li></ol></p><p>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a
href="http://idealprogrammer.com/other-languages/html/html5-id/">Html5 id</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p>Related posts:<ol><li><a
href='http://idealprogrammer.com/net-languages/code-samples/subquery-sql-server-subquery-modifier/' rel='bookmark' title='Permanent Link: Subquery ALL SQL Server Example: Subquery ALL modifier Example'>Subquery ALL SQL Server Example: Subquery ALL modifier Example</a> <small>Subquery ALL SQL Server Example: Subquery ALL modifier Example...</small></li><li><a
href='http://idealprogrammer.com/other-languages/html/css-advanced-selectors/' rel='bookmark' title='Permanent Link: css advanced selectors'>css advanced selectors</a> <small>Combinators The advanced combinators allow you to define styles that...</small></li></ol>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description> <content:encoded><![CDATA[<p>We all know what an id attribute in html means .</p><p>It is identification name of an element .</p><h3 style="color: red">But What&#039;s New with html 5 id attribute ?</h3><p>Well we all know that html 4.01 was&nbsp;&nbsp;pretty restrictive regarding what values are allowed for <code>id</code> attributes</p><p>There is some good news :-</p><p>In html5 you can enter almost anything in the id attribute.</p><p>That means you can insert (. , : anything in id attribute)</p><p>But it is recommended to keep your coding clean and understadable.</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p><a
href="http://idealprogrammer.com/other-languages/html/html5-id/">Html5 id</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p><p>Related posts:<ol><li><a
href='http://idealprogrammer.com/net-languages/code-samples/subquery-sql-server-subquery-modifier/' rel='bookmark' title='Permanent Link: Subquery ALL SQL Server Example: Subquery ALL modifier Example'>Subquery ALL SQL Server Example: Subquery ALL modifier Example</a> <small>Subquery ALL SQL Server Example: Subquery ALL modifier Example...</small></li><li><a
href='http://idealprogrammer.com/other-languages/html/css-advanced-selectors/' rel='bookmark' title='Permanent Link: css advanced selectors'>css advanced selectors</a> <small>Combinators The advanced combinators allow you to define styles that...</small></li></ol></p><p>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded> <wfw:commentRss>http://idealprogrammer.com/other-languages/html/html5-id/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to use images correctly in html</title><link>http://idealprogrammer.com/other-languages/html/images-correctly-html/</link> <comments>http://idealprogrammer.com/other-languages/html/images-correctly-html/#comments</comments> <pubDate>Sat, 13 Nov 2010 08:20:15 +0000</pubDate> <dc:creator>asp.net videos</dc:creator> <category><![CDATA[HTML]]></category><guid
isPermaLink="false">http://idealprogrammer.com/?p=2879</guid> <description><![CDATA[<p>Webpages are not complete without images ?</p><p>But it is important to keep in mind some basic things about images when it comes to designing webpages using images</p><p>#Tip1 Never use absolute paths for images because incase that link is dead your webpage will look awful instead use relative paths .</p><p><a
href="http://idealprogrammer.com/other-languages/html/images-correctly-html/" class="more-link">Read more on How to use images correctly in html&#8230;</a></p><p><a
href="http://idealprogrammer.com/other-languages/html/images-correctly-html/">How to use images correctly in html</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p><p>Related posts:<ol><li><a
href='http://idealprogrammer.com/other-languages/html/style-html-content-area/' rel='bookmark' title='Permanent Link: How can you style your html content area'>How can you style your html content area</a> <small>If you are deciding to make your own website or...</small></li><li><a
href='http://idealprogrammer.com/other-languages/html/absolute-relative-path-beginners/' rel='bookmark' title='Permanent Link: Absolute and Relative path for beginners'>Absolute and Relative path for beginners</a> <small>When you&#39;re creating links to documents and images on the...</small></li><li><a
href='http://idealprogrammer.com/net-languages/code-samples/html-dom-object-collections-images/' rel='bookmark' title='Permanent Link: Images Example JavaScript (JS): HTML DOM Object Collections &#8211; Images Example JavaScript (JS)'>Images Example JavaScript (JS): HTML DOM Object Collections &#8211; Images Example JavaScript (JS)</a> <small>Images Example JavaScript (JS): HTML DOM Object Collections - Images...</small></li></ol></p><p>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a
href="http://idealprogrammer.com/other-languages/html/images-correctly-html/">How to use images correctly in html</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p>Related posts:<ol><li><a
href='http://idealprogrammer.com/other-languages/html/style-html-content-area/' rel='bookmark' title='Permanent Link: How can you style your html content area'>How can you style your html content area</a> <small>If you are deciding to make your own website or...</small></li><li><a
href='http://idealprogrammer.com/other-languages/html/absolute-relative-path-beginners/' rel='bookmark' title='Permanent Link: Absolute and Relative path for beginners'>Absolute and Relative path for beginners</a> <small>When you&#39;re creating links to documents and images on the...</small></li><li><a
href='http://idealprogrammer.com/net-languages/code-samples/html-dom-object-collections-images/' rel='bookmark' title='Permanent Link: Images Example JavaScript (JS): HTML DOM Object Collections &#8211; Images Example JavaScript (JS)'>Images Example JavaScript (JS): HTML DOM Object Collections &#8211; Images Example JavaScript (JS)</a> <small>Images Example JavaScript (JS): HTML DOM Object Collections - Images...</small></li></ol>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description> <content:encoded><![CDATA[<p>Webpages are not complete without images ?</p><p>But it is important to keep in mind some basic things about images when it comes to designing webpages using images</p><p>#Tip1 Never use absolute paths for images because incase that link is dead your webpage will look awful instead use relative paths .</p><p>Note: We have done a tutorial on relative and absolute paths</p><p>#Tip2 Never resize image using height and width properties of image tag because these attributes do resize the images but first the browser has to load the original image completely then browser resizes them so if the image is large webpage takes time to load . So you can resize them in photo editing tools and then upload them to your website.</p><p>#Tip3 Always give descriptions to images incase if your image dosnt work or if some one is facing problems to retrieve big images in mobiles etc they can see the small description (alt attribute)</p><p>If you have more tips and suggestions do tell us at idealprogrammer forums !!</p><p><a
href="http://idealprogrammer.com/other-languages/html/images-correctly-html/">How to use images correctly in html</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p><p>Related posts:<ol><li><a
href='http://idealprogrammer.com/other-languages/html/style-html-content-area/' rel='bookmark' title='Permanent Link: How can you style your html content area'>How can you style your html content area</a> <small>If you are deciding to make your own website or...</small></li><li><a
href='http://idealprogrammer.com/other-languages/html/absolute-relative-path-beginners/' rel='bookmark' title='Permanent Link: Absolute and Relative path for beginners'>Absolute and Relative path for beginners</a> <small>When you&#39;re creating links to documents and images on the...</small></li><li><a
href='http://idealprogrammer.com/net-languages/code-samples/html-dom-object-collections-images/' rel='bookmark' title='Permanent Link: Images Example JavaScript (JS): HTML DOM Object Collections &#8211; Images Example JavaScript (JS)'>Images Example JavaScript (JS): HTML DOM Object Collections &#8211; Images Example JavaScript (JS)</a> <small>Images Example JavaScript (JS): HTML DOM Object Collections - Images...</small></li></ol></p><p>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded> <wfw:commentRss>http://idealprogrammer.com/other-languages/html/images-correctly-html/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How can you style your html content area</title><link>http://idealprogrammer.com/other-languages/html/style-html-content-area/</link> <comments>http://idealprogrammer.com/other-languages/html/style-html-content-area/#comments</comments> <pubDate>Sat, 13 Nov 2010 08:11:53 +0000</pubDate> <dc:creator>asp.net videos</dc:creator> <category><![CDATA[HTML]]></category><guid
isPermaLink="false">http://idealprogrammer.com/?p=2877</guid> <description><![CDATA[<p>If you are deciding to make your own website or a webpage the first step is to create a main content area where we put all the stuff . Often this is body tag . But for making the webpages more attractive we can include many things in css .</p><p><a
href="http://idealprogrammer.com/other-languages/html/style-html-content-area/" class="more-link">Read more on How can you style your html content area&#8230;</a></p><p><a
href="http://idealprogrammer.com/other-languages/html/style-html-content-area/">How can you style your html content area</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p><p>Related posts:<ol><li><a
href='http://idealprogrammer.com/net-languages/code-samples/style-attribute-html-syntax/' rel='bookmark' title='Permanent Link: Style Attribute Example &#8211; HTML Syntax &#8211; HTML Style Example'>Style Attribute Example &#8211; HTML Syntax &#8211; HTML Style Example</a> <small>Style Attribute Example - HTML Syntax - HTML Style Example...</small></li><li><a
href='http://idealprogrammer.com/other-languages/html/buttons-css-links/' rel='bookmark' title='Permanent Link: How to make buttons in css using links'>How to make buttons in css using links</a> <small>I Discovered a new way to create buttons in webpage...</small></li><li><a
href='http://idealprogrammer.com/other-languages/html/create-social-network-menu-html/' rel='bookmark' title='Permanent Link: create a social network menu using html'>create a social network menu using html</a> <small> In this tutorial, we will show you how to...</small></li></ol></p><p>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a
href="http://idealprogrammer.com/other-languages/html/style-html-content-area/">How can you style your html content area</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p>Related posts:<ol><li><a
href='http://idealprogrammer.com/net-languages/code-samples/style-attribute-html-syntax/' rel='bookmark' title='Permanent Link: Style Attribute Example &#8211; HTML Syntax &#8211; HTML Style Example'>Style Attribute Example &#8211; HTML Syntax &#8211; HTML Style Example</a> <small>Style Attribute Example - HTML Syntax - HTML Style Example...</small></li><li><a
href='http://idealprogrammer.com/other-languages/html/buttons-css-links/' rel='bookmark' title='Permanent Link: How to make buttons in css using links'>How to make buttons in css using links</a> <small>I Discovered a new way to create buttons in webpage...</small></li><li><a
href='http://idealprogrammer.com/other-languages/html/create-social-network-menu-html/' rel='bookmark' title='Permanent Link: create a social network menu using html'>create a social network menu using html</a> <small> In this tutorial, we will show you how to...</small></li></ol>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description> <content:encoded><![CDATA[<p>If you are deciding to make your own website or a webpage the first step is to create a main content area where we put all the stuff . Often this is body tag . But for making the webpages more attractive we can include many things in css .</p><p>First thing is to select a good background color.</p><p>Note: That if&nbsp;select the&nbsp; background-color you may also need to change the color(fore color) so that it can be viewed .</p><p>Second thing is to give your body a little margin . Giving margin is a nice idea which makes the webpage look so great .</p><p>Third thing is to select an background image which is optional but it enhances your website&#039;s background . You can also set the position of your background image by using background-image property .</p><p>Note:If you use background image and background color (both) you will still see background color . But if your background-image is too large then you need to resize it to make the background-color visible.</p><p>The next thing that comes in is to give the text(default text) a style and font style which can include different fonts , font effects etc.</p><p>These are some basic things you should keep in mind to design good webpages .</p><p>Please provide us feedback and suggestions at idealprogrammer forums</p><p>&nbsp;</p><p><a
href="http://idealprogrammer.com/other-languages/html/style-html-content-area/">How can you style your html content area</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p><p>Related posts:<ol><li><a
href='http://idealprogrammer.com/net-languages/code-samples/style-attribute-html-syntax/' rel='bookmark' title='Permanent Link: Style Attribute Example &#8211; HTML Syntax &#8211; HTML Style Example'>Style Attribute Example &#8211; HTML Syntax &#8211; HTML Style Example</a> <small>Style Attribute Example - HTML Syntax - HTML Style Example...</small></li><li><a
href='http://idealprogrammer.com/other-languages/html/buttons-css-links/' rel='bookmark' title='Permanent Link: How to make buttons in css using links'>How to make buttons in css using links</a> <small>I Discovered a new way to create buttons in webpage...</small></li><li><a
href='http://idealprogrammer.com/other-languages/html/create-social-network-menu-html/' rel='bookmark' title='Permanent Link: create a social network menu using html'>create a social network menu using html</a> <small> In this tutorial, we will show you how to...</small></li></ol></p><p>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded> <wfw:commentRss>http://idealprogrammer.com/other-languages/html/style-html-content-area/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to make buttons in css using links</title><link>http://idealprogrammer.com/other-languages/html/buttons-css-links/</link> <comments>http://idealprogrammer.com/other-languages/html/buttons-css-links/#comments</comments> <pubDate>Sat, 13 Nov 2010 08:01:08 +0000</pubDate> <dc:creator>asp.net videos</dc:creator> <category><![CDATA[HTML]]></category><guid
isPermaLink="false">http://idealprogrammer.com/?p=2875</guid> <description><![CDATA[<p>I Discovered a new way to create buttons in webpage using links and css</p><p>So what we will do in this tutorial is that we will make a link and style it as a button .</p><p><a
href="http://idealprogrammer.com/other-languages/html/buttons-css-links/" class="more-link">Read more on How to make buttons in css using links&#8230;</a></p><p><a
href="http://idealprogrammer.com/other-languages/html/buttons-css-links/">How to make buttons in css using links</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p><p>Related posts:<ol><li><a
href='http://idealprogrammer.com/net-languages/code-samples/html-dom-object-collections-links/' rel='bookmark' title='Permanent Link: Links Example JavaScript (JS): HTML DOM Object Collections &#8211; Links Example JavaScript (JS)'>Links Example JavaScript (JS): HTML DOM Object Collections &#8211; Links Example JavaScript (JS)</a> <small>Links Example JavaScript (JS): HTML DOM Object Collections - Links...</small></li><li><a
href='http://idealprogrammer.com/other-languages/html/create-social-network-menu-html/' rel='bookmark' title='Permanent Link: create a social network menu using html'>create a social network menu using html</a> <small> In this tutorial, we will show you how to...</small></li></ol></p><p>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a
href="http://idealprogrammer.com/other-languages/html/buttons-css-links/">How to make buttons in css using links</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p>Related posts:<ol><li><a
href='http://idealprogrammer.com/net-languages/code-samples/html-dom-object-collections-links/' rel='bookmark' title='Permanent Link: Links Example JavaScript (JS): HTML DOM Object Collections &#8211; Links Example JavaScript (JS)'>Links Example JavaScript (JS): HTML DOM Object Collections &#8211; Links Example JavaScript (JS)</a> <small>Links Example JavaScript (JS): HTML DOM Object Collections - Links...</small></li><li><a
href='http://idealprogrammer.com/other-languages/html/create-social-network-menu-html/' rel='bookmark' title='Permanent Link: create a social network menu using html'>create a social network menu using html</a> <small> In this tutorial, we will show you how to...</small></li></ol>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description> <content:encoded><![CDATA[<p>I Discovered a new way to create buttons in webpage using links and css</p><p>So what we will do in this tutorial is that we will make a link and style it as a button .</p><p>So first create a link</p><p>&lt;code&gt;</p><p>&lt;a href=<a
href="http://www.idealprogrammer.com">http://www.idealprogrammer.com</a> &gt; Idealprogrammer &lt;/a&gt;</p><p>&nbsp;</p><p>&lt;/code&gt;</p><p>Now we will style this a tag with css</p><p>&lt;code&gt;</p><p>a {</p><p>padding:5px;</p><p>&nbsp;text-decoration:none;<br
/> &nbsp;&nbsp;&nbsp;&nbsp;</p><p>&nbsp;background-color:#0CF;<br
/> &nbsp;border:1px solid #F00;</p><p>&lt;/code&gt;</p><p>Note that you can also sue background-image isntead of background-color to enhance your button .</p><p>We used the text decoration:none; to remove that underline which is enabled by default in links in html document .</p><p>Then we also made a 1px red color border and we gave it padding 5px&nbsp;too .</p><p>If you liked this article please provide us feedback and give suggestions at idealprogrammer forums</p><p>&nbsp;</p><p><a
href="http://idealprogrammer.com/other-languages/html/buttons-css-links/">How to make buttons in css using links</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p><p>Related posts:<ol><li><a
href='http://idealprogrammer.com/net-languages/code-samples/html-dom-object-collections-links/' rel='bookmark' title='Permanent Link: Links Example JavaScript (JS): HTML DOM Object Collections &#8211; Links Example JavaScript (JS)'>Links Example JavaScript (JS): HTML DOM Object Collections &#8211; Links Example JavaScript (JS)</a> <small>Links Example JavaScript (JS): HTML DOM Object Collections - Links...</small></li><li><a
href='http://idealprogrammer.com/other-languages/html/create-social-network-menu-html/' rel='bookmark' title='Permanent Link: create a social network menu using html'>create a social network menu using html</a> <small> In this tutorial, we will show you how to...</small></li></ol></p><p>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded> <wfw:commentRss>http://idealprogrammer.com/other-languages/html/buttons-css-links/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>create a social network menu using html</title><link>http://idealprogrammer.com/other-languages/html/create-social-network-menu-html/</link> <comments>http://idealprogrammer.com/other-languages/html/create-social-network-menu-html/#comments</comments> <pubDate>Thu, 11 Nov 2010 15:51:20 +0000</pubDate> <dc:creator>asp.net videos</dc:creator> <category><![CDATA[HTML]]></category><guid
isPermaLink="false">http://idealprogrammer.com/?p=2860</guid> <description><![CDATA[<p><img
src="http://images.sixrevisions.com/2010/04/29-10_social_menu_ld_img.jpg" alt="null" /></p><p>In this tutorial, we will show you how to create a social media share menu using CSS and jQuery. We are going to create the menu using basics CSS such as the CSS background-position property and a little jQuery to make the links animated.</p><p><a
href="http://idealprogrammer.com/other-languages/html/create-social-network-menu-html/" class="more-link">Read more on create a social network menu using html&#8230;</a></p><p><a
href="http://idealprogrammer.com/other-languages/html/create-social-network-menu-html/">create a social network menu using html</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p><p>Related posts:<ol><li><a
href='http://idealprogrammer.com/development_tools/idealprogrammer-html-css-tutorials/joomla-tutorials/integrate-joomla-facebook/' rel='bookmark' title='Permanent Link: Integrate joomla with facebook'>Integrate joomla with facebook</a> <small>Do you want to integrate joomla with facebook for things...</small></li><li><a
href='http://idealprogrammer.com/development_tools/idealprogrammer-html-css-tutorials/photoshop-programming/2698/' rel='bookmark' title='Permanent Link: Photoshop &#8211; create cs3 icons'>Photoshop &#8211; create cs3 icons</a> <small>Step 1 When I want to create an effect that...</small></li></ol></p><p>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a
href="http://idealprogrammer.com/other-languages/html/create-social-network-menu-html/">create a social network menu using html</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p>Related posts:<ol><li><a
href='http://idealprogrammer.com/development_tools/idealprogrammer-html-css-tutorials/joomla-tutorials/integrate-joomla-facebook/' rel='bookmark' title='Permanent Link: Integrate joomla with facebook'>Integrate joomla with facebook</a> <small>Do you want to integrate joomla with facebook for things...</small></li><li><a
href='http://idealprogrammer.com/development_tools/idealprogrammer-html-css-tutorials/photoshop-programming/2698/' rel='bookmark' title='Permanent Link: Photoshop &#8211; create cs3 icons'>Photoshop &#8211; create cs3 icons</a> <small>Step 1 When I want to create an effect that...</small></li></ol>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description> <content:encoded><![CDATA[<p><img
src="http://images.sixrevisions.com/2010/04/29-10_social_menu_ld_img.jpg" alt="null" /></p><p>In this tutorial, we will show you how to create a social media share menu using CSS and jQuery. We are going to create the menu using basics CSS such as the CSS background-position property and a little jQuery to make the links animated.</p><p>Create the HTML<br
/> 1 Let’s create the HTML first. Here is our markup.</p><p><code></p><div
id="social_nav_horizontal"><h3> Bookmark or Share This Post</h3><ul><li><a
class="delicious" href="http://del.icio.us/post?url=Your website title" title="Bookmark on del.icio.us">Delicious</a></li><li><a
class="facebook" href="http://www.facebook.com/sharer.php?u=http://yourwebsite.com"  title="Share this on Facebook" >Facebook</a></li><li><a
class="stumbleupon" href="http://www.stumbleupon.com/submit? url=http://www.yoursite.com/" title="Stumble This Page" > Stumble</a></li><li><a
class="twitter" href="http://twitter.com/home?status=Your Website Title- http://yourwebsite.com@TwitterUserName" title="Tweet This Page" >Twitter</a></li></ul></div><p></code><br
/> Style the HTML with CSS<br
/> This is how our menu looks without any CSS.</p><p>Notice that there is a CSS class added to each link in our HTML. For example: delicious, facebook, and so on. We use different classes so that we can give the links their own icons on the left (more on this later).</p><p>2 We will make the list items display side by side by using the float property. Also, we have added some padding to the link elements (#social_nav_horizontal ul li a), including 28px padding on the left so that when we add the background, there is enough space for the social media icons.</p><p><code><br
/> #social_nav_horizontal {<br
/> margin-left: 100px;<br
/> font-family: Futura, Verdana, Sans-Serif;<br
/> font-size: 18px;<br
/> color: #8e9090;<br
/> }<br
/> #social_nav_horizontal h3 {<br
/> display:inline;<br
/> padding: 0px 10px;<br
/> border-bottom:dashed 1px #ccc;<br
/> }<br
/> #social_nav_horizontal ul {<br
/> margin: 0;<br
/> padding: 0;<br
/> margin-top:20px;<br
/> }<br
/> #social_nav_horizontal ul li {<br
/> float: left;<br
/> padding: 5px 0 0 5px;<br
/> margin-left: 5px;<br
/> list-style-type: none;<br
/> }<br
/> #social_nav_horizontal ul li a {<br
/> padding: 4px 0 0 28px;<br
/> height: 32px;<br
/> color: #999;<br
/> text-decoration: none;<br
/> line-height: 1.45em;<br
/> }<br
/> </code></p><p>Here’s how our menu looks with the above CSS style declarations.</p><p><img
src="http://images.sixrevisions.com/2010/04/29-02_step_02_social_menu.jpg" alt="2" /></p><p>3 After that, we add the CSS background to each class. You can use your own social media icon sets or check out the Freebies section here on Six Revisions to find free social media icons. Note that you will have to adjust the background-position and the left padding of #social_nav_horizontal ul li a depending on the sizes of the social media icons you use.</p><p>Here is the CSS for the first social media link (Delicious).<br
/> <code></p><p>.delicious {<br
/> background:url(images/delicious.png) no-repeat;<br
/> background-position:0px -1px;<br
/> }<br
/> </code></p><p>Here is the visual representation of this code:</p><p><img
src="http://images.sixrevisions.com/2010/04/29-03_step_03_social_menu.jpg " alt="4" /></p><p>4 We add a CSS declaration for each of the social media links.</p><p><code></p><p>.delicious {<br
/> background:url(images/delicious.png) no-repeat;<br
/> background-position:0px -1px;<br
/> }<br
/> .facebook {<br
/> background:url(images/facebook.png) no-repeat;<br
/> background-position:0px -1px;<br
/> }<br
/> .stumbleupon {<br
/> background:url(images/stumbleupon.png) no-repeat;<br
/> background-position:0px -1px;<br
/> }<br
/> .twitter {<br
/> background:url(images/twitter.png) no-repeat;<br
/> background-position:0px -1px;<br
/> }<br
/> </code></p><p>If everything is right, here is how it should look.<img
src="http://images.sixrevisions.com/2010/04/29-05_step_05_social_menu.jpg" alt="5" /></p><p>credit goes to sixrevisions</p><p><a
href="http://idealprogrammer.com/other-languages/html/create-social-network-menu-html/">create a social network menu using html</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p><p>Related posts:<ol><li><a
href='http://idealprogrammer.com/development_tools/idealprogrammer-html-css-tutorials/joomla-tutorials/integrate-joomla-facebook/' rel='bookmark' title='Permanent Link: Integrate joomla with facebook'>Integrate joomla with facebook</a> <small>Do you want to integrate joomla with facebook for things...</small></li><li><a
href='http://idealprogrammer.com/development_tools/idealprogrammer-html-css-tutorials/photoshop-programming/2698/' rel='bookmark' title='Permanent Link: Photoshop &#8211; create cs3 icons'>Photoshop &#8211; create cs3 icons</a> <small>Step 1 When I want to create an effect that...</small></li></ol></p><p>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded> <wfw:commentRss>http://idealprogrammer.com/other-languages/html/create-social-network-menu-html/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Beginning css</title><link>http://idealprogrammer.com/other-languages/uncategorized/beginning-css/</link> <comments>http://idealprogrammer.com/other-languages/uncategorized/beginning-css/#comments</comments> <pubDate>Sun, 07 Nov 2010 12:08:54 +0000</pubDate> <dc:creator>asp.net videos</dc:creator> <category><![CDATA[HTML]]></category> <category><![CDATA[Uncategorized]]></category><guid
isPermaLink="false">http://idealprogrammer.com/?p=2827</guid> <description><![CDATA[<p>Do you want to learn css ?</p><p>I am assuming you already know html and learning html is important for learning css .</p><p><strong>From where to start ?</strong></p><p>First you might ask what is css ?</p><p><a
href="http://idealprogrammer.com/other-languages/uncategorized/beginning-css/" class="more-link">Read more on Beginning css&#8230;</a></p><p><a
href="http://idealprogrammer.com/other-languages/uncategorized/beginning-css/">Beginning css</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p><p>Related posts:<ol><li><a
href='http://idealprogrammer.com/other-languages/uncategorized/best-posts-on-visual-studio-visual-basicnet-c-database-sql-server-and-aspnet-video-tutorials-from-jul-2009/' rel='bookmark' title='Permanent Link: Best posts on Visual Studio, Visual Basic.NET, C# Database, SQL Server, and ASP.NET Video Tutorials from Jul 2009'>Best posts on Visual Studio, Visual Basic.NET, C# Database, SQL Server, and ASP.NET Video Tutorials from Jul 2009</a> <small>Too many posts to handle? If you missed out on...</small></li><li><a
href='http://idealprogrammer.com/development_tools/process-explorer/' rel='bookmark' title='Permanent Link: Process Explorer'>Process Explorer</a> <small>Do you want to see if your file or program...</small></li><li><a
href='http://idealprogrammer.com/other-languages/uncategorized/update-idealprogrammer-forums/' rel='bookmark' title='Permanent Link: Update : Idealprogrammer forums'>Update : Idealprogrammer forums</a> <small>We are upgrading idealprogrammer forums so please be patient ....</small></li></ol></p><p>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a
href="http://idealprogrammer.com/other-languages/uncategorized/beginning-css/">Beginning css</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p>Related posts:<ol><li><a
href='http://idealprogrammer.com/other-languages/uncategorized/best-posts-on-visual-studio-visual-basicnet-c-database-sql-server-and-aspnet-video-tutorials-from-jul-2009/' rel='bookmark' title='Permanent Link: Best posts on Visual Studio, Visual Basic.NET, C# Database, SQL Server, and ASP.NET Video Tutorials from Jul 2009'>Best posts on Visual Studio, Visual Basic.NET, C# Database, SQL Server, and ASP.NET Video Tutorials from Jul 2009</a> <small>Too many posts to handle? If you missed out on...</small></li><li><a
href='http://idealprogrammer.com/development_tools/process-explorer/' rel='bookmark' title='Permanent Link: Process Explorer'>Process Explorer</a> <small>Do you want to see if your file or program...</small></li><li><a
href='http://idealprogrammer.com/other-languages/uncategorized/update-idealprogrammer-forums/' rel='bookmark' title='Permanent Link: Update : Idealprogrammer forums'>Update : Idealprogrammer forums</a> <small>We are upgrading idealprogrammer forums so please be patient ....</small></li></ol>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description> <content:encoded><![CDATA[<p>Do you want to learn css ?</p><p>I am assuming you already know html and learning html is important for learning css .</p><p><strong>From where to start ?</strong></p><p>First you might ask what is css ?</p><p>css is basically a language which is used to control the look and presentation of the html content or webpage.</p><p>we first write the basic content like parragraphs,headings etc and then we use css to design them .</p><p>You might also ask so why do we need 2 different languages for webpages one for basic content (html) and one for presentation(css).</p><p>Well for this you may want to know about browser wars .<br
/> see here &#8211; http://en.wikipedia.org/wiki/Browser_wars</p><p>After reading that i am sure you will know the answer .</p><p>So now that you know 1% about the css . You can learn new things about it but before that you will need</p><p>A simple text editor (notepad is recommended but if you use a text editor which highlights the syntaxes will be better)</p><p>A latest webbrowser (you can choose any)</p><p>And Idealprogrammer forums if you want to discuss about css and other languages also tell us if you are facing any problems while learning css</p><p>After this you can see some this website for all css properties but remember do it one by one and if you are facing any problem stop there only and free feel to post your problem in idealprogrammer forums .</p><p>http://webdesign.about.com/od/csstutorial/CSS_Tutorial.htm</p><p><a
href="http://idealprogrammer.com/other-languages/uncategorized/beginning-css/">Beginning css</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p><p>Related posts:<ol><li><a
href='http://idealprogrammer.com/other-languages/uncategorized/best-posts-on-visual-studio-visual-basicnet-c-database-sql-server-and-aspnet-video-tutorials-from-jul-2009/' rel='bookmark' title='Permanent Link: Best posts on Visual Studio, Visual Basic.NET, C# Database, SQL Server, and ASP.NET Video Tutorials from Jul 2009'>Best posts on Visual Studio, Visual Basic.NET, C# Database, SQL Server, and ASP.NET Video Tutorials from Jul 2009</a> <small>Too many posts to handle? If you missed out on...</small></li><li><a
href='http://idealprogrammer.com/development_tools/process-explorer/' rel='bookmark' title='Permanent Link: Process Explorer'>Process Explorer</a> <small>Do you want to see if your file or program...</small></li><li><a
href='http://idealprogrammer.com/other-languages/uncategorized/update-idealprogrammer-forums/' rel='bookmark' title='Permanent Link: Update : Idealprogrammer forums'>Update : Idealprogrammer forums</a> <small>We are upgrading idealprogrammer forums so please be patient ....</small></li></ol></p><p>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded> <wfw:commentRss>http://idealprogrammer.com/other-languages/uncategorized/beginning-css/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>css advanced selectors</title><link>http://idealprogrammer.com/other-languages/html/css-advanced-selectors/</link> <comments>http://idealprogrammer.com/other-languages/html/css-advanced-selectors/#comments</comments> <pubDate>Wed, 03 Nov 2010 15:11:56 +0000</pubDate> <dc:creator>asp.net videos</dc:creator> <category><![CDATA[HTML]]></category><guid
isPermaLink="false">http://idealprogrammer.com/?p=2818</guid> <description><![CDATA[<p>Combinators<br
/> The advanced combinators allow you to define styles that are based on a more complex rule that will be applied to more specific elements. Originally, it was possible to get to descendant-elements through contextual styles. For instance:</p><p><a
href="http://idealprogrammer.com/other-languages/html/css-advanced-selectors/" class="more-link">Read more on css advanced selectors&#8230;</a></p><p><a
href="http://idealprogrammer.com/other-languages/html/css-advanced-selectors/">css advanced selectors</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p><p>No related posts.</p><p>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a
href="http://idealprogrammer.com/other-languages/html/css-advanced-selectors/">css advanced selectors</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p>No related posts.Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description> <content:encoded><![CDATA[<p>Combinators<br
/> The advanced combinators allow you to define styles that are based on a more complex rule that will be applied to more specific elements. Originally, it was possible to get to descendant-elements through contextual styles. For instance:</p><p>p em {font-size: larger; }</p><p>This rule will affect all em elements inside paragraphs. This is very useful, but also relatively simplistic. Combinators allow you to state the required relationship between two elements.</p><p>Adjacent Sibling CombinatorThe adjacency combinator (a plus sign, +) allows you to style an element if it has been directly preceded by another specified element. This comes in very handy when working out margins and such. For instance, you may give your headings large margins so they stand out from normal text, but if two headings come one after the other, you may want to control the margin between them as a special case, like so:</p><p>h1, h2 {margin: 3em 0; }<br
/> h1 + h2 {margin-top: 1em; }</p><p>Child CombinatorThe child combinator (denoted by the greater-than symbol, >) can be used to combine two elements, and will only be applied if the second element comes directly after the first. It looks like this:</p><p>p > em {font-size: larger; }</p><p>This will affect all <em> elements which occur as children of paragraphs, but not those that have another parent element in-between (which would make the em a grand-child or more). In the example below, the first em element would be styled, but the second would not, as it is inside an a element — and therefore not directly below the p element:</p><p>Do <em>not</em> visit <a
href="index.html"><em>this</em> page</a>!</p><p>Universal SelectorThe universal selector (denoted by a star, *), affects every element on a page.</p><p>* {color: #bb0; }</p><p>IE6 supports the universal selector. In most cases it can be omitted as it is implied by inheritance. The two rules below are equivalent:</p><p>* p {text-indent: 2em; }<br
/> p {text-indent: 2em; }</p><p>However, it does become useful when used in concert with the child combinator, as it can take the place of any element which may occur in between two others, as in</p><p>p > * > em {font-size: larger; }</p><p>A rule like this would allow the second em element in our example above to be styled, but not an em which was inside a further element, as in a case like</p><p>Seriously, <strong>do not visit <a
href="index.html"><em>this</em> page</a>!</strong></p><p>It should be apparent that you can chain any of these rules together into a single complex rule.</p><p>Attribute Selectors<br
/> CSS2 also allows you to apply styling to an element based on the attributes it has defined in it, or even based on the values of these attributes. Firstly, to select the elements with an attribute defined, you infix the attribute name surrounded by square brackets:</p><p>abbr[title] {border-bottom: 1px dashed #0c0; }</p><p>This would apply styling to all abbr elements which have the title attribute, whatever its value. Taking this a step further, you can select an element that has a precise value specified:</p><p>a[href="http://www.yourhtmlsource.com/"] {font-weight: bold; }</p><p>This rule will match a link with the exact href of ‘http://www.yourhtmlsource.com/’. Note that the value is wrapped in double-quotes.</p><p>While this could quickly make your CSS file very big and clumsy-looking, it’s undoubtedly a useful power to have at your disposal. This selector comes into its own when you’re styling an XML document, where much of an element’s information may be written in as an attribute value.</p><p>There’s also a basic pattern-match selector which can look for a single word in an attribute’s value. If the value is a space-separated list (a sentence, in other words), you can write a rule to look out for certain words.</p><p>a[title~="Mail"] {text-decoration: none; }</p><p>The operator in use here is a tilde (~) followed by an equals. It would match something like</p><p>Send me <a
href="mailto:address@server.com"<br /> title="Mail me">email</a>.</p><p>You can link many attribute selectors into a single rule to find a specific element:</p><p>p[align="right"][class="intro"] {line-height: 1.8em; }</p><p>Pseudo-classes<br
/> Despite all the different elements you can get to with the selectors above, there are parts of a document that don’t exist as elements by themselves — they are merely parts of elements, or elements in a particular state, like the first line of a paragraph, or a form field that has been focused on. CSS pseudo-classes and pseudo-elements allow access to these otherwise inaccessible things.</p><p>You may have already seen the link pseudo-classes, :link, :visited, :active and :hover. These serve as a good introduction as to how pseudo-classes work — a link becomes classed with a:active when it is clicked on, but there is nothing in the HTML document that makes it so.</p><p>Dynamic Pseudo-classesWhile :hover has been seen before on links, the specifications allow this class to be applied to any element. This means you can highlight a paragraph or quotation when the user mouses over it. There are many interesting applications for this property. Set it up like this:</p><p>p:hover {border: 1px solid #0c0; }</p><p>The :focus class is activated when a user clicks on or tabs to an element, usually a form field or link. Highlighting a form field while the user is filling it in is a nice interface effect.</p><p>input:focus {background: #ffe; border-color: #c00; }</p><p>These pseudo-classes are not what’s called ‘mutually exclusive’ — that is, an element can have one or more of these classes activated at once. To style an input that is focused and being hovered on, write</p><p>input:focus:hover {background: gold; }</p><p>Structural Pseudo-classesCSS allows access to child elements based on their position inside a parent. CSS2 included the :first-child class, which was added to an element if it was the first tag inside another element. The selector below would add style to the first paragraph in the example HTML, but not to the second one:</p><p>div#intro p:first-child {font-size: 110%; }</p><div
id="intro"><p>The opening paragraph.</p><p>The next paragraph</p></div><p>CSS3 took this two steps further, by adding the :last-child and :nth-child classes. The former is simply the last element to occur within its parent. The :nth-child element is more complex — allowing access to either a numbered element, or allowing you to cycle through multiples of a number. This means you could style every third row of a table differently, for instance.</p><p>In the examples below, first I style the fifth paragraph in a blockquote. The second selector will match every second row in a table. Remember that the :first-child is numbered 1.</p><p>blockquote p:nth-child(5) {color: gold; }<br
/> table tr:nth-child(2n+1) td {background: silver; }</p><p>To simplify the calculation, you can use the values odd and even: p:nth-child(odd).</p><p>Pseudo-elements<br
/> Pseudo-elements allow you to style fictional elements which don’t actually exist in the HTML code, like the first line of a paragraph. Pseudo-elements can only be the subject of the selector (the right-most element).</p><p>Textual Pseudo-elementsThe ::first-line element can be used with any block-level tag, and applies to the first line of text running across the screen. If the window gets smaller and some words drop down onto the next line on the screen, they are no longer part of the ::first-line. This element is useful to bring in the commonly-used practice of capitalising the first few words of an opening paragraph:</p><p>div#content p:first-child::first-line {text-transform: uppercase; }</p><p>Similarly, the ::first-letter pseudo-element gives access to the opening letter of any element. This is useful in creating ‘drop-caps’ — the large letters normally seen at the start of newspaper stories. If the first character in the element is an opening-quote mark, it is counted as part of the ::first-letter, along with the letter that comes after it.</p><p>p::first-letter {font-size: 200%; padding: 3px; border: solid black; border-width: 1px 0 0 1px; }</p><p>Original article at http://www.yourhtmlsource.com/stylesheets/advancedselectors.html</em></p><p><a
href="http://idealprogrammer.com/other-languages/html/css-advanced-selectors/">css advanced selectors</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p><p>No related posts.</p><p>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded> <wfw:commentRss>http://idealprogrammer.com/other-languages/html/css-advanced-selectors/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>what is fixed positioning in css ?</title><link>http://idealprogrammer.com/other-languages/html/fixed-positioning-css/</link> <comments>http://idealprogrammer.com/other-languages/html/fixed-positioning-css/#comments</comments> <pubDate>Sat, 30 Oct 2010 09:53:23 +0000</pubDate> <dc:creator>asp.net videos</dc:creator> <category><![CDATA[HTML]]></category><guid
isPermaLink="false">http://idealprogrammer.com/?p=2760</guid> <description><![CDATA[<p>Fixed positioning in css  is very easy to learn and much helpful.</p><p>So what is actually fixed positioning</p><p>Well you may have noticed that mosft often footer are seen at the bottom of the page . But if they are positioned using fixed positioning they will be in that position no matter you scroll or not . They will be at the same position as you mentioned .</p><p><a
href="http://idealprogrammer.com/other-languages/html/fixed-positioning-css/" class="more-link">Read more on what is fixed positioning in css ?&#8230;</a></p><p><a
href="http://idealprogrammer.com/other-languages/html/fixed-positioning-css/">what is fixed positioning in css ?</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p><p>Related posts:<ol><li><a
href='http://idealprogrammer.com/net-languages/code-samples/stringfixed-javascript-syntax/' rel='bookmark' title='Permanent Link: String.Fixed Example &#8211; JavaScript Syntax &#8211; JS String.Fixed Example'>String.Fixed Example &#8211; JavaScript Syntax &#8211; JS String.Fixed Example</a> <small>String.Fixed Example - JavaScript Syntax - JS String.Fixed Example...</small></li><li><a
href='http://idealprogrammer.com/other-languages/cc/maths-programming/' rel='bookmark' title='Permanent Link: Maths and programming'>Maths and programming</a> <small>Well This may sound little bit silly but cartesian plane...</small></li></ol></p><p>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a
href="http://idealprogrammer.com/other-languages/html/fixed-positioning-css/">what is fixed positioning in css ?</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p>Related posts:<ol><li><a
href='http://idealprogrammer.com/net-languages/code-samples/stringfixed-javascript-syntax/' rel='bookmark' title='Permanent Link: String.Fixed Example &#8211; JavaScript Syntax &#8211; JS String.Fixed Example'>String.Fixed Example &#8211; JavaScript Syntax &#8211; JS String.Fixed Example</a> <small>String.Fixed Example - JavaScript Syntax - JS String.Fixed Example...</small></li><li><a
href='http://idealprogrammer.com/other-languages/cc/maths-programming/' rel='bookmark' title='Permanent Link: Maths and programming'>Maths and programming</a> <small>Well This may sound little bit silly but cartesian plane...</small></li></ol>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description> <content:encoded><![CDATA[<p>Fixed positioning in css  is very easy to learn and much helpful.</p><p>So what is actually fixed positioning</p><p>Well you may have noticed that mosft often footer are seen at the bottom of the page . But if they are positioned using fixed positioning they will be in that position no matter you scroll or not . They will be at the same position as you mentioned .</p><p>So is fixed positioning good ?</p><p>Yes why not ? it can help us in many situtations and footers are common examples .</p><p><a
href="http://idealprogrammer.com/other-languages/html/fixed-positioning-css/">what is fixed positioning in css ?</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p><p>Related posts:<ol><li><a
href='http://idealprogrammer.com/net-languages/code-samples/stringfixed-javascript-syntax/' rel='bookmark' title='Permanent Link: String.Fixed Example &#8211; JavaScript Syntax &#8211; JS String.Fixed Example'>String.Fixed Example &#8211; JavaScript Syntax &#8211; JS String.Fixed Example</a> <small>String.Fixed Example - JavaScript Syntax - JS String.Fixed Example...</small></li><li><a
href='http://idealprogrammer.com/other-languages/cc/maths-programming/' rel='bookmark' title='Permanent Link: Maths and programming'>Maths and programming</a> <small>Well This may sound little bit silly but cartesian plane...</small></li></ol></p><p>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded> <wfw:commentRss>http://idealprogrammer.com/other-languages/html/fixed-positioning-css/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic (User agent is rejected)
Database Caching 122/194 queries in 0.122 seconds using disk: basic
Object Caching 4281/4316 objects using disk: basic

Served from: idealprogrammer.com @ 2012-05-21 10:19:23 -->
