Lorin Rivers wrote: > I've never used static before--I thought it was like "fixed". I have > SO much to learn...
Always something more... :-) The 'static' is _default_ in positioning-terms. That is: it is the 'normal flow' state browsers use if *no* 'position' is declared... <http://www.w3.org/TR/CSS21/visuren.html#positioning-scheme> I used 'static' to override your 'position: absolute', since none of my "demo" styles would work properly otherwise and I didn't bother to make changes in the existing stylesheet. So, you normally won't have to declare 'static', as long as you don't declare any 'position'. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
