Not signed in (Sign In)

Vanilla 1.1.8 is a product of Lussumo. More Information: Documentation, Community Support.

Syntax Highlighting

You can highlight any code you post by wrapping it in the BBCode tags, [code lang="css"]code here[/code]. Other usable lang values are "xml", "html", "xhtml", "css", "js", "javascript", "php", "sql", "python", "py", "ruby", "rb", and "java".

Choose the Format Comments option "SyntaxHighlighter" to use this BBCode. Note that no other BBCode is supported at the moment.

    • CommentAuthormottwsc
    • CommentTimeFeb 1st 2010
     
    I'm trying to determine the best way to design a UI for a PHP application. There is a header portion (a band across the top of the page) with menu choices and a footer portion (a band across the bottom of the page). There is also a background image 'picture frame' that sits in between the header menu and footer and gets loaded depending on the user's preferences. None of these three scroll. Within that picture frame, there is a center screen with a scrolling application. This portion would load different screens based on what was picked as a menu choice, and the user would scroll in the application if the particular screen were longer.

    Is the best way to do this using frames, or is there a better choice in terms of speed, browser compatibility, etc.?

    Thanks for your suggestions.

Valid XHTML 1.0 Strict

Valid CSS!