Hello there, I am still learning the ropes of HTML and CSS and I have a question regarding styling a div with CSS to look like a default iframe in Internet Explorer. Despite my efforts and searches on Google, I haven't been able to achieve the desired result on my own.
This is what my CSS looks like at the moment:
.div-inner
{
background:#FFFFFF;
border-left:1px solid;
border-top:1px solid;
}
Can anyone provide me with guidance on which border styles (or other styles) I need to apply to my div in order to mimic the appearance of an iframe?
Thank you in advance for any assistance, Tim.