Tikier Hosting Offshore, Adult, Warez Linking Hosting Allowed

16Mar/100

CSS borders

Posted by admin

The CSS border property gives you the option to specify the style and color of the border of an element. With this property, we now can create borders with nice effects, which can also be applied to any element.

Print This Post Print This Post
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
6Mar/100

2 Column Layout

Posted by admin

A common problem in CSS is the fact that if you float a div on either side of a body of text. The div will expand to fit the content. WEll how would you get your div to get to appear like its actually going all the way down the page? SIMPLE!

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

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
2Mar/100

5 Big Mistakes That Bloggers Make

Posted by admin

If you've just entered the world of blogging or if you've been blogginh for a short time and find that things are not working out as you expected, it will be worth your while to spend some time understanding the common mistakes that bloggers make, mistakes that make it hard to enjoy what should be an enjoyable, satisfying experience: Blogging!

Print This Post Print This Post