
Signature
Gianni Rondinini (30, tanti, RA)
VBR - Vero Birro Romagnolo
Hai capito, scelf?
> in firefox it works pretty good --well, at least it's almost what i'm
> expecting it to be--, but it's not perfect yet.
> with internet explorer it's completely messed up --and i don't
> understand why--, but i'm not going to talk about this at this moment.
IE6 does not do position:fixed.
To get the main div (mainok) to have a scroll bar, set a bottom
coordinate that is fixed rather than auto, say, 55px. Then set
overflow:auto. To eliminate the main window scroll bar you must delete the
body's height attribute. And, of course, it does not work in IE.
It is generally a bad idea to duplicate one type of functionality with
another that is poorly suited to it. If frames work well in your
application, use them. Otherwise, re-design the interface to use the
strengths of other elements.

Signature
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Gianni Rondinini - 29 Aug 2005 09:26 GMT
first of all, thanks for your suggestions. later this morning i'll try
them.
> It is generally a bad idea to duplicate one type of functionality with
>another that is poorly suited to it. If frames work well in your
>application, use them. Otherwise, re-design the interface to use the
>strengths of other elements.
actually, the reason i'm trying to get rid of frames is that a website
using them isn't indexed by search engines. as soon as i'm able to get
a decent layout/setup without them, i'd like to re-design my company's
website.
scrolling the whole page and "loosing" the menus/navbar on the top is
annoying, imho, and i was trying to "fix" them in a position without
using frames. i mean: a "technical" website, designed mainly for
people interested in that product and that need to use it as an online
catalog and/or info/support source, is similar to an application you
would install on your pc and we all have been using applications with
"fixed" menus and toolbars for almost 20 years; then, having fixed
items in a webpage becomes very user-friendly, both imho and in my
users' first impressions.
i think i'll have to wait another couple of years for fixed div's to
be implemented correctly in i.e., too, and go on using frames for
another while :\
thank you again.
regards,

Signature
Gianni Rondinini (30, tanti, RA)
VBR - Vero Birro Romagnolo
Hai capito, scelf?