html - How to align a speech bubble with an image -
i'm trying align speech bubble image looks if character trying something.
i understand won't perfect fluid , not absolute looks kind of same on big screen monitors , laptop monitors well.
i've added margin-left: 205px;
doesn't seem cut it..
example: http://jsfiddle.net/fuway/1/
you might better off setting speech bubble display: relative;
, controlling top
, left
properties position bubble want on image:
<blockquote class="oval-thought" style="position: relative; top: 250px; left: 150px;"><p>yay</p></blockquote> <img src="http://th00.deviantart.net/fs70/pre/f/2010/310/7/4/super_sonic_sa2_by_mephilez-d329bcu.png" height="600" width="400"/>
Comments
Post a Comment