Drop down menu not dropping, stays extened

Status
Not open for further replies.

netlanta

New Member
Messages
4
Reaction score
0
Points
1
I spent time getting my drop down menu to drop and now that I found a hosting site and my site is live, it doesn't drop. It stays extended. Any ideas?
 

bdistler

Well-Known Member
Prime Account
Messages
3,534
Reaction score
196
Points
63
for a start...
what is the URL (Web address) of your site ?
which CMS did you use - OR is it hand coded ?
 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
You don't actually have the CSS and JS files (or, at least, not the filenames) that you're calling installed on the server. Your jQuery and Modernizr files have version numbers; the src values in your script tags do not. You have no nav.css in your css directory, just a css3.txt and an ie.css.
 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
The validation isn't pointing out anything that won't work in the browser (though they should still be fixed on principle). Not all tags need to be closed (that's an XHTML requirement, not an HTML one), spaces will automatically be replaced by %20, etc. Missing files, on the other hand, are fatal to the application.
 

netlanta

New Member
Messages
4
Reaction score
0
Points
1
darn! I forgot to upload nav. I'll get around to the rest. Thank you. Very much appreciative.
 
Last edited:
Status
Not open for further replies.
Top