solved Text Over Image

Dazed
Dazed
@dazed
8 years ago
1,022 posts
Does Audio Pro have anything already set in css for text over an image? I thought I would check and see if there was anything out there already before I start researching. If so, how to call it?

Thanks
updated by @dazed: 05/01/17 01:35:35PM
michael
@michael
8 years ago
7,719 posts
not exactly sure what the question is, it sounds like you want an image as a background image then some text overlaid on top of it.

There are many ways to do it with CSS. One is to have a DIV with a background property of an image.
Another is to put a normal image into a div and position the div relatively then add text and position that text by absolute.

If you can put together a screenshot of what you want to achieve and paste it here, I can help work out some code to get it working.

here's a link that looks relevant:
https://css-tricks.com/text-blocks-over-image/
Dazed
Dazed
@dazed
8 years ago
1,022 posts
Thanks Michael & Derrick.

Michael that is actually the one I have been playing with unsuccessfully. The text is falling outside the image.

Derrick that is what I am trying to achieve.

Seems to be working now.

updated by @dazed: 12/26/16 08:38:03AM