Re: Picture problem

by 2Nerotik <2nerotik(at)nisa.net>

 Date:  Sun, 27 Feb 2000 09:57:32 -0800
 To:  hwg-graphics(at)hwg.org
 In-Reply-To:  bellsouth
  todo: View Thread, Original
Sounds like a border problem in the frames:

Try this in the frames:

<FRAMESET COLS="174,*" FRAMEBORDER="no" BORDER="0" FRAMESPACING="0">
     <FRAME NAME="MENU" SRC="menu-Main.html" SCROLLING="auto" 
MARGINWIDTH="0" MARGINHEIGHT="0" NORESIZE FRAMEBORDER="0" BORDER="0">
     <FRAME NAME="CONTENT" SRC="underconstruction.html" SCROLLING="auto" 
MARGINWIDTH="8px" MARGINHEIGHT="8px" NORESIZE FRAMEBORDER="0" BORDER="0">
</FRAMESET>

Take note of the FRAMEBORDER="no", BORDER="0" and FRAMESPACING="0" in the 
FRAMESET tag
and
MARGINWIDTH="0", MARGINHEIGHT="0", FRAMEBORDER="0", BORDER="0"

This could fix your problem and as well you may want to remove the borders 
in the page itself
with the following in the BODY tag:

topmargin=0 leftmargin=0 marginheight=0 marginwidth=0

Alternately in your CSS script if you use one

BODY { margin-left:0; margin-top:0 }

At 11:23 AM 27/02/2000 -0800, Peter Eklund wrote:
>Hi listers!
>I have a little problem with a picture of mine
>The page I'm workig on is made with frames
>and it has a remote in the left frame
>I want this picture to be in the very top left corner
>but it seems impossible, If I use the picture as a bakground
>it shows up exactly where I want it
>anyone??


.oOo.
||  Vuja De: The feeling you've never been here before.
||
||  Addicted 2 Swing ---> http://www.nisa.net/~2nerotik/
||  Fontaholic ? ---> http://www.fontsanon.com
||  HTML Writers Guild ---> http://www.hwg.org

HWG: hwg-graphics mailing list archives, maintained by Webmasters @ IWA