Tabs on Homepage not appearing correctly

Hi folks,

Been fixing a few cross-browser issues in IE on my homepage and it seems to look good. However now on the homepage in FF the tabs “Featured” and “Sale” are not connecting to the block below properly. Also in Safari it’s not looking too great and it was before!

Any ideas?

Thanks :slight_smile:

hi

you have extra tags left that are giving you gap


<p><style type="text/css">
<!-- .Featured {border-top:1px solid #D3D3D3;} -->
</style>

remove the above from your code and tabs will work fine

vineet

if you need the above mentioned extra code then close the </p> tag.

</p> is missing in above code.

if you have validated your page, the you should have found the solution.

vineet