Quote:
Originally Posted by mattsk42 Not completed, but close. Some things are not how I would like them, I know, but they requested it. I'm sure those will get pointed out. http://neighborsmn.squarespace.com/
Any tips? Anyone know how to get rid of the "double" "home" link under the "home" dropdown? (Squarespace specific) |
You may not be able to get it out from under there, if you're using a software, but you get it out by removing the following lines of code, found on line 155 of your code, according to Chrome:
Code:
<li class="module active-module " id="navigationTop-moduleContentWrapper8052739">
<div id="navigationTop-moduleContent8052739">
<a id="navigationTop-moduleLink8052739" class=" " href="/home/" ><span>home</span></a> If you can edit your html I would do a find/replace on that line of code across all your pages, and it will get rid of it.
I'd also look at having the category buttons (the ones you mouse over that create the drop down list underneath) have the line underneath them regardless of whether they're selected or not, it let's people know what category they're in with a real simple looksie. (Ninja Edit) I went to check this out, and it's a script that's doing it, not a stylesheet, so it may not be as easy as I thought.
I'd also (and this is the
SEO guy in me talking) put some keywords in your header as well, cause right now it's devoid of any, which isn't too hot for being found on Google, as I'm sure is your goal.
Other than that, I think it looks pretty decent. There are a whole lot of scripts though for what seems like a fairly simple website. What program did you use to generate it?