[css-d] Moving a text as overlay into an image
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 __ 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/
Re: [css-d] Moving a text as overlay into an image
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 > > >[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 > > __ > 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/
Re: [css-d] Moving a text as overlay into an image
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 { > 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 >> >> >> [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 >> >> __ >> 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/