Creating a foreground image
5 years 7 months ago #53556
by dsm
Creating a foreground image was created by dsm
I was looking for a way to create a foreground image that would appear in front of all images in the slideshow -- sort of like a template. I use template creator but this could be added to any css.
#slideshow:before{ /*the element id is set to slideshow */
content: url('image location');
position: absolute;
z-index: 1;
}
FYI
If you are also using template creator:
- add the above to the custom css for the template
- if you are using the default location for images based on your template
+ content; url('../images/filename.ext');
+ also you need to add the image to custom images so that it will copy.
#slideshow:before{ /*the element id is set to slideshow */
content: url('image location');
position: absolute;
z-index: 1;
}
FYI
If you are also using template creator:
- add the above to the custom css for the template
- if you are using the default location for images based on your template
+ content; url('../images/filename.ext');
+ also you need to add the image to custom images so that it will copy.
The following user(s) said Thank You: ced1870
Please Log in or Create an account to join the conversation.
5 years 7 months ago #53566
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Creating a foreground image
Hi
thank you for sharing your solution
CEd
thank you for sharing your solution

CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.196 seconds