Undoing CSS
15 Apr
Recently, and I mean 5-minutes-ago-recently, I was fixing a bug with this design concerning som floating failures. Namely, the sidebar kept jumping down below the last content <p>. After 2 hours of playing around with the WebDeveloper toolbar for firefox i found the solution: I forgot to unfloat the child elements of the sidebar. After a quick div#sidebar *{ float: none } the problem was fixed. So, take this as a warning: remember to undo your floating.
More
If you'd like to bookmark this page, use the permalink URI, and if you'd like to post a trackback from your site simply use the trackback URI. If you like this post you can either digg or “färskpressa” it.
Comments
No comments have been made to this post yet. That means you could be the first to comment! Scroll down to the form to add your opinion.