Forum Moderators: open

Message Too Old, No Replies

Require assistance on building a Full Browser Interface

or how to turn a browser into a site application .. thingy .. sort of :)

         

MLimburg

5:24 am on Nov 12, 2003 (gmt 0)

10+ Year Member



Howdy

I need some assistance to build an interface (to be used on phpbb2, postnuke, tikiwiki, and a few other places) which uses a 'full screen' type web environment.

The Desire: Three Rows of content, spanning the width and height of the browser window.

The first row should be around 40px high and remain static at the top of the browser window - will contain logo, search bar, logged in as, etc.

The third row is akin to the first except it sits on the bottom of the window - providing any byline, copywrite info, current time and date, etc.

The second row would contain two columns. The left column will contain the atypical site menu, user info, etc - non scrollable and fixed. The right column should effectivly be a self contained iframe, although a nice DIV box with auto scrollbars would fit the bill.

Hope that makes some sense ... if not, here's my ascii art :)


+------+----------------+
¦.LOGO.¦.....SEARCH.BAR.¦
+------+--------------+-+
¦.MENU1¦.Scrollable...¦^¦
¦.MENU2¦.content......¦.¦ <- Scroll Bars
¦.MENU3¦.sits.in.here.¦.¦
¦......¦.with.auto....¦.¦
¦......¦.scrollbars...¦.¦
¦......¦..............¦v¦
+------+--------------+-+
¦BUTTON¦......TIME/DATE.¦
+------+----------------+

The only way I can think of doing it is by using width=100 and height=100 within a table - something I'm really trying to avoid for obvious reasons.

Has anyone encountered such a site or example online? Perhaps some advice on how to build CSS2 to format such a web environment? All and any help greatly desired!

M

MLimburg

6:04 am on Nov 12, 2003 (gmt 0)

10+ Year Member



DOH

I suppose the best way to describe my situation is I'm looking for a way to emulate frames with CSS2.

Sometimes, I need to engage my brain ...

M

richardb

6:07 am on Nov 12, 2003 (gmt 0)

10+ Year Member



Never engage your brain when there's someone else to do it for you ;)

Try a search for

3 column layout

That'll see you right

Rich

DrDoc

6:41 am on Nov 12, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Well, you don't even have to do that... Just take a look in the CSS forum library. There are a few helpful posts in there. One example: [webmasterworld.com...] (message 12)

And welcome to Webmaster World! ;)