style class seems ok, does div tag have any parent? or is it a child of body tag?
On 5/21/07, Madan Narra <[EMAIL PROTECTED]> wrote:
Hi Ayhan..
ya i did...
this is the total style class i used for the <div>
.box {/*this is a box */
left: 420px;
top: 270px;
position:absolute;
display: none ;
z-index:1000;
background: #FFFFFF;
color : #000099;
border-color : #FF0000;
border-style : groove;
border-width : 2px;/* the border property in */
}
Regards,
Madan N

