css - How to position a callout/speech bubble box inline -


I am using this CSS speech-bubble generator to create a callout box on the raththand side of a page (speech / Callout triangle to the left of the box)

I need it to be located on the right side of the other & lt; Div>, but I have not tried anything like the way I need it. When I decide this, then the page is definitely scrolled up and down, which is not good when I float it correctly, it is & lt; Div> on the left (unless the window is small enough). I am thinking that the position of inline will be the best bet, but when I change the position from relative to inline triangle part of callout, then disappears. Any solution to solve this?

Meditation
  .bubble {Status: Relative; Width: 200px; Height: 310px; Padding: 14px; Background: #FFFFFF; Limit: #cfcfcb Solid 4px; -WebKit-boundary-radius: 5px; -max-boundary-radius: 5px; Boundary-radius: 5px; } .bubble: after {content: ""; Status: Completed; Top: 16px; Left: -39px; Border-style: solid; Border width: 16px 39px 16px 0; Border color: Transparent #FFFFFF; Display area; Width: 0; Z-index: 1; } .bubble: {content: ""; Status: Completed; Top: 13px; Left: -46px; Border-style: solid; Border width: 19px 42px19px; Border color: transparent #cfcfcb; Display area; Width: 0; Z-index: 0; }  

found the solution - I finally changed the position instead of "absolute" and Everything is working perfectly!


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -