Скажите, что мой CSS выглядит так:
#StoreIndexMain .LeftSideControl
{
padding-top: 35px;
background-color:#FFFFFF;
width:78px;
float:left;
height: 58em;
}
#StoreIndexMain .LeftSideControl:Hover
{
opacity: .6;
background-color: #ebebeb;
}
Я надеялся, что может быть что-то вроде:
#StoreIndexMain
(
.LeftSideControl {}
.LeftSideControl:Hover {}
)