I cant seem to figure out why I cant get rid of the broken image icon still. Everything works fine in the other browsers and Ive check the HTML and CSS and it all seems OK, I'm stumped :-(
From what I can see when validating the code is that it wants the img to have src. The thing is Ive used a class in the image tag to create the sprite and making it the backgroud thus not needing the background img.
How do I over come this problem?
this is the html im using
HTML Code:
<div id="wrapper-360">
<div id="left-360">Our passion for delivery has lead us from being a pure creative agency to being a full service business that has the skills </div>
<div id="image1-360"><a href="account.html" title="Account Management" rel="content-950-690" class="pirobox_gall1"><img class='image1-360' alt="Account Management"></a></div>
<div id="image2-360"><a href="create.html" title="Create" rel="content-950-690" class="pirobox_gall1"><img class='image2-360' alt="Create"></a></div>
<div id="image3-360"><a href="prototype.html" title="Prototype" rel="content-950-690" class="pirobox_gall1"><img class='image3-360' alt="Prototype"></a></div>
<div id="image4-360"><a href="production.html" title="Production" rel="content-950-690" class="pirobox_gall1"><img class='image4-360' alt="Production"></a></div>
<div id="image5-360"><a href="distribution.html" title="Distribution" rel="content-950-690" class="pirobox_gall1"><img class='image5-360' alt="Distribution"></a></div>
</div>
Bookmarks