August 05, 2004
Curious, George: CSS guru help needed!
I am trying to learn the basics of layout with CSS and am having a devil of a time understanding it. Specifically, I'd like to... (mi)
I have a MetaPhilter run site that I'd like to modify the layout. The problem that is bugging me the most is that when the browser window is made narrow, the menu links are overlaid on top of the logo. (The behavior is the same for MoFi.) What I'd like is for the links to flow to a new line if the window becomes too narrow. Ideas?
an extension for Firefox which places an item in the right click context menu that pops up the css of any site and allows you to edit the css of any page (even if it isn't your own!)on the fly. This is such a time saver because you can right click, view the css, change a few things, instantly see what it did and all without making any permanent changes. It is also usefull in see what other people's css is. I would also add that I think the easiest way to do what you want is to replicate the code from lower down the page that keeps the sidebar from overlapping the main content. An article over on alistapart.com about Creating Liquid Layouts might help in figuring it out. On my site, I created a seperate test template and tore out all the stuff I knew didn't apply to the problems I was having and slowly added stuff back in untill I got it like I wanted it. Good luck!