All, I've come across a minor issue (may be no issue at all) that perhaps more experienced be able to provide insight. Applying padding to the container (or the OL for that matter), only applies to the text but not to the numbering??? Can folks provide an insight. See atached. The pertinent css is listed (and is borrowed). The real question has to do with applying padding to the OL such that all content including numbering honors that padding.
.shiftcontainer{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
margin:5px;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}
.shadowcontainer{
width: 190px; /* container width*/
background-color: #CFB53B;
}
.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: #ffe;
border: 1px solid #606;
padding: 1.7em;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
text-align:justify;
}
.innerdiv ol {font-size: 12px; color: #636;}
--
Best,
Mark
617-538-6803 (mobile --- day or anytime)
617-249-1539 (f)
"One thing I ask of the Lord...that I may witness the goodness of the Lord
in the land of the living (Psalms 27: 4, 13 --- my loose trans. of the
Hebrew Masoretic text, Stuttgartensia)"
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************<<attachment: ol.Jpg>>
