Input Boxes and Submit Buttons

Kategoriler: CSS

The days of bland web pages with ugly text and layout are long gone, but the parts that make up a form have largely remained unchanged. Here, I am attempting to describe various methods that may be used to enhance the look of your input fields and form buttons.

Devamını oku

Button Element

Kategoriler: CSS

Introduction

Creating a consistent interface for your users is a constant struggle for every application designer. Building consistency on the web is especially tough because the visual rendering differences across browsers and operating systems are wildly different and almost arbitrary in what can and cannot be done. No where does this become more apparent than when you’re dealing with form elements and the biggest loser of them all in the battle for a standardized look is the infamous Submit button.

Devamını oku

CSS Buton Tasarımı

Kategoriler: CSS

Web sitenizi tasarlarken css tabanlı aktif süslü butonlar ile sitenizi çekici hale getirebilirsiniz.

Buradaki sihirbazın işinize yarayacağını düşünüyorum.

Meta Tag Kullanımı

Kategoriler: HTML

Web sayfası hazırlarken dikkat etmemiz gereken bir konu da meta taglarıdır. Aslında direk olarak web sayfamızın görünümüne etki etmezler. Hatta bir görüntü oluşturmazlar. Meta tagları browser, web server için yazılan taglardır.

Meta tagları <head>…<head> tanımlaması arasında kullanılması gerekir. Meta taglarının genel kullanımı şu şekildedir.

<meta name=”konu” content=”açıklama”>

Devamını oku