Showing posts with label css. Show all posts
Showing posts with label css. Show all posts

Button Link with CSS


Button Link with CSS

In order to look good, designers can create links in the form of images such as buttons, icons or other. The most groove is shaped link button. With CSS, you do not need to use the pictures or the like for example the image button, simply by making a style border on the link then the link can be made in the form of buttons. Pay attention and make a script for the following links.

Create Blog Table of Contents

Do you like to read books? The answer will certainly vary, there are going to answer like and some that will say no like it. But I'm sure you have ever read a book. In a book there is a section called the table of contents, with a list of the contents of the book it will make the reader of the book to find the parts of the book you want to read. The question that may arise is what to do between books with blogs? not just a book that can contain a list of contents for ease of his readers, even within a blog we can do it. In addition to tempt visitors to linger more on our blog, it would be very easier for readers to find articles in the sense of interesting to read. make a link to the article.

Well ... I want to explain right now is how do I create a List of blog content automatically. Yupppsss .. with only once we make a list of the contents should not be made again and again but continue to work automatically, this technique introduced by the hans through the beautiful beta blog. Interested to make it? please follow the following steps:

Auto Hide Navbar Blogspot

What is meant Auto Hide Navbar here is the navbar congenital of Blogspot posted in every blog on blogspot.com with congenital standard template.

The function of this navbar to facilitate other bloggers to participate, share, reported abuse of the use of blogs (e.g. porn blogs, blogs that contain elements of rough, making a obscene, etc.) and search for the next blog, this means blog walking is recommended by Google.

Some of the blogs that we find by using a blog template from third parties, some of which remove congenital Blogger Navbar.

Introduction to the Content Management System (CMS)

Content Management System (CMS) is an application designed to create, arrange and improvise data. Simplifying the complex and complicated process of publishing content on your website or intranet. In CMS, the data can be anything - text, images, movies, data technology, and others. With this convenience even a layman can create text and multimedia content to the features page by using this clever application. In addition to his ability that quite a lot in terms of web page design and publishing, CMS is also used to perform tasks such as:

Dark And Light Picture Effects

Dark And Light Picture Effects On The Blog Post

When bloggers write an article, usually it can not be separated from the image as a complement to an article that aims to provide a description / explanation of the article or as a complement. Actually the picture / image on the post could be given a little additional effects to enhance your appearance by making use of hover effects. When the mouse pointer is in the picture you will see a change where the images are initially visible light will turn dark. For you all who would like to try please follow these simple tips.

The Story Behind CSS


The Story Behind CSS 
CSS works as a complement to HTML. If you're new to learn HTML, then try to learn CSS as well. And you will be surprised with the results ..!
 
CSS allows web developers to separate the HTML from the rules for forming the look of a website. But sometimes, many people are just learning HTML, underestimate the power and flexibility of a CSS.
So what's the style sheet (CSS) it really? what purpose exactly? and how do you use?
Creating Fixed Top or Bottom Bar with CSS
 
Surely you often visit multiple news websites. And often some of the web is having a banner / ad placed on top of the page, or at the bottom of the page, but if you scroll your mouse, drag the page up or down but the ads still appear. 

CSS Reset


Web Design Tips: Using CSS Reset 
This tutorial will discuss about Web Design Tips. It has become common knowledge that if each Internet browser has its own innate style, as for example the default margin or padding by default in Internet Explorer that have different values with Mozilla Firefox or Chrome, another example, the default unordered list of Internet Explorer has a different style with the style on Firefox.

Column Style with CSS


Creating Column CSS Layout

Making the column can be done by determining the margin on each element that can be used. Suppose use HTML tags <p> and the number of columns that made as many as three columns like the following script.

Wavy Text

Wavy Text

You can make wavy text effect with CSS. This is very simple way to make different style in your website.
Create a script as below. You will get text effect like image above.

Text Glow Effect


Text Glow Effect

By combining CSS with function filter: glow to create a glow effect. You do not believe? Please try the following script:

Color Scrollbar


Changing the color on the scrollbar CSS

You are diligent surfing'll often come across a web page with color scrollbars colorful. If on this page are colored turquoise scrollbar (see the scrollbar on the right). Maybe you are confused, how to load the scrollbar like that?

CSS Shaded Text

Shaded Text Effect with CSS
You can create your own shaded text effects. Make a script like the following:

Dropcap With CSS


How Make CSS Dropcap
Looks pretty, it certainly can be done. In a word processor we can make the first letter in a paragraph to be great or referred to as Dropcap. How about in web? Try the following script.

Create the following script in the HTML document.

Text Image Background


CSS Tips : Text with Image Background

In addition to color can also be used as a background image of a text. The trick simply by changing the background color property on the style-image CSS. Script as follows.

Link Without Underline

CSS Links Without Lines 
If using the links with HTML standards, most forms have a line link below. Now what if the link without bottom line. Here is the code to make link without underline :

CSS Border Size Tips


Border Size
In addition to style and color, border size can also be created differently on each side. This will make your table look so different with others. Script as follows.

CSS Border Color Tips


Border Color with CSS
In addition to the berdeda border, border can also be made with different colors. Add some syntax in the first script as shown in script below.

CSS Border Tips


CSS Border Tutorials
One of the capabilities of the CSS is able to create the Border that can be used to further beautify the look of the website. With the Border a designer can provide guides on each element, such as images, text, paragraphs and so on, so no need to use the help of many tables to serve as guides for each element.

CSS Text Background

CSS Text Tips

Creating Text with CSS Background
What can you do with text is to beautify the text with the background color of the text. You do this by providing the background-color syntax.
<body> <h1 style="color:#FFFFFF"> <span style="background-color: #006699"> HTML Tips</ span> </ h1> </ body>