Quote:
Originally Posted by Vicious
I don't understand what you mean with "red & blue bar are collapsable".
|
If I understand correctly, he means you can toggle them on and off.
So, for example, you can hit a "minimize" button that makes the red and/or blue bar disappear until you click a button to make them re-appear.
I agree with you about using css whenever possible, and your solution looks to be a perfect implementation of a static version of this page. The problem is that making part of the page dynamically appear/re-appear is going to take some kind of javascript...
You could use a combination of the two, though. For example, you use this stylesheet as the basic method. Then, use javascript to edit the positioning attributes when you want a piece to "hide."
That allows the site to work perfectly when there's no javasript enabled - it just prevents you from hiding the red and blue bars.
- Walkere