In the context of a directory, the "x" permission means you can go to the directory (since an executable directory makes no sense hehe).
If you do chmod +rwx on the directory, you'll be able to enter it.
Some other permissions act different on directories than files. For example, +s on a file makes the file setuid, while +s on a directory means all files in the dir inherit the owner of the directory.