If you can't have the img set to absolute, 
put your [001] inside a span and position that absolute with a positive z-index.

Best,

Karl DeSaulniers
Design Drumm
http://designdrumm.com




> On May 24, 2018, at 1:48 AM, Karl DeSaulniers <k...@designdrumm.com> wrote:
> 
> Try this for starters.
> 
> .section_image {
>       top:0;
>       left:0;
>       position:absolute;
>       z-index:-1;
> }
> 
> Best,
> 
> Karl DeSaulniers
> Design Drumm
> http://designdrumm.com
> 
> 
> 
> 
>> On May 24, 2018, at 1:08 AM, Michelle Konzack 
>> <linux4miche...@tamay-dogan.net> wrote:
>> 
>> Good morning,
>> 
>> my website produce blocks like
>> 
>> <TD class="table_cell_image">
>>   [001]<BR>
>>   <IMG src="farmhouse_-_house.001s.jpg" class="section_image"><BR>
>>   <SPAN class="comments"></SPAN>
>> </TD>
>> 
>> and I want o move the [001] as overlay in the left upper corner of
>> the image.
>> 
>> How to do this?
>> 
>> Thanks in advance
>> 
>> -- 
>> Michelle Konzack        Miila ITSystems @ TDnet
>> GNU/Linux Developer     00372-54541400
>> 
>> ______________________________________________________________________
>> css-discuss [css-d@css-discuss.org]
>> http://www.css-discuss.org/mailman/listinfo/css-d
>> List wiki/FAQ -- http://css-discuss.incutio.com/
>> List policies -- http://css-discuss.org/policies.html
>> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
> 

______________________________________________________________________
css-discuss [css-d@css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to