W nowym stylu nie ma w ogóle tej klasy, mam takie coś:
CODE-BOX
#submenu_left a {
float: left;
}
#submenu_right a {
float: right;
}
#submenu a {
display: block;
padding: 7px;
text-decoration: none;
}
#submenu a:hover {
}
A w tym starym tak:
CODE-BOX
.ipb-top-left-link,
.ipb-top-right-link
{
background: transparent url(style_images/<#IMG_DIR#>/tile_sub.gif);
float: right;
font-size: 10px;
font-weight: bold;
letter-spacing: 0.5px;
margin: 0px;
padding: 7px 0 7px 0;
width: auto;
border-left: 1px solid #dce3ee;
}
.ipb-top-left-link
{
float: left;
border-left: 0px;
border-right: 1px solid #dce3ee;
}
.ipb-top-left-link a:link,
.ipb-top-left-link a:visited,
.ipb-top-right-link a:link,
.ipb-top-right-link a:visited
{
background: transparent;
color: #3A4F6C;
padding: 0 6px 0 6px;
text-decoration: none;
}
.ipb-top-left-link a:hover,
.ipb-top-left-link a:active,
.ipb-top-right-link a:hover,
.ipb-top-right-link a:active
{
background: transparent;
color: #7B5806;
}
Próbowałem podmienić ale nic to nie dało, przeniosło na prawo do połowy. Jestem za głupi na takie coś.