On a recent project, I came up against an interesting CSS problem. The design called for a fixed position top navigation, in which the selected tab was transparent, allowing the page content to show through as the user scrolled the page. This isn't something that's particularly easy to do in CSS. Making the tab transparent [...]