View Single Post
Old 12-05-2024, 03:23 PM   #9
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,355
Karma: 20171571
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Just for a complete answer:

If you wanted the detail available with a .png image I would change the css to something like this:

Code:
hr.ChDiv {
  height:2em;
  background: transparent url("../Images/Wrench.png") no-repeat center;
  background-size: auto 100%;  
}
That would give an image like this - what we are normally used to seeing with a png image:
Click image for larger version

Name:	Screenshot 2024-12-05 151714.png
Views:	304
Size:	121.3 KB
ID:	212363

If you used the mask technique it would make the same image look like this:
Click image for larger version

Name:	Screenshot 2024-12-05 151449.png
Views:	327
Size:	116.6 KB
ID:	212364

And for the OP's original question about a fleur de lis, using a mask:
Click image for larger version

Name:	Screenshot 2024-12-05 151115.png
Views:	278
Size:	111.0 KB
ID:	212365 Click image for larger version

Name:	Screenshot 2024-12-05 151102.png
Views:	325
Size:	115.0 KB
ID:	212366


OK - I'm out - time to go pay bills!
Turtle91 is offline   Reply With Quote