Check this:
<style type='text/css' media='all'>
@import '/public/js/jtip/css/jtip.css';
#JT { background-color: lightcyan; }
.jTip { cursor:default;}
#JT_close_left { background-color: green; color: white; }
#JT_close_right { background-color: green; color: yellow;}
</style>"
Its from HLS, which I dont think stands for Hue, Luminence and
Saturation, but is a gentleman's initials.
On Aug 19, 6:45 pm, Rey Bango <[EMAIL PROTECTED]> wrote:
> Hi guys,
>
> In looking at another thread about jTip, I noticed that the css file was
> including like this:
>
> @import '/public/js/jtip/css/jtip.css';
>
> What's the difference and/or benefit of using "@import" vs "link" to
> include a stylesheet?
>
> Rey...