http://elearning.psu.edu/projects/ is an example of this happening but when you start to collapse the window past a certain point the node containers stay fixed while the rest of the interface goes fluid, causing the node containers to overflow the interface on the right hand side.
Comments
Comment #1
level02 commentedthis is happening because in the node "Course Manager Screencast (part 2)" the embeded flash media is 1020px wide as seen here:
<embed width="1020" height="668" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="/projects/files/flash/course_manager/Course Manager pt2.swf" play="true" loop="true" menu="true"/>Your theme setting width is set to 85%. This makes the width of your page 85% of the browser window. If you make your theme setting width wider, say 1600px, it will look fine, but most monitors aren't this wide. Reduce the size of your and your problem will be fixed.
Comment #2
Jeff Burnz commented