Tikier Hosting Offshore, Adult, Warez Linking Hosting Allowed

16Mar/100

How to stay A-Float in CSS

Posted by admin

Here’s an article for beginners in the practice of CSS Layouts, my reason for writing this one came from remembering the difficulty I once had position elements in CSS. After many frustrating attempts with relative and absolute position techniques I finally found the holy grail of CSS the “Float” attribute!

Print This Post Print This Post
8Mar/100

CSS Fonts and Texts

Posted by admin

You can define the font-style, font-weight, font-variant, font-size and font-family all at once.

Value: font-style, font-weight, font-variant, font-size and font-family

<p style="font: italic bold 20px Verdana;">Sample Text</p>

Print This Post Print This Post
7Mar/100

Two column layout using pure css and divider image

Posted by admin

Some time ago I was trying to figure out how to create two column css layout where left column will be divided from the right one with a vertical line.
It would be simple when you are trying to use a table layout - simply apply a left border to the right column and done, but I wanted to do completely table-less layout. When you use border in css for left or right <div> then depends on the length of the columns you might end up with a line shorter than the column with the content.

Print This Post Print This Post
6Mar/100

Build a CSS Menu with Rollovers

Posted by admin

This article is for people who have little to no experience with CSS. I will explain very detailed which codes to use and how to use them. At the end of this tutorial, you can code yourself this rollover menu, completed in CSS and HTML.

Print This Post Print This Post
4Mar/100

10 Steps to Better CSS

Posted by admin

Coding CSS can quickly get out of control. By following a few simple guidelines you can make your life a lot easier.

Print This Post Print This Post
4Mar/100

Internet Explorer CSS bug fixes

Posted by admin

The <!--[if IE]> Tag

Problem: Various sizes, margins and padding attributes can display differently in Internet Explorer, this coded snippet can help you sort out these problems.

Print This Post Print This Post
4Mar/100

What is CSS?

Posted by admin

CSS (Cascading Style Sheets) is the standard technology used to format the styling of the web. It provides designers with more powerful styling options while separating the content of web pages from their design. This article will explore how the need for CSS emerged and what benefits it provides to web designers.

Print This Post Print This Post