PDA

View Full Version : Transperant Iframes



DaveTaylor
26-01-2006, 02:32 PM
how the hell can you do it?

fdb
26-01-2006, 05:48 PM
<iframe src="yourframedocument.htm" name="giveitaname" width="100" height="100" scrolling="no" frameborder="0" allowtransparency="true"></iframe>

Thats what i used for my site, works for me. :)

n00blet
26-01-2006, 06:10 PM
Expanding tables are better but use the code fdb said if you really want to use iframes

DanWilliamson
27-01-2006, 12:47 AM
Hey,

DIV's are so much better :)

- Dan


Expanding tables are better but use the code fdb said if you really want to use iframes

Coding4Newbs
27-01-2006, 07:02 AM
Yes divs are so better, if u use css, which you will obviously need to :)

Nick.
27-01-2006, 10:14 AM
Hey,

I was just wondering. Is there any OTHER way than iFrames to make it so the whole page doesn't have to re load. Cause if you have a radio site, the page can't constantly reload when you wanna submit a reuest, or view goodies etc.

Thanks in Advance,

- Nick

Coding4Newbs
27-01-2006, 02:21 PM
Php includes :)

Nick.
27-01-2006, 03:40 PM
I know but then if you want it so when they click a link the whole page doesn't have to re load. Php includes dnt do that... do they?

---MAD---
27-01-2006, 04:03 PM
you can make them do that.

Read the tutorial in the tutorial forum :)

n00blet
27-01-2006, 08:05 PM
Sorry Dave yes you would have to have basic knowledge of CSS putting a code like this as CSS

.content {
background-color: #F5F5F5;
border-left: 1px solid #333333;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
}

Then in html putting:

<div class="content"><div align="center">
Content then </div>

Hope that helps

Want to hide these adverts? Register an account for free!