habe folgendes problem:
folgender link:
http://www.rodolpheschacher.com/
bin noch immer css-neuling und möchte, dass die drei sprachen-buttons rechtsausgerichtet sind, die menupunkte links ausgerichtet. habe das versucht mit margin left/right. es funktioniert aber nur im IE... warum nur?
quelltext aus dem link ersichtlich, css untenstehend:
Danke!!!
/*shadetabs mainmenu*/
#maintab{
float: left;
}
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
background-color:#a7a7a7; //*zwischenraum zwischen tabs*//
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
#languagetabs{
padding: 3px 0;
margin-right: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
background-color:#a7a7a7; //*zwischenraum zwischen tabs*//
text-align: right; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li{
display: inline;
margin: 0;
}
.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
border-style

utset;
color: #2d2b2b;
background: white url(../images/tab.verlauf4.gif) top left repeat-x;
}
.shadetabs li a:visited{
color: #FFFFFF;
}
.shadetabs li a:hover{
text-decoration: underline;
background-image: url(../images/tab.verlauf2.gif);
}
.shadetabs li.selected{
position: relative;
top: opx;
border-bottom: #cc6633;
color:#000000;
}
.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../images/tab.verlauf2.gif);
border-style: none;
}
.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
.tabcontentstyle{ /*style of tab content container*/
border: 1px;
width: 750px;
margin-bottom: 1em;
padding: 10px;
background-color:#cc6633;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
border-style:none;
float:left;
}