I am trying to add an inverse image for the βaβ element, but it will only display part of the image (so if I have Home as a value, regardless of space, this is what the image shows, if the value is empty, it doesn't display nothing from the image).
Despite the fact that I set the width and height of the displayed element "a".
Can someone help me?
The code.
<div style="width:1200px;height:25px;text-align:left;"> <a href="#" style="background-image:url('Images2/Heading/TopMenu.gif');width:176px;height:25px;margin-left:8px;margin-right:8px;"> </a> <a href="#" style="background-image:url('Images2/Heading/TopMenu.gif');width:176px;height:25px;margin-left:8px;margin-right:8px;"> </a> <a href="#" style="background-image:url('Images2/Heading/TopMenu.gif');width:176px;height:25px;margin-left:8px;margin-right:8px;"> </a> <a href="#" style="background-image:url('Images2/Heading/TopMenu.gif');width:176px;height:25px;margin-left:8px;margin-right:8px;"> </a> <a href="#" style="background-image:url('Images2/Heading/TopMenu.gif');width:176px;height:25px;margin-left:8px;margin-right:8px;"> </a> </div>
I'm sure this is stupid, but I canβt understand that.
source share