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

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -