Website Designers R Us - Home
Let the frames float

How would you like to open a scrollable browsing window inside your page? It's very easy to create such a window -- usually referred to as a floating frame -- in Explorer 3.x and Explorer 4.x.

Simply insert following HTML tags in to your page:
 
<IFRAME
  width="width of the frame"
  height="height of the frame"
  name="name of the frame"
  src="URL of the page to display inside the frame">

  ...whatever you place here will be displayed 
     if the browser doesn't support 
     floating frames...

</IFRAME>
 
Following is a working example of a floating frame. You should see a scrollable window if you're using Explorer 3.x or higher:
 
<IFRAME width=400 height=100 name="FloatingFrame1"
  src="http://www.dotspecialist.com">

Since your browser doesn't support floating frames, 
here's a picture of what a floating frame would 
look like:<BR>

<IMG src="/i/tips/floatingframe_demo1.gif">

</IFRAME>
 
Return to Listing

Website Designers R Us is a professional Internet strategy and Web design company based in Toronto, Canada. We specialize in best-in-class website design, online marketing, Flash multimedia, corporate identity and print graphics. Website Designers R Us features an integrated team of web consultants, creative designers, writers, programmers and marketing professionals that know how to get online results
 Home          ::             About Us          ::             Support            ::             Services            ::             Link Partners          ::             Contact

Copyright © 2006-2007 Website Designers R Us, a DOT Specialist Company. All rights reserved.