Home > CSS Help > CSS Text, CSS Tutorial

CSS Text, CSS Tutorial

March 19th, 2009

CSS Text, CSS Tutorial



… skills and optimize your web site with w3c standers using CSS, it is well organized and easy to understand the basics of … text, have a line through or above …

Source


Similar Posts

    CSS Positioning Elements, CSS Tutorial

    … your skills and optimize your web site with w3c standers using CSS, it is well organized and easy to understand the basics of … CSS Absolute Positioning …

    Source

    CSS Classes, CSS Tutorial

    Learn Cascading Style Sheets to devlop your skills and optimize your web site with w3c … Grouping elements with class in CSS …

    Source

    CSS Positioning Elements, CSS Tutorial

    Learn Cascading Style Sheets to devlop your skills and optimize your web site with w3c … CSS Tutorial will guide us now CSS Positioning Elements, we can …

    Source

    CSS Text, CSS Tutorial

    Learn Cascading Style Sheets to devlop your skills and optimize your … property makes it is possible to add different decorations … CSS Text …

    Source

    CSS Color & Background, CSS Tutorial

    Learn Cascading Style Sheets to devlop your skills and optimize your web site with w3c … CSS background color property is as under. Syntax: background-color: …

    Source

    CSS Standards & Best Practices | Dezinerfolio

    CSS is something that is extensively used on almost every site. … Anchors let you easily traverse your CSS with no confusion and also keeps everything organized. …

    Source

    CSS Image Sprites Tutorial: How to Create CSS Sprites for Blog Icons …

    Optimize your site using CSS sprites. By Shirley Kaiser. … Step 3: Add CSS Background Positioning will then position and display the proper …

    Source

    Take Your CSS to the Desktop with Adobe AIR!

    Here is an article that you may find useful.

    Designers would find it surprising that to know that you can now take your HTML and CSS skills and use it to create desktop applications. This now very much possible for anyone who is willing to explore the power of Adobe AIR. Andrew Tetlaw has a nice little article over at SitePoint entitled Take Your CSS to the Desktop with Adobe AIR!. It provides a good, short introduction to Adobe AIR and how easy it is to use your web development skills to create rich cross-platform desktop applications.

    Take Your CSS to the Desktop with Adobe AIR!

    For further reading, you may wish to check out Akash Mehta’s winning article, Walk on AIR: Create a To-do List in Five Minutes.

    Share

    Read More

    CSS Tutorial – Introduction

    Easy to follow tutorials that teach novices the basics.

    Source

    SlickMap CSS Lets You Create Beautiful Visual Site Maps Easily

    Bored with the same old uninspiring, list-based sitemaps? If you’re like me, most likely you will find that creating better looking sitemaps can be quite time consuming. Thus, we end up having to settle for text-based unordered lists that look nothing like a map.

    Well well well, worry not my friends, for now you can have a very beautiful and visual site map with nothing more than your standard unordered list and some CSS magic. Thanks to the efforts of Matt Everson of Astuteo, LLC, who released for public consumption what they call SlickMap CSS.

    SlickMap CSS is “a simple stylesheet for displaying finished sitemaps directly from HTML unordered list navigation. It’s suitable for most web sites – accommodating up to three levels of page navigation and additional utility links – and can easily be customized to meet your own individual needs, branding, or style preferences.”

    The first thing that really impressed me with SlickMap was the way data is visualized. The arrangment, grouping, and color coding of data makes it very easy to identify and find relevant data. The “Home link” is color blue and found at the top left most corner, immediately followed by the “Main links”, also colored blue. Level 2 and level 3 links can be found below them, each level having its own color, with a connector leading to each link. “Utility links” are grouped at the top right corner, separate from the main map.

    What’s even more amazing about SlickMap is that everything is implemented in pure CSS. There is not a single line of JavaScript to be found anywhere. It’s also very easy to implement. Simply create an HTML file with an unordered set of links and import the slickmap.css file. Couple this up with an online site map tool like WriteMaps and you should be all set to rock and roll.

    It supports most standards-compliant browsers, which means Safari, Firefox, and Opera. Sorry, IE but no love for you.

    In the README file:

    SlickMap CSS was created for web designers, and such was tested and developed for use with Safari, Firefox, Opera, and other standards-compliant browsers. Because of that, current versions of Internet Explorer (and probably IE versions long into the future) might look like sh*t.

    The only downside I could think of right now is actually a strength in itself. While those large boxes would work for small to medium websites with a fairly standard site map layout like the one Astuteo has, it might do very well for larger websites with hundreds of links on their site maps. But then again there are methods to optimize and trim down those gigantic things.

    It is a very well thought out and solid demonstration of the power of CSS, and for this reason I raise my glass and give my kudos to Matt Everson and the folks at Astuteo. Well done guys!

    Share

    Read More