Welcome, Guest. Please login or register.

Author Topic: web design question  (Read 4962 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline uncharted

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1520
    • Show all replies
Re: web design question
« on: July 04, 2007, 12:34:10 PM »
There is no height attribute for in any standard.  So Moto's code is not guarenteed to work in every browser.

If you're targetting modern browsers then CSS is probably the answer.  Using fixed positioning you can place objects at fixed point within the window.  They will stay there regardless of scrolling.
 

Offline uncharted

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1520
    • Show all replies
Re: web design question
« Reply #1 on: July 04, 2007, 04:20:33 PM »
Is the centre content supposed to scroll or all be visible at once?  I get a scroll-bar viewing on Firefox on the iBook (1024x768).