well you can't use png on the web for a start, but the 'x' normally means your html is looking for the file, but can't find it.
I can't figure out why my image links in IE have X's in the upper left hand corner. First I thought it was because I used png's...but I use png's elsewhere on the site and they work fine. Then I thought it could be because I'm dropping in the images using css and the link in the html is 'empty'...check it out....
XHTML:
<div id="newslinks"> <a class="vidone" href="http://www.dionna.myxziex.com/water_pop1.php" target="_blank"></a> <a class="vidtwo" href="http://www.dionna.myxziex.com/water_pop2.php" target="_blank"></a> <a class="vidthree" href="http://www.dionna.myxziex.com/water_pop3.php" target="_blank"></a> <a class="vidfour" href="http://www.dionna.myxziex.com/water_pop4.php" target="_blank"></a> </div>
CSS:
.vidone, .vidtwo, .vidthree, .vidfour {
display: block;
height: 68px;
width: 100px;
border: solid 1px;
border-color: #07bf52;
margin-bottom: 8px;
}
.vidone:hover, .vidtwo:hover, .vidthree:hover, .vidfour:hover {
display: block;
height: 68px;
width: 100px;
border: solid 1px;
border-color: #07bf52;
margin-bottom: 8px;
}
.vidone {
background-image: url(images/vidwater1idle.png)
}
.vidone:hover {
background-image: url(images/vidwater1hov.png)
}
.vidtwo{
background-image: url(images/vidwater2idle.png)
}
.vidtwo:hover {
background-image: url(images/vidwater2hov.png)
}
.vidthree{
background-image: url(images/vidwater3idle.png)
}
.vidthree:hover {
background-image: url(images/vidwater3hov.png)
}
.vidfour{
background-image: url(images/vidwater4idle.png)
}
.vidfour:hover {
background-image: url(images/vidwater4hov.png)
}
I don't know...it has got to be something I am or am not doing...wish I could figure it out...
If anybody has any ideas let me know...here's the link to the page if you want to see for yourself:
Dionna: Life. Pure. Water.
well, thats kinda a false statement, you can use .png's on the web. You gotta hack it, but its possible.
"If at first you don't succeed, try again. Then quit. No use being a damn fool about it."
Mike McKenzie - Online Portfolio
You don't have to hack anything... what do you mean? Unless you mean png with transparency in IE6?
Subtlety is my middle name... and first and last in case you didn't get the point.
http://www.eoingriffin.com
You're mis-linking your files, and as LeadMagnet said, you may encounter problems with transparency in <IE7 but that's not what's wrong here.
Last edited by Harry; 23-05-2008 at 01:32 PM. Reason: typo
"If at first you don't succeed, try again. Then quit. No use being a damn fool about it."
Mike McKenzie - Online Portfolio
What do you mean by mis-linking? could you elaborate? I still haven't targeted the problem...
that means your link isn't pointing to the correct file... typically when it can't find the file, it gives you a red-x. Although I think your problem is in the png.. not displaying in IE. Try converting all your png's to gif's. and updating your links to reflect that change.
Is it just IE that aren't showing?
Check the forum often for the latest design announcements. Everything from graphic design and web design, to films and music. Estetica is a great place for people to get together and help each other out.
Bookmarks