I am creating an equipment tracker for a game that I play. Each equipment slot has a combobox that contains the different items that can be equipped in that slot.
What I would like to do is after selecting an item from the combobox, hover my mouse over the combobox and have it display a tooltip that displays a webpage. The reason for the webpage is that it's only a css styled "picture" of the item. It would be much more simple if it was a picture, but it's not.
Is there a way to display a webpage inside of a tooltip?