1 Attachment(s)
Large Blank Space at bottom of website
I'm using the Anylink CSS menu on a web site. I have 4 drop-down menus on each site page. Each drop-down menu is created using a set of div tags. THE PROBLEM: There is a large blank space at the bottom of my site. Another forum told me that hidden elements within the css are creating this large blank space at the bottom. Also, in another thread on this site a suggestion was made to change the javascript:
"I used this js today and it's being a very fast and useful solution (thanks a lot to the creator), btw i encountered same problem described in this thread...
i've managed to resolve it changing:
//document.body.appendChild(menu.dropmenu) //move drop down div to end of page
//document.body.appendChild(menu.shadow)
with
document.getElementById('contenuti').appendChild(menu.dropmenu) //move drop down div to end of page
document.getElementById('contenuti').appendChild(menu.shadow) "
When I made this change (above), the blank space went away, but my dropdown menus stopped working.
Also, I have not removed the shadow DIV from the css.
Any suggestions?
My website is www.microcentertech.com
Attachment 4842