View Full Version : Circular Iframes


christinesm
02-04-2007, 04:46 AM
Is there a such thing as a circular iframe? It may not be a html code, but is ther some way to make the look circular, using images or something? If anyone knows of a site that has circular iframes, or knows how to make them, I'd really like to know!

<3 Christine

disconnect277
02-04-2007, 04:55 AM
I don't think there is a way to do Circular Iframes, but maybe possible with a certian kind of code.

bourdelson
02-04-2007, 02:59 PM
No, to my knowledge, there is no way to make a circular iframe. I would be incredibly surprised if there is a way.

If you want the illusion of a circular iframe, you could always place the iframe over a background that has a circle on it. However, I highly doubt that there's a code to achieve an actual iframe in that shape.

CuriousLittleBird
02-04-2007, 10:35 PM
Yeah, iframes are pretty rectangular little things. Try layering a transparent (or non-transparent) iframe over a solid-color circle--however big you want to make it. But however big you make the iframe, the circle should be bigger than the iframe by about 10-15 pixels. This will give enough of a circular illusion without giving you bloodshot eyes from coding so much. :P

Quick tip to make a non-transparent iframe look transparent: Make the color codes for the background color, scrollbar track color, and circle color all the same. It will give the same look as a transparent iframe when positioned over the circle, but will display correctly on most (or all) browsers.

Hope I have helped you :) Good luck with your spherical layout! ^_^