In my Visual Studio project, I am facing an issue with applying CSS to two requiredfield validators. I have tried using the following code:
#vdtrUserLogin { top:65px; left:750; position:absolute}
#vdtrPasswordLogin0 { top:65px; left:900; position:absolute}
Unfortunately, the left position attribute does not seem to be working as expected. Can someone help me resolve this problem?
Thank you, Behrouz