briancray / tooltipsy

Introducing a jQuery tooltip plugin for control-obsessed designers.
http://tooltipsy.com
MIT License
325 stars 97 forks source link

Added ability to customise default functional CSS #21

Closed richardscarrott closed 12 years ago

richardscarrott commented 12 years ago

I needed to customise the z-index so I've moved the className option to the outer div which consequently made the inner div obsolete so I removed that completely.

I felt it was nice to have the default functional CSS in the JS so it's ready to go but it's important to offer the ability to override it.

Great plugin btw!

briancray commented 12 years ago

I'm sorry, but I don't want to get positioning of the tooltip mixed with the CSS of the inner div. In other words, I want people to be able to mess with the inner div without affecting the positioning of the tooltip.

richardscarrott commented 12 years ago

How about 'optioning' out the z-index, it's set extremely high?