Blog Stats
  • Posts - 10
  • Articles - 1
  • Comments - 11
  • Trackbacks - 0

 

Ajaxtoolkit HTMLEditor color picker position not visible off screen

I was working with the built in ajaxtooljit HTMLEditor and for some odd reason, the color picker was showing off the screen. I noticed that the "TextEditorDivContainer" class of the control had position absolute.

To solve this problem, I had to wrap the editor in a div with a class named "EditorWrapper" and change the position of the "TextEditorDivContainer" class to static.

 

.EditorWrapper .TextEditorDivContainer {     position: static !important; }

 


Feedback

# re: Ajaxtoolkit HTMLEditor color picker position not visible off screen

Gravatar pls do check ur css code before posting. 4/3/2012 3:08 AM | dev

# re: Ajaxtoolkit HTMLEditor color picker position not visible off screen

Gravatar Could you point out what was wrong with my CSS? 4/3/2012 3:21 AM | Ben Adler

Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification:
 
 

 

 

Copyright © BenAdler