toha
2000-01-04, 08:53
Har fått reda på hur man tar bort den där irriterande en-pixels-mellanrummet somm uppträder i Netscape vid användandet av ramar (marginwidth=0).
============================================================ =======
How to eliminate the one-pixel margin that Navigator often leaves in a frame, even when the FRAME tag specifies marginwidth=0 or marginheight=0. The answer is simply to put another marginwidth=0 and/or marginheight=0 attribute in the BODY tag of the frame's contents:
<BODY marginwidth=0 marginheight=0>
This works only on Navigator 4.0; otherwise you can't get rid of the extra pixel. It is caused by confusion within the program over any given frame's actual properties.
============================================================ =======
Var iaf. en nyhet för mig... :)
------------------
/ Torbjörn Hansson
============================================================ =======
How to eliminate the one-pixel margin that Navigator often leaves in a frame, even when the FRAME tag specifies marginwidth=0 or marginheight=0. The answer is simply to put another marginwidth=0 and/or marginheight=0 attribute in the BODY tag of the frame's contents:
<BODY marginwidth=0 marginheight=0>
This works only on Navigator 4.0; otherwise you can't get rid of the extra pixel. It is caused by confusion within the program over any given frame's actual properties.
============================================================ =======
Var iaf. en nyhet för mig... :)
------------------
/ Torbjörn Hansson