Re: [css-d] Moving a text as overlay into an image

2018-05-24 Thread Michelle Konzack
This I have to try tonight... My current try is here ...but works only half. Am 2018-05-24 hackte Karl DeSaulniers in die Tasten: > Oops. Had my style between the td and tr. Fixed. > > > > > > > [001] >

Re: [css-d] Moving a text as overlay into an image

2018-05-24 Thread Michelle Konzack
Good morning, I took this example and now with some modifications it is mostly working . The only two problems are now, that the vertical images do not work correctly and the text under the image get a huge distance to the image (see photo [065]

Re: [css-d] Moving a text as overlay into an image

2018-05-24 Thread Karl DeSaulniers
Sigh, remove the extra too. Moving too quick for myself. Best, Karl DeSaulniers Design Drumm http://designdrumm.com > On May 24, 2018, at 3:43 PM, Karl DeSaulniers wrote: > > __ css-discuss [css-d@css-discuss.org] http:

Re: [css-d] Moving a text as overlay into an image

2018-05-24 Thread Karl DeSaulniers
Oops. Had my style between the td and tr. Fixed. [001] This is a comment. .image_content { position: relative; } .image_num { font-size:2em; top:20px; left:20px; position:absolute;

Re: [css-d] Moving a text as overlay into an image

2018-05-24 Thread Karl DeSaulniers
Hi Michelle, Here you go. I think this is what you are wanting? [001] This is a comment. .image_content { position: relative; } .image_num { font-size:2em; top:20px; left:20px; position:absolu

Re: [css-d] Moving a text as overlay into an image

2018-05-24 Thread Philip Taylor
Tom Livingston wrote: > You aren't opening each new row. Bum.  Copied-and-pasted but didn't proof-read properly.  Thank you. Now corrected.  Rendering seems unaffected.  Validator says it's OK modulo the missing "alt" attributes/values. ** P. http://www.w3.org/TR/html4/strict.dtd";>

Re: [css-d] Moving a text as overlay into an image

2018-05-24 Thread Tom Livingston
On Thu, May 24, 2018 at 4:03 PM Philip Taylor wrote: > > > Tom Livingston wrote: > > Like this? > > https://tomliv.com/css-d/abs-in-table/ > > /Wunderbar ! /I will look at your code in a minute; in the meantime, here > is my (slightly kludgy) version : > > http://www.w3.org/TR/html4/strict.dtd"

Re: [css-d] Moving a text as overlay into an image

2018-05-24 Thread Philip Taylor
Tom Livingston wrote: > Like this? > https://tomliv.com/css-d/abs-in-table/ /Wunderbar !  /I will look at your code in a minute; in the meantime, here is my (slightly kludgy) version : http://www.w3.org/TR/html4/strict.dtd";> Untitled Document                   001                

Re: [css-d] Moving a text as overlay into an image

2018-05-24 Thread Tom Livingston
On Thu, May 24, 2018 at 3:48 PM Philip Taylor wrote: > > > Tom Livingston wrote: > > https://tomliv.com/css-d/abs-in-table/ > But can you achieve it with two or more s, Tom ? I've tried, and > failed. Also (of course) I want to avoid any explicit dimensioning of > anything. > Philip Taylor >

Re: [css-d] Moving a text as overlay into an image

2018-05-24 Thread Philip Taylor
Tom Livingston wrote: > https://tomliv.com/css-d/abs-in-table/ But can you achieve it with two or more s, Tom ?  I've tried, and failed.  Also (of course) I want to avoid any explicit dimensioning of anything. Philip Taylor __ c

Re: [css-d] Moving a text as overlay into an image

2018-05-24 Thread Tom Livingston
https://tomliv.com/css-d/abs-in-table/ On Thu, May 24, 2018 at 2:58 PM Michelle Konzack < linux4miche...@tamay-dogan.net> wrote: > Hi, > > Am 2018-05-24 hackte Tom Livingston in die Tasten: > > On Thu, May 24, 2018 at 2:09 AM Michelle Konzack < > > linux4miche...@tamay-dogan.net> wrote: > > > >>

Re: [css-d] Moving a text as overlay into an image

2018-05-24 Thread Michelle Konzack
Hi, Am 2018-05-24 hackte Tom Livingston in die Tasten: > On Thu, May 24, 2018 at 2:09 AM Michelle Konzack < > linux4miche...@tamay-dogan.net> wrote: > >> Good morning, >> >> my website produce blocks like >> >> >> [001] >> >> >> >> >> and I want o move the [001] as overlay in t

Re: [css-d] Moving a text as overlay into an image

2018-05-24 Thread Michelle Konzack
Hello, Am 2018-05-24 hackte Karl DeSaulniers in die Tasten: > Try this for starters. > > .section_image { > top:0; > left:0; > position:absolute; > z-index:-1; > } I tried this and put the [001] in a DIV, but it move it to the upper left corner of the page. > Best

Re: [css-d] Moving a text as overlay into an image

2018-05-24 Thread Tom Livingston
On Thu, May 24, 2018 at 2:09 AM Michelle Konzack < linux4miche...@tamay-dogan.net> 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? > > You need to

Re: [css-d] Moving a text as overlay into an image

2018-05-23 Thread Karl DeSaulniers
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 { >

Re: [css-d] Moving a text as overlay into an image

2018-05-23 Thread Karl DeSaulniers
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

[css-d] Moving a text as overlay into an image

2018-05-23 Thread Michelle Konzack
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 __