bioccular / jquery-tubular

Automatically exported from code.google.com/p/jquery-tubular
MIT License
0 stars 0 forks source link

Top white border in both IE and Chrome #62

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Seems to be a top white border that stretches 100% and is probably only 10px in 
height. Happens in both IE and Chrome. (Newest versions both)

Original issue reported on code.google.com by JohnnyAv...@gmail.com on 9 Jul 2014 at 10:19

GoogleCodeExporter commented 8 years ago
Probably just forgetting to add the clearfix class to your wrapper div.  your 
code should look something like this:

<body>
<div id="wrapper" class="clearfix">
...
</div>
</body>

Original comment by a...@shambhalamusicfestival.com on 10 Sep 2014 at 10:41