You can use simple cascading style to make your hyperlinks come alive. The following four examples use cascading style sheets (CSS) to create custom hyperlinks. Try out any one of them by modify the code in your web site and see the power of CSS.
Enjoy!!!
Example One: Create hyperlinks in which the underline formatting is displayed in [...]
Continue reading about A Lesson on using cascading style sheets to create custom hyperlinks
In the Book Joomla! 1.5: A User’s Guide: Building a Successful Joomla! Powered Website, 2nd Edition, It walks through the steps of creating a template. Specifically, you can create a template that uses Cascading Style Sheets (CSS) to produce a layout—without using tables.
Read More on
Creating Pure CSS Template Here…
Continue reading about Creating Pure CSS Templates in Joomla
CSS or Cascading Style Sheets has evolved over time with version CSS1, CSS2, and the most recently CSS2.1. Most of the newer major browser such as Internet Explorer 8, Firefox 3 and Safari provide support for the new feature in CSS 2.1. However, some of the most widely used browsers such as Firefox 2.0, Internet Explorer [...]
Continue reading about Making vaild CSS to ensure cross-browser compatibility
Margin ,padding and borders are the three most commonly used properties for spacing-out elements. A margin is the space outside of the element, whereas padding is the space inside the element. Border can be useful to add spice to an element and can be change to meet different design needs.
Change the CSS code for h2 to the [...]
Continue reading about Working with CSS Margin,Padding and Borders - CSS Lesson Five
You can alter the size and shape of the text on a web page with a range of properties, outlined below:
font-family
This is the font itself, such as Times New Roman, Arial, or Verdana.
The font you specify must be on the user’s computer, so there is little point in using obscure fonts. There are a select few [...]
Continue reading about Working with CSS Text Element - CSS Lesson Four
There are 16,777,216 millions of colors available for us to choose from when we working with CSS. CSS work with RGB (red/green/blue) standard and accept color values in hex code.
The three standard values in the RBG are from 0 to 255, 0 being the lowest level, 255 being the highest level (for example full red). These [...]
Continue reading about Working with CSS Color Elements - CSS Lesson Three
CSS structures a litte differently then HTML. When we work with HTML, we work with tags, CSS however,has selectors. Selectors are the names given to styles in embedded and external style sheets.
In this article,we will be focusing on CSS selectors, which are simply the names of HTML tags and are used to change the style [...]
In the series of articles follow, I will document a CSS tutorial covering the basic of CSS (Cascading Style Sheets), Information from this tutorial have been gathered from various CSS tutorial site. I hope you will find these information useful when you set up your Site.
CSS stands for Cascading Style Sheets. It allows you to [...]
Continue reading about The best way to apply CSS to HTML - CSS Tutorial Lesson One