J
Jeff
hi
asp.net 2.0
No background image is displayed on this link. my goal to have a image that
can be clicked on...
My ultimate goal is to embed image swapping using CSS, so I thought it was a
good idea to start with to have somehting displayed at all... nothing is
displayed..
<a id="Test1" runat="server" href="~/Pages/Test1.aspx"
style="background-image:url('~/Image/Original/Test1.png');" ></a>
in my webproject the images are stored in the \images\Original\ folder
why isn't anything displayed? what most I do to embed image swapping?
asp.net 2.0
No background image is displayed on this link. my goal to have a image that
can be clicked on...
My ultimate goal is to embed image swapping using CSS, so I thought it was a
good idea to start with to have somehting displayed at all... nothing is
displayed..
<a id="Test1" runat="server" href="~/Pages/Test1.aspx"
style="background-image:url('~/Image/Original/Test1.png');" ></a>
in my webproject the images are stored in the \images\Original\ folder
why isn't anything displayed? what most I do to embed image swapping?