html - Semantic ui floating message not float -
i'm working semantinc-ui. i'm training insert floating message without success.
when tried on fiddlejs not work too... why floating message wasn't above paragraphe tag ?
<div class="ui floating message"> float </div> <div class="ui floating info message"> not float info </div> do have advices fixe please ?
++++++++++++++++++ few hours late +++++++++++++++++++
i solve problem following code. wehave put 1 attribut idin element want fload , write in file.css position: absolute :
html : float
<div class="ui floating info message"> not float info </div> css:
#test { position: absolute; width: 100em; z-index: 99; }
Comments
Post a Comment