Whenever the page loads, I notice that my tabber flickers. It doesn't display properly until the loading is complete in both FireFox and Chrome browsers. Is there a way to prevent this flickering issue?
<div class="tabber">
<div class="tabbertab tab_buy">
<h2>Buy</h2>
<div class="buy_cont">
<input id="txt" name="txt" type="text" placeholder="Search by Keyword..." />
<div class="loc_sec">
<a href="#" target="_blank"><img src="images/map_ico.png" alt="" />
Location Map</a>
</div>
</div> </div>
<div class="tabbertab tab_rent">
<h2>Rent</h2>
<div class="buy_cont">
<input id="txt" name="txt" type="text" placeholder="Search by Keyword..." />
<div class="loc_sec">
<a href="#" target="_blank"><img src="images/map_ico.png" alt="" />
Location Map</a>
</div> </div>
</div>
</div>