i would like to make some buttons that would look like the form bellow but without the dots i only added those to keep the button aspect as spaces seems to get removed: ._________ ./ button../ /_______/
Dos anyone how may i do that ?
Major_Payne
7:53 am on Oct 21, 2010 (gmt 0)
Do you want to make image buttons and use them as links?
If this is something you want to code as using the input tag and type="button", you can not get that shape although you could fake it with a transparent background for part of the button.
TheKiller
2:35 pm on Oct 21, 2010 (gmt 0)
no... i dont want to make them as images ... yet i thought theres some New CSS3 Code like the one bellow that makes rounded borders:
button { background-color: #454342; border-color:#202020; color:White; -moz-border-radius: 20px 1px; }
piskie
11:34 pm on Oct 22, 2010 (gmt 0)
I strongly advise you to check Browser support for CSS3 before you take that leap. There is still not full CSS2.1 support out there yet.
tangor
11:37 pm on Oct 22, 2010 (gmt 0)
What we want and what CSS (any version) can give us is two different things. Parallelographic shapes does not seem to be one of those.
TheKiller
6:40 pm on Oct 24, 2010 (gmt 0)
So the only way to do that is using a image on it ?
isnt there no way to move the Lines to look like that using CSS?