-1
I have a page with 4 tabs. It’s working. I happen to have a div for each tab. The end of the tab and the beginning of the other tab looks like this:
.....
</div>
</form>
</div>
<div id=tabs-2>
.....
At the end of the div before the is a horizontal line from end to end, and if I put anything after this div and before finishing the form, the line divides the controls. I have tried several ways to remove this line and could not. What should I do?
You even inspected the element in the browser to see which part of the CSS is putting this line?
– Leonel Sanches da Silva
You can post a jsFiddle?
– Guilherme Oderdenge
Solved at this link:
 
 http://answall.com/questions/22654/problemas-com-a-presents%C3%A7%C3%A3o-do-cshtmlvisual
– pnet