Hi Ivan, *, On Wed, Feb 27, 2008 at 08:31:08AM +1300, Ivan M wrote: > Hi Christian, > > The spacing between the banner and the content can be fixed easily. If > you look at the portion of the code relating to the navigation, you > will see this: > > <div id="subheader"> > <div id="navigation"> > <ul> > <li><a class="active" > href="#"><span>Home</span></a></li> > <li><a href="#"><span>News</span></a></li> > <li><a href="#"><span>Support</span></a></li> > <li><a href="#"><span>Extend</span></a></li> > <li><a href="#"><span>Projects</span></a></li> > <li><a href="#"><span>About</span></a></li> > </ul> > </div> > </div> > </div> > > Just insert all content between the last two <div> closing tags.
If all content is within the div, then this strongly suggests that the surrounding div is not necessary at all. > There > is also a content div in the stylesheet that you might want to wrap > everything in - that just adds top and bottom margins to space out > content a little. So transform that to: Same thing basically... As the content is already put inside a table, I'd rather not put another element around it. > My apologies, I should've made this more clear - the problem is caused > by the footer auto-positioning code - that's why all the content > appears just below the bottom of the browser window. -vv please > For language selection we could have a drop-down box listing all the > native language projects (and linking to them). Unless we don't want > to do some fancy server-side scripting to autodetect language and make > some suggestions based on that, I think the drop-down box would be the > best solution. Server-side scripting is not an option (not available at all). And including all languages: well, the list is quite huge.. ciao Christian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
