Dear all,
i'm geading into a CSS Problem, i think.
I have the following Situation:
2 Menus on one Page, one is justified left:

The other one is justified right:

Now my question....why can't i have the left justified Menu REALLY being left justified. There is still to much space to the left border of the Cell.
This is the CSS Code for the Left Menu:
#LeftMenu ul
{
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 11px;
list-style-type: none;
width: auto;
}
/* Applied to all list items within the div named "houseMenuVstatic" */
#LeftMenu li
{
display: inline;
margin: 0;
border: 0;
padding: 0;
width: auto;
}
/* Applied to all links. Use "li a" styles below to customize nested links. */
#LeftMenu a
{
padding-right: 2px;
display: block;
padding-left: 0px;
padding-bottom: 2px;
color: #ffffff;
padding-top: 2px;
background-color: A0A0A0;
text-decoration: none;
font-weight: normal;
margin: 0 0;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
font-size: 12px;
}
/* Applied to all links. Use "li a" styles below to customize nested links. */
#LeftMenu a:hover
{
background-color: #AOAOAO;
color: #000000;
}
/* Applied to first-level links */
#LeftMenu ul a
{
}
Any Ideas are greatly appreciated.
Frank
--------------------------------------------------------------
www.eagleworx.net |