7 /** Special IE6 Style Positioning **/
15 left: expression
( ( 0 - jGrowl
.offsetWidth
+ ( document
.documentElement
.clientWidth ? document
.documentElement
.clientWidth : document
.body
.clientWidth
) + ( ignoreMe2
= document
.documentElement
.scrollLeft ? document
.documentElement
.scrollLeft : document
.body
.scrollLeft
) ) + 'px' );
16 top: expression
( ( 0 + ( ignoreMe
= document
.documentElement
.scrollTop ? document
.documentElement
.scrollTop : document
.body
.scrollTop
) ) + 'px' );
20 left: expression
( ( 0 + ( ignoreMe2
= document
.documentElement
.scrollLeft ? document
.documentElement
.scrollLeft : document
.body
.scrollLeft
) ) + 'px' );
21 top: expression
( ( 0 + ( ignoreMe
= document
.documentElement
.scrollTop ? document
.documentElement
.scrollTop : document
.body
.scrollTop
) ) + 'px' );
24 div
.ie6
.bottom-right
{
25 left: expression
( ( 0 - jGrowl
.offsetWidth
+ ( document
.documentElement
.clientWidth ? document
.documentElement
.clientWidth : document
.body
.clientWidth
) + ( ignoreMe2
= document
.documentElement
.scrollLeft ? document
.documentElement
.scrollLeft : document
.body
.scrollLeft
) ) + 'px' );
26 top: expression
( ( 0 - jGrowl
.offsetHeight
+ ( document
.documentElement
.clientHeight ? document
.documentElement
.clientHeight : document
.body
.clientHeight
) + ( ignoreMe
= document
.documentElement
.scrollTop ? document
.documentElement
.scrollTop : document
.body
.scrollTop
) ) + 'px' );
30 left: expression
( ( 0 + ( ignoreMe2
= document
.documentElement
.scrollLeft ? document
.documentElement
.scrollLeft : document
.body
.scrollLeft
) ) + 'px' );
31 top: expression
( ( 0 - jGrowl
.offsetHeight
+ ( document
.documentElement
.clientHeight ? document
.documentElement
.clientHeight : document
.body
.clientHeight
) + ( ignoreMe
= document
.documentElement
.scrollTop ? document
.documentElement
.scrollTop : document
.body
.scrollTop
) ) + 'px' );
35 left: expression
( ( 0 + ( ignoreMe2
= document
.documentElement
.scrollLeft ? document
.documentElement
.scrollLeft : document
.body
.scrollLeft
) ) + 'px' );
36 top: expression
( ( 0 + ( ignoreMe
= document
.documentElement
.scrollTop ? document
.documentElement
.scrollTop : document
.body
.scrollTop
) ) + 'px' );
40 /** Normal Style Positions **/
45 body
> div
.jGrowl
.top-left
{
50 body
> div
.jGrowl
.top-right
{
55 body
> div
.jGrowl
.bottom-left
{
60 body
> div
.jGrowl
.bottom-right
{
65 body
> div
.jGrowl
.center
{
71 /** Cross Browser Styling **/
72 div
.center div
.jGrowl-notification
, div
.center div
.jGrowl-closer
{
77 div
.jGrowl div
.jGrowl-notification
, div
.jGrowl div
.jGrowl-closer
{
78 background-color: #000;
81 filter: alpha
(opacity
= 85);
87 font-family: Tahoma
, Arial
, Helvetica
, sans-serif
;
91 -moz-border-radius: 5px;
92 -webkit-border-radius: 5px;
95 div
.jGrowl div
.jGrowl-notification
{
99 div
.jGrowl div
.jGrowl-notification div
.header
{
104 div
.jGrowl div
.jGrowl-notification div
.close
{
111 div
.jGrowl div
.jGrowl-closer
{