PDA

View Full Version : transparent iframe ?


bcnsites
03-11-2003, 09:32 PM
Hi !

Dou you know how can i get a transparent iframe, with a transparent scrollbar to ?

Thanks in advance

bcnsites

Shecky
03-11-2003, 11:00 PM
<IFRAME NAME="framename" SRC="page.php" frameborder="0" ALLOWTRANSPARENCY="true"></IFRAME>

in the loaded page:
<body style="background-color: transparent">

pretty sure you cant make your scrollbar transparent at all, but if you had to have it that way, you COULD put scroll="no" in the body tag of the loaded url and make a custom scroll bar.

cg9com
03-12-2003, 03:04 AM
:confused:
allowtransparency? sounds like a proprietary method, theres nothing like that in the standards i believe?

besides you cant make an iframe transparent, it displays another page inside of it, how would that be clear? maybe i misunderstand.

and as far as the scrollbars, i found this by searching the forums for "transparent":
http://www.codingforums.com/showthread.php?s=&threadid=14516

Jon T
03-12-2003, 06:20 AM
Here is a word from ie on this topic...

http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/overview/inlinefloatingframes.asp

bcnsites
03-12-2003, 06:33 AM
Thanks !

cg9com
03-12-2003, 06:36 AM
aha, :thumbsup:

Jon T
03-12-2003, 07:11 AM
Tis kinda funny, I have never used IFRAMES before, was poking around here, saw the question, hit IE's site, nice little toy it is...

I'm sure Ill over use it in my next site...

:p

Quiet Storm
03-12-2003, 08:26 PM
Also...
I don't think IFRAMEs can be transparent in IE5.0. Just FYI... :)

JonT, how's the weather down in PHX? :thumbsup:
(FLG, myself)

Shecky
03-12-2003, 08:47 PM
Originally posted by Quiet Storm
Also...
I don't think IFRAMEs can be transparent in IE5.0. Just FYI... :)

JonT, how's the weather down in PHX? :thumbsup:
(FLG, myself)

ie 5.5+ only.

the only reason a windows user would not want to use ie 6 is just to be a difficult *******... people need to conform, for the sake of our tortured souls.

I think its a public service to redirect their browsers to microsoft.com's download page, don't you?

Quiet Storm
03-12-2003, 10:08 PM
Originally posted by Shecky
I think its a public service to redirect their browsers to microsoft.com's download page, don't you?

Yes I do! :D

Jon T
03-12-2003, 11:51 PM
Shecky

Its damn HOT! today!

:(

Not too far, I have some land about 16 miles from Flag in Munds Park... I wish I was there. :thumbsup:

cg9com
03-13-2003, 12:04 AM
Originally posted by Shecky

I think its a public service to redirect their browsers to microsoft.com's download page, don't you?
maybe if IE had full CSS2 support .... or if it didnt suck so badly. :D

Shecky
03-13-2003, 12:09 AM
Originally posted by cg9com
maybe if IE had full CSS2 support .... or if it didnt suck so badly. :D

does anyone account for css effects that arent supported by ie?

If someone does, it aint many...

What sucks about IE? I cant find one point of suckage.

I'm looking, too...

no suckage.

Jon T
03-13-2003, 12:09 AM
What does IE 6 not support for CSS2?

cg9com
03-13-2003, 12:29 AM
Originally posted by Shecky
What sucks about IE?
you must not have much experience with it.

dont make me call jkd in here! :D

cg9com
03-13-2003, 12:36 AM
Originally posted by Jon T
What does IE 6 not support for CSS2?

there would be alot to go into, lets take a few CSS2 specs.

a[href="http://www.example.com/"] { color:orange; }

this would color any anchor with the specified value, orange, this is way beyond IE.

also :hover pseudoclasses in any element are part of the CSS2 specs, wont see that in IE either.

try going to w3 website and looking at some CSS2 specs, and running them in IE vs. moz

Shecky
03-13-2003, 01:18 AM
Originally posted by cg9com
you must not have much experience with it.

dont make me call jkd in here! :D

Originally posted by Jon T
What does IE 6 not support for CSS2?

I'm gunna risk taking this further off topic (as if that were possible) and say this: The advice that a novelist might give to a budding writer is "write what you know." Besides, when the masses use IE, IF i make something cross-browser, i like to use IE as a starting point, for the masses, and let other browsers see a crappiness and blah version of it. Honestly if i hear another "rah rah mozilla, cuz its different... and IE smells" rant, i'm gunna barf, but i respect browser preference... i'm just not gunna account for it :D

Anyway to answer JonT's Q, i found this ref... i'm almost sure theres one or two things missing from this chart but, here it is. In some cases, things arent supported cuz IE stupidly decided to make their own IE-only version of it, not defined in css.

http://www.westciv.com/style_master/academy/browser_support/index.html

cg9com
03-13-2003, 03:04 AM
i was just kidding because jkd could prolly tell you more about IE flaws than i could :D

anyway, no there isnt anything wrong with IE, just doesnt support technology that it should, and i learned this much just from using the browser.
my opinion of course

Jon T
03-13-2003, 02:56 PM
I have to agree, builid it, if it does not work, build it again...