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

Archiaviato for 28 February 2008

  • 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.

Read the rest of this entry »

  • 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.

Read the rest of this entry »

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:

Read the rest of this entry »

  • 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

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

Read the rest of this entry »

  • 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”.

Read the rest of this entry »

  • 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:

Read the rest of this entry »

  • Uncategorized
25 February 2008

A Rule of Thumb in CSS Design

With the exciting things you can literally do with CSS, you might sometimes forget the essentials of CSS design. This article will deal on a rule of thumb in CSS design—every bit of details in the site MUST have a predetermined purpose. Every element in your site should be geared toward the attainment of the website’s primary goal or goals.

A good thing in CSS designing is the fact that good web designing is not limited to professionals. You can achieve success! That’s not an overstatement but a statement of fact. But of course you have to bear in mind certain technical things and practical matters, as well. One of the most important things in relation to design is that you should always remember the rule of thumb already stated.
Read the rest of this entry »

  • Uncategorized
25 February 2008

CSS for User-Friendliness and Accessibility

Ann McMeekin has shared some cool updates on how you can improve the accessibility and usability of your CSS designs. Here are her tips and some samples for each tip for purposes of clarifying each trick.
Tip 1: Body Background Color

Though it is not a cardinal rule of functional CSS design to have background color, it nevertheless improves the aesthetic appeal and user-friendliness of your site.

Read the rest of this entry »

Page 2 of 5«12345»