HTML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignHTML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old October 4th, 1999, 05:01 AM
dingo32
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Could someone give me referens to a tutorial or maybe give a brief overview of how to make
this "frame inside transparent picture"-look which you can e.g. find at http://radio.af.lu.se//studion.html. But instead of just a plain background, I would like to use a transparent image fixed middle.

Thanks in advance.

Reply With Quote
  #2  
Old October 12th, 1999, 01:24 AM
Faz
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
What you see on the URL you provided isn't so difficult. The page consists of 5 frames. The one in the center of the page is the only one that is used actually. The other 4 frames point to a page with a solid background color ( green in this case ) Just put the following in your main page....:


<frameset cols="150,*,150" frameborder="NO" border="0">
<frame src="left.htm" name="left" scrolling="no" noresize>
<frameset rows="50,*,50" frameborder="NO" border="0">
<frame src="top.htm" name="top" marginwidth="0" marginheight="0" scrolling="no" noresize>
<frame src="content.htm" name="content" noresize>
<frame src="bottom.htm" name="bottom" scrolling="no" noresize>
</frameset>
<frame src="right.htm" name="right" marginwidth="0" marginheight="0" scrolling="no" noresize>
</frameset>

the above will give you the same result (every frame has a different page though).
You can change the sizes of the frames to your needs...

hope this helps

Grtz.

Faz

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignHTML Programming > "frame inside transparent picture"-look (http://radio.af.lu.se//studion.html)

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap