Code
<div id="sb-menu">
<ul>
<li>
<a href="#" onclick="document.getElementById('MODIFYHIST<!--[$history.history_id]-->').submit();return false;" title="<!--[pnml name="_MODIFY]-->"><!--[pnml name="_MODIFY]--></a>
</li>
</ul>
</div>
<ul>
<li>
<a href="#" onclick="document.getElementById('MODIFYHIST<!--[$history.history_id]-->').submit();return false;" title="<!--[pnml name="_MODIFY]-->"><!--[pnml name="_MODIFY]--></a>
</li>
</ul>
</div>
Code
#sb-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}
#sb-menu li
{
float: left;
margin: 0 0.15em;
padding: 0;
text-align: center
}
#sb-menu li a
{
background: url(../pnimages/background.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 80px; /*9em*/
display: block;
border: 2px solid #dcdce9; /*0.1em solid #dcdce9;*/
color: #0d2474;
text-decoration: none;
text-align: center;
}
/* Commented backslash hack hides rule from IE5-Mac \*/
#sb-menu li a
{
float: none
}
/* End IE5-Mac hack */
#sb-menu
{
text-align:left; /*overrides the centering from above*/
width:80px; /*5 menu items at 135px width (8px padding + 2px border + 125px width)*/
margin:0 auto; /*centers in compliant browsers*/
}
{
list-style: none;
padding: 0;
margin: 0;
}
#sb-menu li
{
float: left;
margin: 0 0.15em;
padding: 0;
text-align: center
}
#sb-menu li a
{
background: url(../pnimages/background.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 80px; /*9em*/
display: block;
border: 2px solid #dcdce9; /*0.1em solid #dcdce9;*/
color: #0d2474;
text-decoration: none;
text-align: center;
}
/* Commented backslash hack hides rule from IE5-Mac \*/
#sb-menu li a
{
float: none
}
/* End IE5-Mac hack */
#sb-menu
{
text-align:left; /*overrides the centering from above*/
width:80px; /*5 menu items at 135px width (8px padding + 2px border + 125px width)*/
margin:0 auto; /*centers in compliant browsers*/
}
