Answering to your second question regarding border.
In mozilla the login table is picking up the border from the following class
.LoginTable {
border:0 solid #339933;
margin:5px 5px 0 0;
text-align:right;
}
so change this class to this one
.LoginTable {Style.css (line 123)
border:1 solid #339933;
margin:5px 5px 0 0;
text-align:right;
}
Main Topics
Browse All Topics





by: amar31282Posted on 2009-06-18 at 08:41:13ID: 24658551
Hi ldevito,
I couldn't find the error.
I am attaching the images in both FF and IE8. Please clarify the error.
Regards,
Amarjit
FF
IE8