Hello,
I got hidden div tags at the bottom of the site but they are not hidden. Any ideas? Please help.
Site: http://www.orangestonephotography.co...nt-of-sale.php
Source: http://silver163.pastebin.com/m3405d16
| SitePoint Sponsor |



Hello,
I got hidden div tags at the bottom of the site but they are not hidden. Any ideas? Please help.
Site: http://www.orangestonephotography.co...nt-of-sale.php
Source: http://silver163.pastebin.com/m3405d16

1) Site url doesn't work (so I couldn't find your CSS file)
2) <div class='hidden'> should be <div class="hidden">, double quotes instead of single quotes
3) In your css should be either
orCode:.hidden { display: none; }
Both of these CSS statements hide div's with class "hidden" (both in different ways though)Code:.hidden { visibility: hidden; }
Rémon - Hosting Advisor
Minimal Bookmarks Tree
My Google Chrome extension: browsing bookmarks made easy



yeah i got it working, the .hidden was commented out for some reason.
Bookmarks