Hi,
If I change the zoom in my browser, the background image (the logo of my website) is positioned differently with respect to the other elements of the website.
I'm using:
background-image:url('tbs-logo.png');
background-repeat:no-repeat;
background-position: 92% 22%;
I was wondering if I can keep it aligned with the other elements, or I should change my html code instead to add the image with a tag.
Thanks.