Tagged Questions
11
votes
3answers
8k views
jQuery animate css border-radius property (webkit, mozilla)
Is there a way in jQuery to animate the css3 border-radius property available in webkit and mozilla browsers?
I haven't found a plugin that will do it.
-webkit-border-radius
-moz-border-radius
...
4
votes
5answers
721 views
How do I get a thin border in qtip with round corners?
I try to get a thin border with round corners for the tip in qtip, using:
border: {width: 1, radius: 7, color: "#B8E25E"}
(Like explained here: ...
2
votes
3answers
81 views
CSS border in JavaScript
I am using below procedure to modify CSS from JavaScript but it is not giving any result.
Can anybody please check the code and let me know the proper method. I need border for the table with ...
1
vote
1answer
48 views
CSS - Border Radius for the drop down box when using the SELECT tag? Not the SELECT input ittself, the actual drop down box?
I am trying to style a select drop down box...
So far, i have achieved a styled effect within the drop down box ittself (the box that drops down with the options) by applying certain styles to the ...
1
vote
0answers
83 views
border-radius disables YouTube Embed on FF
On this site http://drehmomentproduktion.ch/showreel I use videos from Vimeo and YouTube along with some border-radius stylings appended to the iFrames.
Now the strange thing is if I view it in FF ...
0
votes
1answer
19 views
rounding corners using border radius on table row with two cells breaks at cell border
I have a table row with two cells and the row has hover background color I am trying to to round the corners of hover background color using border radius like this
table tbody tr#ClickableRow:hover ...
0
votes
3answers
125 views
border radius misbehaving
In FF this border radius doesn't seem to want to work.
Editable link here.
the right radius of the big box should be 0px and the left of the small boxshould be 0 to join them..
0
votes
2answers
562 views
How to animate specific corners of the border radius when hovered in and out? (Firefox)
I know how to do this for webkit browsers but i'm kinda stuck in firefox. The code below just animate the top-left corner while the rest just snap into places.
Here's my code:
...