Login   Register  
PHP Classes
elePHPant
Icontem

File: appz/autosuggest/suggestions.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Guilherme Blanco  >  pAjax  >  appz/autosuggest/suggestions.css  >  Download  
File: appz/autosuggest/suggestions.css
Role: Auxiliary data
Content type: text/plain
Description: Styles definition
Class: pAjax
Do RPC calls from the browser without page reloads
Author: By
Last change:
Date: 2005-09-13 19:29
Size: 327 bytes
 

Contents

Class file image Download
DIV.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    background-color: white;
    position: absolute;
}

DIV.suggestions DIV {
    cursor: default;
    padding: 0px 3px;
}

DIV.suggestions DIV.current {
    background-color: #36c;
    color: white;
}