Jump to content

Images not showing up in FF


FantomOptik

Recommended Posts

Hello Everyone.I am having an issue where a simple image based hyperlink is showing up correctly in IE6 and IE7, but in FF, the images do not show up at all. I have verified that everything in my css is compliant and validates. Is there some sort of bug or issue with FF handling png files?Here is the code for the hyperlink:

<p><a title="TIA Banner Advertising Program" href="Default.aspx"><img src="ads/ad.jpg" alt="TIA Banner Advertising Program" width="120" height="300" border="0" /></a></p>

This is the exact same code that is used by all browsers.Can anyone see why this wouldn't show up in FF?Any help would be greatly appreciated.

Link to comment
Share on other sites

Thanks, I tried that as well and it did not help any.Thanks to both of you for your help and info. I just really have no clue why FF would not show it like all other browsers are.
Can you post a link to your page? Or, lacking a link, can you post your CSS as well as the HTML?
Link to comment
Share on other sites

CSS for Div in question:

#leftcontent {		position:absolute;		background:#ffffff;		font-family:Verdana, Arial, Helvetica, sans-serif;		font-size:10px;		left:0px;		top:137px;		height:auto;		width:140px;		border:1px solid #ffcc00;		}

HTML:

<div id="leftcontent"><p><img id="imgmembers" src="images/membersonly.jpg" alt="Members Only Section Coming Soon!" width="120" height="40" border="0" /></p><p><a title="Learn about the Watchdog Program" href="#" target="_blank"><img src="images/tiawatchdog.jpg" alt="Learn about the Watchdog Program" width="120" height="40" border="0" /></a></p> <p><a title="Education for 3PL's" href="#"><img src="images/3pleducation.jpg" alt="Education for 3PL's" width="120" height="40" border="0" /></a></p><p><a title="Visit the p3 Program Website" href="#" target="_blank"> <img src="images/p3program.jpg" alt="Visit the p3 Program Website" width="120" height="40" border="0" /></a></p><p><a title="Learn more about the FIATA" href="#" target="_blank"><img src="images/tiaadvantage.jpg" alt="Learn more about the FIATA" width="120" height="40" border="0" /></a></p><p><a title="Visit the AMTEX website" href="#" target="_blank"><img src="images/amtex.jpg" alt="Visit the AMTEX Website" width="120" height="40" border="0" /></a></p><p><a title="View current and archived TIA press releases" href="#"><img src="images/pressreleases.jpg" alt="View current and archived TIA press releases" width="120" height="40" border="0" /></a></p><p><img src="ads/ad.jpg" alt="TIA Banner Advertising Program" width="120" height="300" border="0" /></p> <p><a title="#" href="#" target="_blank"><img src="images/tms.jpg" alt="#" width="120" height="80" border="0" /></a></p><p align="center"><a href="#" title="View the TIA Privacy Statement">Privacy Statement</a></p><p align="center"><a href="#" title="Transportation Intermediaries Association">www.tianet.org</a></p></div>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...