Whamnloodomem
New Member
So I have this html code:\[code\]<label class="selection-confirm" title="some long tool-tip text goes here"><input type="radio" name="options" value="http://stackoverflow.com/questions/12754561/1" class="required selection-confirm" > Option1</label>\[/code\]So here's my attempted css:\[code\].selection-confirm:hover { background-color:#FC0107;}\[/code\]But that just highlights the selection. But I want to customize the tooltips box itself. How do I do that?