Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
$5
Hello Bar Not Clickable
This question has been answered.
Kyle Hungate | 06/27/12 at 10:15am
Edit
(1) Possible Answers Submitted...
See a chronological view of answers?
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
-

Last edited:
06/27/12
10:22amPeter Harrison says:It is because your "user-nav" is positioned absolute.
If you edit your styles.css file and replace this:
#user-nav {
z-index: 999;
display: block;
position: absolute;
top: 0;
left: 0;
height: 50px;
width: 100%;
}
With this:
#user-nav {
z-index: 999;
display: block;
position: relative;
top: 0;
left: 0;
height: 50px;
width: 100%;
}
It should work fine.
Thanks
Pete- 06/27/12 10:30am
Kyle Hungate says:thank you! i had to also do the same for the #user-nav ul. all seems to be working now.
- 06/27/12 10:31am
Peter Harrison says:No worries! Glad I could help! :)
- 06/27/12 10:30am
This question has expired.
Gabriel Reguly, Hai Bui, Romel Apuya, Francisco Javier Carazo Gil, Arnav Joy, Ross Wilson, Kyle Hungate voted on this question.
Current status of this question: Completed
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
