0
votes
2answers
50 views
+150
CKEditor: Class or ID for editor body
I have an instance of CKEditor on a page. I am trying to give the CKEditor's body a class or ID so it matches some styles I have defined in a stylesheet.
There is a API documentation that should give …
0
votes
3answers
57 views
+100
How to show Selected linkbutton amongs set of linkbuttons in asp.net?
i have one aspx page on which. set of linkbuttons on it.
linkbutton1
linkbutton2
linkbutton3
linkbutton4
linkbutton5
if i click on any of them. it should be highlighted.
These linkbuttons are …
0
votes
2answers
36 views
+150
Is there a way to use a different image for each side of a CSS3 border-image?
On Firefox and Safari, I can use an image for the border with the following CSS:
-moz-border-image: url(shadow_left.png) 0 7 0 7 round round;
-webkit-border-image: url(shadow_left.png) 0 7 0 7 round …
