I'm trying to get some fragment text to align at the bottom of a layout that uses a background image. The code I'm using is as follows:
</div>
I've also tried vertical-align: text-bottom; and vertical-align: bottom; but they don't make any difference.
This image illustrates what I'm trying to do - any ideas, anyone? (I'm a CSS non-wizard!).
Malcolm
Code:
<div style="width: 755px; height: 299px; background: url('<actinic:variable name="FragmentImageFileName" />') no-repeat; margin-bottom: 10px;"> <div style="width: 755px; height: 299px; vertical-align: bottom; font: 21px/0.9 Georgia, 'Times New Roman', Times, serif; color: #999;"><actinic:variable Name="FragmentText"/></div>
I've also tried vertical-align: text-bottom; and vertical-align: bottom; but they don't make any difference.
This image illustrates what I'm trying to do - any ideas, anyone? (I'm a CSS non-wizard!).
Malcolm
Comment