Here is the style sheet that i am using for a restaurant menu it works great. But I need the tag #wrap li em p{ to have no border. I cannot get it to work. Any ideas? Maybe I need to use a dfn rather than a p? Thanks for the help.
/****MENUS*****/
* {margin:0px;padding:0}
h1,h2{padding:10px 20px 0; text-align:center}
body {background-color:#transparent;}
#centsmall{text-align: center;
font-size: 11px;
}
#days{
width:130px; height: 90px;
text-align:center;
font:12px arial,sans-serif;
}
#wrap{
width:382px;
margin:3px 0px 0 0px;
font-size:13px;
}
#wrap ul{
padding:20px 0px;
list-style:none;
float:left;
position:relative;
left:-2px;
top:-2px;
background:#transparent;
}
#wrap li{
border-bottom:1px dotted #000;
line-height:1.0;
margin:0 0 .5em 0;
position:relative;
width:100%;
float:left;
padding-left:0;
}
#wrap li span{
background:#fff;
padding:1px 0 1px 5px;
float:right;
color:#000;
position:relative;
top:.3em;
}
#wrap li em{
float:left;
margin:0;
position:relative;
top:.3em;
padding:0 5px 0 0;
background:#fff;
font-style:normal;
}
#wrap li em p{
font-size: 8px;
float:left;
margin-left:20px;
position:relative;
top:.3em;
padding:0 5px 0 0;
font-style:normal;
border-display:none;
}
/*****END MENUS******/