Eystein Mack Alnæs wrote: > I have been having a simular idea tinkering around in the back of my > head, but to my knowledge there is no css behaviour that will let you > adjust content by the reading the hight of the browser window. I > don't know javascript very well, but I'm retty sure it can solve that > problem. If you know any JS that could be the way. Also let me know > if you find out, I'd love to put my ideas into real world :)
AFAIK there's no way to do it with css. I've made a solution with javascript on the Phonix webpages http://www.phonixfolk.dk/forside_e.php which you're welcome to learn from or copy as need be... It's the js file: http://www.phonixfolk.dk/scripts/scroll.js and the function function justerDivStoerr() The comments are in Danish, send me an e-mail if you need help for it (as we're off-topic here :) ) HTH Jesper Brunholm ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
