SamSol
SamSol

Reputation: 2881

Add HTML controls on Canvas for Raphael Library

How to add HTML controls [like textbox, combo box, button etc.] on canvas [we use paper] for Raphael Library?

I want to add on paper[canvas], not out side of paper.

Upvotes: 2

Views: 1173

Answers (1)

You need to use absolute positioning and z-index property like this.

Upvotes: 2

Related Questions