I'm having trouble again aligning http://www.see360degrees.com.au/samples.html the hand thumb at the bottom og the samples page.
Gone through validator and corrected - can't find problem.
Thanks,
Barry
| SitePoint Sponsor |
I'm having trouble again aligning http://www.see360degrees.com.au/samples.html the hand thumb at the bottom og the samples page.
Gone through validator and corrected - can't find problem.
Thanks,
Barry


Once again, some of the boxes have fallen out of the
<div class="main_content_wrapper">
div—I think those after the violin. There seems to be an extra </div> tag.


The validator results make it pretty clear where there are errors on your page:
http://validator.w3.org/check?uri=ht...Inline&group=0
Look at line 174, for example, where you have
<!-- Next Box
with no closing -->
Clear up those typos and let's see if that helps.
Checked all good it won't budge?


There are still some more errors there. Probably not the cause of the issue, but worth fixing first anyway:
http://validator.w3.org/check?uri=ht...Inline&group=0


This seems to be where the prollem is:
You've got two closing divs there, rather than one.Code:<div class="portfolio_box"> <ul class="gallery clearfix"> <li><a href="sample003.html" title="Click here to view the sample"><img src="images/green_grey/portfolio/003.jpg" alt="portfolio item" class="image"></a></li> </ul> <h4><a href="sample003.html">Violin</a></h4> <p>Front, back and side, Allow visitors and potential customers to rotate products, examine them in detail and make informed decisions.</p> <div class="learn_more"><a href="sample003.html">View Sample </a></div> </div> </div><!-- End of portfolio_box -->
Bookmarks