Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
.imageCaption
{
display: block;
min-width: 120px;
max-width: 120px;
_width:120px;
padding:5px;
font-size:x-small;
text-align:left;
}
<div class="imageContainer">
<img id="..." src="..." alt="Involving our customers"
style="width:130px;border-width:0px;" />
<div class="captionColorHack">
<span id="..." class="imageCaption">Some text</span>
</div>
</div>
.imageCaption
{
display: block;
[s]min-width: 120px;
max-width: 120px;
_width:120px;[/s]
[b]width: 120px;[/b]
padding:5px;
font-size:x-small;
text-align:left;
}