Brain-san
04-09-2006, 04:07 PM
hello,
i have the following problem. i made a frameset with 3 rows and in the 1st and 3rd row is a flashmovie playing. as u can see in the picture i have this red (i colored it this way so u can see it) borders on top and left of the frame. does anyone know how to get them away?
http://www.freewebtown.com/ebaybrain/images/frameset.jpg
here is how the frameset looks like
<frameset rows="15%,*,15%" border="0" frameborder="no" >
<frame src="frame_oben.html" name="oben" scrolling="no" noresize target="_self">
<frame src="frameset_mitte.html" name="main" frameborder="0" scrolling="Auto" noresize target="_self">
<frame src="frame_unten.html" name="unten" scrolling="no" noresize target="_self">
</frameset>
and the upper and lower frames (frame_oben.html and frame_unten.html) look like this
<body bgcolor="#FF0000" text="#FFFF00" link="#0000FF" vlink="#C8C8FF">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="1024" height="128">
<param name="movie" value="../../Cropped/oben.swf">
<param name="quality" value="high">
<embed src="../../Cropped/oben.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1024" height="128"></embed>
</object>
</body>
any suggestion is appriciated!
i have the following problem. i made a frameset with 3 rows and in the 1st and 3rd row is a flashmovie playing. as u can see in the picture i have this red (i colored it this way so u can see it) borders on top and left of the frame. does anyone know how to get them away?
http://www.freewebtown.com/ebaybrain/images/frameset.jpg
here is how the frameset looks like
<frameset rows="15%,*,15%" border="0" frameborder="no" >
<frame src="frame_oben.html" name="oben" scrolling="no" noresize target="_self">
<frame src="frameset_mitte.html" name="main" frameborder="0" scrolling="Auto" noresize target="_self">
<frame src="frame_unten.html" name="unten" scrolling="no" noresize target="_self">
</frameset>
and the upper and lower frames (frame_oben.html and frame_unten.html) look like this
<body bgcolor="#FF0000" text="#FFFF00" link="#0000FF" vlink="#C8C8FF">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="1024" height="128">
<param name="movie" value="../../Cropped/oben.swf">
<param name="quality" value="high">
<embed src="../../Cropped/oben.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1024" height="128"></embed>
</object>
</body>
any suggestion is appriciated!