Results 1 to 2 of 2

Thread: Frameset

  1. #1
    Join Date
    Apr 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Frameset

    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...s/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="clsid27CDB6E-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!

  2. #2
    Join Date
    Mar 2006
    Location
    SoCal, USofA
    Posts
    39
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Make bgcolor="black" ?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •