
when i click on the page a line equal to the height of table start blinking on left side of the page.
i want to remove that blinking
any one can help me ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use IE Developer Toolbar or Firebug or Chrome dev-tools, to figure our what is occupying that empty pixel.
Likely some CSS style sheet or something in the background is peeking through and that starts changing for whatever reason, when you do certain things on page.
Again, something like Firebug in Firefox should help you track it down.