I have a script right now where a certain element is shown and hidden often (similar to a tip). I have noticed that sometimes the inline style says 'display: inline-block' and sometimes it says 'display: block'. The documentation as far as I can see only notes that it will use 'block'. What appears to be happening, is it's using display: inline-block when the positioning is relative/static and is