mig2000
11-23-2006, 04:52 PM
take a look at this web site: www.mig2000.com - In the side bar, I have the following css parameters to left justify the entier text. This codes works perfectly if viewing using any MAC browsers bu for IE, it does not work. Someone suggest to insert something similar in HTML side of the page which I am ont sure what that is. Please review the codes below and suggest what to do:
#sidebar ul{
padding:13px; color:#CFB034;}
#side-navcontainer {
position: relative;
top: -20px;
margin-bottom: 0px;
border-top: none;
font-size: 13px;
}
#sidebarContainer {
width: 187px;
padding-left: 8px;
margin-top: 20px;
font-size: 12px;
color: #999999;
border: 2px solid #575757;
right: 15px;
position: relative;
padding-right: 0px;
}
Thanks
#sidebar ul{
padding:13px; color:#CFB034;}
#side-navcontainer {
position: relative;
top: -20px;
margin-bottom: 0px;
border-top: none;
font-size: 13px;
}
#sidebarContainer {
width: 187px;
padding-left: 8px;
margin-top: 20px;
font-size: 12px;
color: #999999;
border: 2px solid #575757;
right: 15px;
position: relative;
padding-right: 0px;
}
Thanks