Creating a contact form using divs with 4 extra divs for "Corners"?
Posted
by mark smith
on Stack Overflow
See other posts from Stack Overflow
or by mark smith
Published on 2009-12-10T12:20:16Z
Indexed on
2010/04/16
0:03 UTC
Read the original article
Hit count: 215
Hi there,
i have tried to create a contact form (a standard form, square in nature but with rounded corners)... I can't use the CSS3 specs so i have an image for each corner..
I have set the images on the background-image and no repeat but it seems if the div is empty then it doesn't display, is there a hack - although prefer an alternative clean method :-)
So on the top level i presume i have 1 div for the Upper-Left (corner) and then the upper-middle (just has a color assigned) and then a div for the upper-right (corner) .. so i presume i need to float all these to the left???
Or am i missing something?
Thanks in advance
© Stack Overflow or respective owner