![]() |
|
|||||||
| Notices |
| CSS Forum Cascading Style Sheets (CSS) and XHTML Forum |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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'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.
__________________
CSS Wizardry | “Yeah, do maggots get drunk when they bury alcoholics?” Last edited by PR Design; 23-05-2008 at 02:32 PM. Reason: typo |
|
||||
|
Yes, Transparency. i "assumed" thats why we were using pngs. Really if your not looking for transparency, use a jpg, or a gif even.
__________________
"If at first you don't succeed, try again. Then quit. No use being a damn fool about it." Mike McKenzie - Online Portfolio |
|
||||
|
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.
__________________
Tommy Logic ™ Web Design :: Valid XHTML & CSS :: SEO :: CMS :: eCommerce Web Design Tutorials :: Computer Tutorials |
|
||||
|
Is it just IE that aren't showing?
__________________
CSS Wizardry | “Yeah, do maggots get drunk when they bury alcoholics?” |
![]() |
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CSS Links | Toon | General Web Design Forum | 2 | 16-02-2008 12:04 PM |
| Links | Web Design Geek | General Web Design Forum | 4 | 24-08-2007 10:00 AM |
| Top 5 links | SugarSpunSister | Off Topic | 3 | 19-03-2007 04:23 PM |
| All times are GMT. The time now is 04:22 AM. |