CSHTML with tabs is leaving a horizontal line at the bottom of the page

Asked

Viewed 110 times

-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?

  • You can post a jsFiddle?

  • Solved at this link:&#xD; &#xD; http://answall.com/questions/22654/problemas-com-a-presents%C3%A7%C3%A3o-do-cshtmlvisual

1 answer

0


The resolution of this post was made this way:

<div id="tabs" style="border:none">

Browser other questions tagged

You are not signed in. Login or sign up in order to post.