Hi,
Each page on my site has the same 12 links, each link has the same logo next to it so the same logo appears 12 times on each page. Eg:
<IMG SRC=" WIDTH=45 HEIGHT=32 BORDER=0>
I've simplified the HTML by creating a style for the image as follows:
img.link { border: none; width: 45px; height: 32px; }
I then tried to include the address of the image within the style rather than repeating it 12 times in the IMG SRC tags:
img.link { border: none; width: 45px; height: 32px; background-image: url(" }
This kind of works, it shows the image, except it overlays the IE image for an unloaded bitmap (the placeholder image) over the top of my gif.
Can I get around this?
- Andy
_______________________________
"On a clear disk you can seek forever"
Each page on my site has the same 12 links, each link has the same logo next to it so the same logo appears 12 times on each page. Eg:
<IMG SRC=" WIDTH=45 HEIGHT=32 BORDER=0>
I've simplified the HTML by creating a style for the image as follows:
img.link { border: none; width: 45px; height: 32px; }
I then tried to include the address of the image within the style rather than repeating it 12 times in the IMG SRC tags:
img.link { border: none; width: 45px; height: 32px; background-image: url(" }
This kind of works, it shows the image, except it overlays the IE image for an unloaded bitmap (the placeholder image) over the top of my gif.
Can I get around this?
- Andy
_______________________________
"On a clear disk you can seek forever"