<br />
<b>Warning</b>:  include_once(/home/users/web/b1898/php-bin/auto_prepend.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in <b>/hermes/web07d/b1898/blu.bdweb319251/__c/css_headers.php</b> on line <b>13</b><br />
<br />
<b>Warning</b>:  include_once() [<a href='function.include'>function.include</a>]: Failed opening '/home/users/web/b1898/php-bin/auto_prepend.php' for inclusion (include_path='.:/usr/local/lib/php-5.2.17/lib/php') in <b>/hermes/web07d/b1898/blu.bdweb319251/__c/css_headers.php</b> on line <b>13</b><br />
<br />
<b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /hermes/web07d/b1898/blu.bdweb319251/__c/css_headers.php:13) in <b>/hermes/web07d/b1898/blu.bdweb319251/__c/hover_msg.css</b> on line <b>4</b><br />

/*the span will display just on :hover state width:15em; width:10em;*/

a.info
	{
	position:relative; /*this is the key*/
	z-index:24;
	text-decoration:none;
	}

a.info:hover{z-index:25;}

a.info span{display: none;}

a.info:hover span
	{
	display:block;
	position:absolute;
	top:2em; left:3em;
	padding:5px;
	white-space: nowrap;
	border:1px solid #000;
	background-color:#FFFCE6; color:#000;
	text-align: center;
	}



div.info
	{
	position:relative; /*this is the key*/
	z-index:24;
	text-decoration:none;
	}

div.info:hover{z-index:25;}

div.info span{display: none}

div.info:hover span
	{
	/* The span will display just on :hover state. */
	display:block;
	position:absolute;
	top:2em; left:3em;
	padding:5px;
	white-space: nowrap;
	border:1px solid #000;
	background-color:#FFFCE6; color:#000;
	text-align: center;
	}



