0
votes
Problem with PNG image on top of an image in CSS?
Make sure that you have the right path to the background image. If the style is in the <head> of the HTML page, then the path will be relative to the HTML page. If the style is w …
1
vote
Why is my DIV smaller than its contents?
The absolute positioning is the reason the images are over the text (since nothing is giving the #slideshow <div> any height), but your system needs the images to be absolutely p …
