Jump to content

iframe problems


FLY_dansa

Recommended Posts

ok i've made an iframe and when i click into it i want the bg to be semi-transparent w/ the new pages bg transparent so it will show thru to the bg. and no matter what i try it doesnt work. so it gets really confusing. also whats the difference between frames and iframes.basically, i want to know how to make a bg of an iframe semi-transparent while the new pages bg is transparent. and also how to create the bg of one cell of a table into semi-transparent. its urgent so plz help.

Link to comment
Share on other sites

Framesets and Iframe has almost the same features, but framesets makes havok in search engiens and loads slower cause there are a page to load in each frame.Iframes cant be viewed in older browsers.so if you want a frame use iframe even if not all browsers can see it.and when you use iframe add this code

allowtransparency="true"

that will make the iframe 100% transparant.but for semi transparant

filter:alpha(opacity=50);

I never used it my self. so i cant tell the result

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...