derNister Posted December 21, 2010 Report Posted December 21, 2010 This is my first site (I'm using dreamweaver cs4) and I have a simple link to another page within my site that is rendered invisible, though active. It is visible in chrome and firefox. Browser Compatibility detects no issues. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <link href="comingSoon.css" rel="stylesheet" type="text/css" /> <style type="text/css"> <!-- body { background-color: #000; color: #99C; } body,td,th { color: #99C; font-family: Arial; } a:link { color: #99C; } a:active { color: #99C; } --> </style></head> <body bgcolor="#99C" text="#99C" link="#99C" vlink="#99C" alink="#99C" class="oneColFixCtr"> <div id="container"> <div id="mainContent"> <h1><img src="images/101127-ZexcoilWebEntrLogo.jpg" alt="zexcoil coming soon" width="466" height="165" /></h1> <p><img src="images/101220_1308-ZexcoilWebEntrI.jpg" width="459" height="340" alt="strat entry page" /></p> <p><a href="welcome.html">Click to enter</a></p> <!-- end #mainContent --></div> <!-- end #container --></div> </body> </html> Thanks. Quote
falkencreative Posted December 21, 2010 Report Posted December 21, 2010 I'm not seeing any issues when I test the code. Perhaps you need to post your comingSoon.css stylesheet as well? BTW, this section bgcolor="#99C" text="#99C" link="#99C" vlink="#99C" alink="#99C" should be removed -- this needs to be set using CSS, not within the HTML. Quote
newseed Posted December 21, 2010 Report Posted December 21, 2010 Don't see anything wrong with the code. You really don't have much on the page. What part is missing? Have you viewed the source of the rendered page in IE8? Image links are pointing to the right locations? Quote
derNister Posted December 21, 2010 Author Report Posted December 21, 2010 I'm not seeing any issues when I test the code. Perhaps you need to post your comingSoon.css stylesheet as well? BTW, this section bgcolor="#99C" text="#99C" link="#99C" vlink="#99C" alink="#99C" should be removed -- this needs to be set using CSS, not within the HTML. Wow, I removed that line on the body div and tried it again. Co uld that really be what ie8 didn't like? THANKS! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.