Thank you guys for your help. I was trying to avoid using images. I know the image way works well, but I was really trying to see if I could do it all with CSS. Ralph I made the changes that you recommended and it worked.
Here is the code that I used:
Code:
dt, dd {
/*float: left;*/
width: 94.5%; /* 567px / 600px */
display: block;
margin-left: 5.5%; /* 33px / 600px */
position: relative;
}
dt:before, dd:before {
font: bold 1.42857143em courier, monospace; /* 20px / 14px */
padding: 2px 4px;
-webkit-padding-before: 0; /* Webkit padding fix for padding-top */
/*margin-right: 1.73310225303%;*/ /* 10px / 577px */
border-radius: 2px;
moz-border-radius: 2px;
margin-left: -3.83333333333%; /* 23px / 600px */
/*float: left;*/
position: absolute;
left: -1.66666666667%; /* -10px / 600px */
}
Thanks once again guys, I really appreciate it!
Bookmarks