javascript - Use JGrowl with Theme roller -
i want know how use jquery ui theme jgrowl. site says can done. questions answered here:
and asker seemed happy answer, did solution said: include jquery ui css file.
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="js/jquery-ui-1.8.5.custom.min.js"></script> <link type="text/css" href="css/redmond/jquery-ui-1.8.5.custom.css" rel="stylesheet" /> <script type="text/javascript" src="jgrowl/jquery.jgrowl.js"></script> <link rel="stylesheet" href="jgrowl/jquery.jgrowl.css" type="text/css"/>
but not use custom theme. tried not linking jgrowl.css file, did not work right @ all.
any ideas? thanks!
you express concern might working, unexpected coloring. test this, switch different jquery theme, , see if jgrowl elements change.
if don't, check jgrowl version. according http://forum.jquery.com/topic/jgrowl-question, version 1.2.0 doesn't use jquery-ui themes automatically, version 1.2.4 does.
Comments
Post a Comment