Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Text on div with image! Re: Text on div with image!

#128669
CrocoDillon
Participant

Simple:

.fx > span {
color: white;
position: absolute;
z-index: 1;
}

added color for readability.