Beveled corners & negative border-radius
2 posters
Page 1 of 1
Beveled corners & negative border-radius
Technical Details
Forum version : #phpBB2
Position : Founder
Concerned browser(s) : Google Chrome
Who the problem concerns : Yourself
Forum link : ( link is hidden, you must reply to see )
Description of problem
Hello!So I wanted to implement code from this tutorial for couple tables.
http://lea.verou.me/2011/03/beveled-corners-negative-border-radius-with-css3-gradients/
It seams that this part (linear and radial) is just not working in the forum. I have tested this so far only in Safari.
Any ideas how to have that effect or implement this code?
Thank you in advance!
- Code:
background:
linear-gradient(135deg, transparent 10px, #c00 0) top left,
linear-gradient(225deg, transparent 10px, #c00 0) top right,
linear-gradient(315deg, transparent 10px, #c00 0) bottom right,
linear-gradient(45deg, transparent 10px, #c00 0) bottom left;
EDIT:
Basically, I want to make negative radius border of a selected div.
Afterwards I want to apply some box-shadow, therefor it has to be done with single line.
Re: Beveled corners & negative border-radius
What div are you trying to target? The code snippet you have above is just the CSS, without a selector div as a target, which is why it isn't working.
I tested the code from the tutorial itself (using Opera and Chrome) and it works fine when a div is targeted: http://prntscr.com/duya67
I tested the code from the tutorial itself (using Opera and Chrome) and it works fine when a div is targeted: http://prntscr.com/duya67
Re: Beveled corners & negative border-radius
Ha ha Hello, Valoish
Please read my post again carefully.
In the forum I used exactly the same code as in tutorial.
Please read my post again carefully.
It seams that this part (linear and radial) is just not working in the forum.
In the forum I used exactly the same code as in tutorial.
Similar topics
» Forumline border radius problem and how to make shadows at the bottom/left from boxes
» Remove Searchbox and Forum Beveled/Curved Difficulities
» trying to add negative
» Negative Credits
» Remove negative votes
» Remove Searchbox and Forum Beveled/Curved Difficulities
» trying to add negative
» Negative Credits
» Remove negative votes
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum