Hi -
Environment: IE 5.x, up-to-date mozilla engines
By setting up two proper frames (the first of pixel-height 53px, the second uses the rest of the space) the first frame overlaps the second frame. This only happens in IE 5.x. It seems that all mozilla-driven browsers try to avoid overlapping frames.
Is there a way to prevent any overlapping of frames or is this one the many reasons not to use frames?
Greetz - Chris
Environment: IE 5.x, up-to-date mozilla engines
Code:
<frameset name='main' rows='53,*' frameborder='1'>
....
By setting up two proper frames (the first of pixel-height 53px, the second uses the rest of the space) the first frame overlaps the second frame. This only happens in IE 5.x. It seems that all mozilla-driven browsers try to avoid overlapping frames.
Is there a way to prevent any overlapping of frames or is this one the many reasons not to use frames?
Greetz - Chris