[API Documentation](index.md) Styling and modifying tooltips

# Styling and modifying tooltips

d3-tip makes no assumption about how tooltips will be styled, but we do
provide some [useful example styles](../examples/example-styles.css). Incorporate it into your webpage like any
other CSS file. For example, see
[this jsfiddle](http://jsfiddle.net/deanmalmgren/eMPdu/) or any of the
examples in the [examples directory](../examples/)

### tip.style
A proxy to d3's [selection.style](https://github.com/mbostock/d3/wiki/Selections#wiki-style).

### tip.attr
A proxy to d3's [selection.attr](https://github.com/mbostock/d3/wiki/Selections#wiki-attr).

