Previous Message
Next Message

Background Switch on Rollover

Sent by M Cannon on 26 February 2004 16:04


The background switch works fine in the left-hand menu in Firefox and
Mozilla; it doesn't work in IE 6 Win/WX Pro.

http://ch13tampa_com.anexio.com/index.html

This is what's in the stylesheet (at the bottom):

/* navigation styles */

table#nav td a {
	display: block;
	margin: 0;
	padding: 0;
}
#nav td a:link {
	background-image: none;
}
#nav td a:visited {
	background-image: none;
}
#nav td a:hover {
	background-image: url(nav/nav-bg-arrow.gif);
}


and this is the table and first rows of the navbar:

<table id="nav" width="247" align="center">
  <tr>
   <td><a href="index.html" class="navhome"
onfocus="if(this.blur)this.blur()"><img name="navhome" class="navhome"
src="nav/navhome.gif" width="247" height="19" border="0" alt="HOME"
/></a></td>

Does anyone have a theory why this isn't working?

Thanks, Marje



______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: