I have a image inputted in the css with the following code:
.imgtemp {
float:right;
top:0px;
left:0px;
overflow:visible;
width:100%;
}
I have also added the div tag to the page so its displaying, but the image is wider than the div due to the design. How can I make it overflow the divs its in to get it correct.
Thanks.
You should place overflow:visible
on your div, not on an image.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With