-1

i have a jquery menu and this is the css style

ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a{
    margin-left:15px;
    text-transform:uppercase;
    text-shadow:1px 1px 1px #000;
    font-family:"arial black";

the sdt link is the menu box but when hover the box drops down two divs the sdt descrb is a picture that enlarges but the sdt box a is the last box that i want to style

because its black any text in there doesnt display also these arial black doesnt affect it either

how can i style only this box because when i try this it doesnt work

 ul.sdt_menu li div.sdt_box a{
font-family:"arial black";
color: yellow; 
}
4

1 に答える 1

0

インライン要素内にブロック レベル要素を配置することはできません。

于 2013-01-20T02:02:57.487 に答える