OK, I have a calendar of 20x20px divs that are one color and I need a 16x16px div inside of those that may or may not be a different color to give the appearance of a 2px outline (i cant use the border-color because I am already using that for a inset effect.). I can get the 16 div on the 20 div fine by putting them both in a div and setting the 16 div position:absolute (but no top or left) but it is sucked up to the corner or the container div. I tried specifying top:2 left:2 but that thought i meant of the screen and not the container div. Any ideas?
Thanks in advance,
Michael




Reply With Quote