Skip to content
yckart edited this page Feb 21, 2013 · 4 revisions

You can use almost any value which you can use with jQuer.fn.css too. Here's a full list:

##Position

  • 'top'
  • 'right'
  • 'bottom'
  • 'left'

##Margin

  • 'margin-top'
  • 'margin-right'
  • 'margin-bottom'
  • 'margin-left'

##Color Currently you can't set colors via HEX-code so you've to use the rgb or rgba scheme

  • 'color'
  • 'background-color'

##Font

  • 'font-size'
  • 'font-weight'

##Background Properties

  • 'background-position'
  • 'background-image'

##Border

  • 'border-top-width'

  • 'border-right-width'

  • 'border-bottom-width'

  • 'border-left-width'

  • 'border-spacing'

  • 'border-color'

  • 'border-top-color'

  • 'border-right-color'

  • 'border-bottom-color'

  • 'border-left-color'

##Clip

  • rect
Clone this wiki locally