Floating titlebars are good for site navigation, but not too much else. Personally, I worry that they'll be used for ads.
Either way, they're very easy to create in everything except IE/Win. You just set position:fixed on the element you want to float. To make them work in IE/Win you need to use JavaScript, but there are plenty of solutions around for that.