Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/mislz28/public_html/wp-content/themes/css-faq-v2/timeweather/timeweather.php on line 19
  • Uncategorized
28 February 2008

Ten CSS Tricks That You May Not Know

When it comes to CSS or cascading style sheets it is important to know as much as possible. Utilizing every tool, additional resource, and trick is the best method to master the art of CSS. Many people are not aware of the various CSS tricks that can be done to improve and simplify your CSS commands and design methods.

Lee el resto de esta entrada

  • Uncategorized
28 February 2008

All you need to know about CSS positioning

Jennifer Kyrnin provides an easy method in terms of how someone can understand CSS positioning. CSS positioning is something that is a bit tricky for many beginning CSS enthusiasts and this article, in respect to this trickiness in CSS positioning, is more probably a healthy addition to the existing how-to articles on CSS positioning. The following explanations by Kyrnin, here complete, will basically answer the fundamentals of the subject matter.

Lee el resto de esta entrada

  • Uncategorized
28 February 2008

Fancy Initial Caps via CSS

Are you bored about how texts appear on your page? You can kill the boredom by making use of fancy initial caps via CSS.

The 3 fundamental styles of initial caps are: raised (first letter is bigger than and placed on the same line as the current text); adjacent (first letter is found in one column beside the other text); and the dropped (the first letter is bigger and dropped below first line of text.

Lee el resto de esta entrada

  • Uncategorized
28 February 2008

Principles and Elements of Design

CSS is one of the proofs of the multi-faceted nature of technology. CSS should not be viewed as an object traveling in a straight and very predictable manner. Rather, CSS is an object that travels from several directions that hit a single, distinct mark. CSS is a synergistic blend of several elements and principles toward the attainment of a definitive purpose. One of these principles is the elements of design in CSS.

Lee el resto de esta entrada

  • Uncategorized
26 February 2008

Glazebrook proposes ways on how to create intelligent navigation bars

Rob Glazebrook on February 20, 2008 proposed some of his ideas on how to make navigation bar self-aware or intelligent. Here is what Glazebrook has to say about his tricks:

“I’ve developed a trick over the years that I’ve used on a number of websites now for making my sites’ navigation bars “intelligent” or “self-aware.” By that, I mean that the navigation bar automatically knows which tab/button/whatever should be considered the currently active link, without having to manually specify a class or ID on either the body tag or on the links themselves. And since I’ve found it so useful, I thought I should share it with you, even though it does involve a smidgen of JavaScript.”

According to him he started with an unordered list which appears like this:

Lee el resto de esta entrada

  • Uncategorized
26 February 2008

CSS Sprite Generator

Want to know about the latest CSS sprite generator, visit http://ajaxian.com/archives/css-sprite-generator-open-sourced-and-adapted. This actually helps in increasing the website performance.

img

  • Uncategorized
26 February 2008

Do you want to learn CSS and searching for a good book?

Do you want to learn CSS and searching for a good book? Here you go…read a review about “The Art and Science of CSS” book review from the following link:http://www.456bereastreet.com/archive/200801/the_art_and_science_of_css_book_review/

book

  • Uncategorized
26 February 2008

Classification properties in CSS – an overview

When you take classification properties in CSS, many different types of them are available. They include:

Display
Whitespace
List style type
List style image
List style

Lee el resto de esta entrada

  • Uncategorized
25 February 2008

Using style attributes within CSS

The first thing you need to do within CSS to add a style attribute is to declare it within an already existing HTML tag. To do this effectively you have to add this to an HTML tag:

“ “

So if you were to see this, this is how it would look:

“style:attribute”.

Lee el resto de esta entrada

  • Uncategorized
25 February 2008

CSS Layout and Formatting

The good thing about the present CSS is that it’s better than its previous edition especially in some added features in controlling several new properties for layout. CSS affords you greater power to manage page layout as compared to old-fashioned markups and layout tables.

Rendering of HTML documents involve parsing and rendering phase.

During the parsing phase, the browser reads the markup in the document, breaks it down into components, and builds a document object model (DOM) tree.
Consider this example HTML document:

Lee el resto de esta entrada

Page 78 of 83« First...«7677787980»...Last »