Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

removing borders 1

Status
Not open for further replies.

coldfused

Technical User
Jan 27, 2001
2,442
US
guys i need to remove the borders on this so that the top and left html fit together as they should..also how do i write the code to make the movies scale as they should when you reduce the window size i want the whole thing to scale accordingly..


thanks in advance
e.gif


carlsatterwhite@endangeredgraphics.com
 
for the frame borders in your framset HTML us this...

<frameset rows=&quot;20%,*&quot;>
<frame name=&quot;Top&quot; src=&quot;top.html&quot;
frameborder=0>
<frameset cols=&quot;10%,*&quot;>
<frame name=&quot;Left&quot; src=&quot;left.html&quot;
frameborder=0>
<frame name=&quot;Main&quot; src=&quot;main.html&quot;
frameborder=0>
</frameset>
<noframes>
<body>


As for your movie, do you mean the movie in the top frame? If so this seems to scale for me OK in IE5.5. what problems are you having?

</body>
</noframes>
</frameset> Klae

You're only as good as your last answer!
 
no klae the right side where the buttons are is the one not scaling properly if you scale down the window the buttons swf doesn't scale..will add the no frameborder thanks..
e.gif


carlsatterwhite@endangeredgraphics.com
 
When I go to the link you put in your first post ( I get a top frame and a left frame, both with flash movies which both scale. I do not get a page in the main frame I get HTTP 404 page not found. so I don't think I even see the problem you are talking about. Sorry. Klae

You're only as good as your last answer!
 
I get a 404 error in the bottom left frame too, but everything else scales perfectly when I resize the window. Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top