View Full Version : Border


coldtuesday
06-15-2004, 10:25 PM
How do I get the border where the edges are cut off? if that made sense :)

Charrey
06-15-2004, 11:27 PM
A border around what? an example would help :)

skyjuice
06-16-2004, 12:09 AM
do you mean a border around a graphic? or an iframe border? is it for a layout? is it something up on a site already? It's too vague to answer right now...

coldtuesday
06-16-2004, 12:12 AM
a border around a div or iframe

skyjuice
06-16-2004, 12:18 AM
what do you mean by where the edges are cut off?

coldtuesday
06-16-2004, 12:56 AM
example (http://www.lissaexplains.com/forum/images/avatars/guestavatar.gif)

skyjuice
06-16-2004, 01:12 AM
um...sorry it's taking me so long to get it, but isn't the example a graphic?

coldtuesday
06-16-2004, 02:15 AM
yeah thats just an example, no one understood what i meant when i said the borders were cut off. but thats what it looks like.

skyjuice
06-16-2004, 03:01 AM
so you mean you want an iframe or div thing with the corners cut off like that?

coldtuesday
06-16-2004, 03:15 AM
yeah

pb&j
06-16-2004, 06:52 AM
cant do it.
div and iframes are square/rectangle.
the example is an image itself.
the corners are set to the same color as the background or transparent.

Monkey Bizzle
06-16-2004, 03:17 PM
you actually have to draw the graphic with the corners cut off and then pretty much draw a line around the edge for your border...

Why-Not
06-16-2004, 06:50 PM
Ye well it's like rouded corrers in tables u just use images wether they round or /
try http://www.yourhtmlsource.com/tables/roundedcorners.html or go to ask.com googel and ask for rounded corners in tables

jtchange
06-16-2004, 07:44 PM
well you could position the div or iframe over an image with that type of border and make the div/iframe smaller than the image so it looks right

skyjuice
06-16-2004, 11:01 PM
or if you want the corners to block out the text, you could make a graphic a bit bigger than the iframe you've got the text in, and then put it over the text with a div layer. That's how I fixed my site, so I'm sure it works