css float - TinyMCE 4 Container not floating under label, but covers label? -
i'm using tinymce cms , have form couple of labels , inputs. inputs , textareas floating under label next css:
label { float: left; clear: left; } input, textarea { float: left; clear: left; }
but when utilize tinymce override textareas, tinymce container overlapping label instead of floating under label. how come , how can prepare this? rather not create utilize of position absolute , relative, because of elements positioned float property.
greetings,
jan
tinymce renders within text areas default , html labels appear outside you're saying doesn't seem possible. please provide html , perchance fiddle can see what's going on.
as blind suggestion seek adding bottom margin or padding label element. if doesn't work seek giving big height.
css-float label textarea css-position tinymce-4
No comments:
Post a Comment