Good morning,
my website produce blocks like
[001]
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 KonzackMiila ITSystems @ TDnet
GNU/Linux Developer 00372-54541400
__
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
> wrote:
>
> Good morning,
>
> my website produce blocks like
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 wrote:
>
> Try this for starters.
>
> .section_image {
>