Forums
This topic is locked
background color not showing up in IE7 or Firefox
Posted 20 Jun 2007 03:47:38
1
has voted
20 Jun 2007 03:47:38 Robyn Bilfelt posted:
HiCan anyone help me? My background color is not showing up in Firefox or IE7 or IE6 but is fine in Safari. Here is the code for the page: The test site is csanc.org/test/index2.html. Thanks so much!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Welcome to CSANC.org – College Stores Association of North Carolina!</title>
<link href="csanc07.css" rel="stylesheet" type="text/css" />
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<div id="holder">
<div id="topbar"><img src="images/copper_04.gif" alt="""" /></div>
<div id="flash">
<img src="images/brwnylwbrwn_01.gif" alt="""" width="19" height="33" class="leftfloat" />
<script type="text/javascript">
AC_FL_RunContent( 'codebase','download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','252','height','567','title','csaanc show','src','slideshow','quality','high','pluginspage','www.macromedia.com/go/getflashplayer','movie','slideshow' ); //end AC code
</script><noscript><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="252" height="567" title="csaanc show">
<param name="movie" value="slideshow.swf" />
<param name="quality" value="high" />
<embed src="slideshow.swf" quality="high" pluginspage="www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="252" height="567"></embed>
</object></noscript>
</div>
<div id="nav">
<div class="navtext" id="board">Meet<br/>
the Board</div>
<div class="navtext" id="annual">Annual Meeting<br/>
Information</div>
<div class="navtext" id="vendors">CSANC<br/>Vendors</div>
<div class="navtext" id="store">CSANC Store <br/>
Members</div>
<div class="navtext" id="member">Becoming<br/>
a Member</div>
<div class="navtext" id="interest">Sites of<br/>
Interest</div>
<div class="navtext" id="contact">Contact<br/>Us</div>
</div>
<div id="content">
<p><img src="images/logohomelarge.gif" alt="csanc logo" width="461" height="114" /></p><p><img src="images/copper1px.gif" alt="" width="1" height="1" class="horizontalrule" /></p>
</div>
<div id="footer">
<p><img src="images/copper1px.gif" alt="" width="954" height="1" /></p>
<p>
copyright©2007 College Stores Association of North Carolina / website design <a href="www.oladesignworks.com">OLA Design Works, Inc.</a></p>
</div>
</div>
</body>
</html>
Replies
Replied 22 Jun 2007 00:15:46
22 Jun 2007 00:15:46 Nick (NR) replied:
Looks like your missing the opening body tag, I tend to set the bg color by applying a class to the body tag, as it works cross browser.
Replied 22 Jun 2007 02:56:35
22 Jun 2007 02:56:35 Robyn Bilfelt replied:
Thanks Nick! That was it!