Layout Options

  • Fixed Header
    Makes the header top fixed, always visible!
  • Fixed Sidebar
    Makes the sidebar left fixed, always visible!
Pseudo Focus

Description

The :focus pseudo-class styles an element that has keyboard input focus.

Examples

This example shows how to specify the color of an input field that has focus.

input:focus
{
  color:red;
}

Browser Support

Chrome Firefox IE Safari Opera

Miscellaneous Information

Defined In: CSS2