August 13th, 2009
If you have spent anytime dealing with CSS you have run into issues with a browser rendering code incorrectly. You may even have gone as far as to make several style sheets and use a browser check to tell the browser which one to use. Most of my websites dont need more then one style sheet. I have come to realize that if I am more then a few pixels of then my code is somehow incorrect Read More...
Tags: CSS, fix, How To, rules, Safari, selectors, tags, trick, Tutorials, tweak
Posted in CSS Tips and Tricks |
No Comments »
August 5th, 2009
Sample HTML
<body>
<div id="content">
<h1> Heading Here </h1>
<p> Lorem ipsum dolor sit amet. </p>
<p>Lorem ipsum dolor <a href="#">sit</a> amet.</p>
<div>
<div id="nav">
<ul>
<li><a href="#">Item 1</a></li>
<li><a href="#">Item 2</a></li>
<li><a href="#">Item 3</a></li>
</ul>
</div>
<div id="footer">
Lorem ipsum dolor <a href="#">sit</a> amet Read More...
Tags: CSS, descendant, h1, h2, How To, id, rules, selectors, tags, Tutorials
Posted in CSS Selectors |
1 Comment »
July 31st, 2009
In this “CSS How To Tutorial”, you will learn the syntax and rules of the Cascading Style Sheet (CSS) language. You will learn the components of CSS rules, including selectors, declarations, properties, and values. You will learn how to style a series of simple HTML elements. You will also learn how to use shorthand properties Read More...
Tags: CSS, h1, h2, p, rules, selector
Posted in Understanding CSS |
No Comments »