Is there any way by which I can show an arrow tip on left of jQuery dialog? I would like to achieve functionality as mentioned in image below. How to do this with Theme roller CSS and icons?

|
Is there any way by which I can show an arrow tip on left of jQuery dialog? I would like to achieve functionality as mentioned in image below. How to do this with Theme roller CSS and icons?
|
||||
|
|
|
UPDATE: I posted my first answer BEFORE the edit was made, indicating that arrow was to be placed in the body of the dialog, so here is my updated code:
The myArrow div has been moved to the main content div of the dialog, CSS could be something like:
|
|||||||||
|
|
A simple method would be t simply add the html and / or css into your title attribute when constructing your dialog like so:
And the css for myArrow:
Hope that helps a little |
|||
|