http://stinkytinkemporium.co.uk/catalog ... 20blue.png
is not the correct path but the css code is correct
Screen Shot 2023-03-10 at 16.11.38.png (32.77 KiB) Viewed 610 times
NB: do not use spaces or special charachters in your image filenames.
Ok found it. This would be better, but using a tall thin image for a long narrow fill is not so good.
In addition it has a border - so that looks bad.
Code: Select all
background-image: url(http://stinkytinkemporium.co.uk/catalog/view/theme/stinkytinkemporium/image/Nav%20blue.png);
background-repeat: no-repeat;
background-size: cover;
and finally - you should use css linear gradient for something like that anyway.