<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/7630126?origin\x3dhttp://tedernst.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>
7/25/2005
template stuck-o
I can make a few more tweaks, but my biggest problem is how to make the sidebar exactly the width I'd like (180px) while allowing the main column to be as wide as a particular user's screen allows. Right now it's set up for the main column to be a percentage and the sidebar takes the rest. It's too darn wide on my screen. Maybe yours too? I'll have to wait until another day. I'm off to bed