garysieling / jquery-highlighttextarea

http://garysieling.github.io/jquery-highlighttextarea/
156 stars 75 forks source link

Text area with absolute positioning #10

Open nicsor opened 11 years ago

nicsor commented 11 years ago

Hi, When adding the overlay, it is not taken into account that the text area might have absolute positioning.

For example, add the following line to one of the textarea's from the demo pakage: style="position:fixed;top:180px;left:30px;". The added div is placed in the original position, while the textarea is at the defined positions.

Best regards, Nicu