<div style="background-image:url('19.jpg');height:40px;position:fixed;width:1274px">hello </div>
I'm trying to keep this div
tag in a fixed position, but I also need to set a width for it. It seems like the background image is causing the issue, as without setting a width the image doesn't extend to the right edge of the screen. How can I make the image stretch from left to right and fill the entire width of the screen? Any assistance would be greatly appreciated. Thank you!