<div class="recruitTitle"> Recruitment Needs</div> <div class="recruitTalent"></div> <link rel="stylesheet" href="http://guildportal.com/GuildFiles/258012/wowtalents.css" type="text/css" /> <script src="http://guildportal.com/GuildFiles/258012/wowtalents-min.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function(){ $('.recruitTalent').wowTalents(); }) </script>
<style type="text/css"> .tooltip, .preview, .screenshot { cursor:pointer; } #tooltip, #tooltip2, #preview, #screenshot { color:#dddddd; background:#222222; border: 1px solid #333333; padding:5px; display:none; opacity: 0.9; filter: alpha(opacity=90); text-align:left; border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em; } </style> <script src="http://www.axiomfiles.com/Files/258012/tooltip.js" type="text/javascript"></script>
$(document).ready(function(){ $('.recruitTalent').wowTalents({ colorBackground: false, useClassColors: false, defaultNeed: "None", druid : "x,x,l", hunter : "x,l,l", paladin : "l,l,x", priest : "l,l,x", shaman : "l,l,m", warrior : "x,x,l" }); })
.high { color: #0f0; } .medium { color: #ff0; } .low { color: #f00; } <- #0f0 = #00ff00 or bright green <- #ff0 = #ffff00 or bright yellow <- #f00 = #ff0000 or bright red
.high { color: #0f0; } .medium { color: #ff0; } .low { color: #f00; }
$('.recruitTalent').wowTalents();