Quote:I ask because, in terms of web development, you're definitely not ready to do professional work.You are probably right. It's a bit depressing to think that most of that time I've spent trying to learn to program during those five years is wasted. Hanging out with girls would probably have been more fun way to spend my free time than studying algorithms and data structures. But I was so enthralled by those stories of people making a lot of money with their knowledge of programming.
Quote:Can you repeat what you think the problem is? Your tooltips seem to be functioning normally.Try to scroll while the tooltip is shown. The tooltip will follow your cursor instead of staying above the text you were hovering over. That's because the tooltips are being positioned relative to the viewport (fixed) instead of absolutely. And I think I can't make them absolutely positioned at all in the layout I am using.