Working on wrapping this site up tonight, but there are a few issues that baffle me.
1. (http://www.blinktankfilms.com/films/) the projects drop down menu is un clickable after "games and interactive" on all of the sub pages. I've fooled with the z-index, but to no avail.
2. The footer on most pages similar to this example (http://www.blinktankfilms.com/forever/) is behaving strangely, I just want it to sit comfortable at the bottom of the screen without interfering with anything.
I copy/pasted your code for both the HTML and the CSS, and it worked fine. As far as I can see the problem is this: that for some reason, because the <div> is position: absolute; and it sticks out of the original <ul>, then it's not hovered over any more. The only way I can think of fixing that right now is setting its z-index really high, and the same for the elements that its in.
I don't understand. It does just sit at the bottom and doesn't do anything.
First off: change #filmcol to .filmcol: there can only be id, so never give more than one object the same 'id'. Secondly, I don't know if you've fixed this or anything, because I don't see a problem.
1. (http://www.blinktankfilms.com/films/) the projects drop down menu is un clickable after "games and interactive" on all of the sub pages. I've fooled with the z-index, but to no avail.
2. The footer on most pages similar to this example (http://www.blinktankfilms.com/forever/) is behaving strangely, I just want it to sit comfortable at the bottom of the screen without interfering with anything.
3. How can I get the content of my page to distribute evenly across its container? (http://www.blinktankfilms.com/films/)
Thank you for any help.
position: absolute;and it sticks out of the original <ul>, then it's not hovered over any more. The only way I can think of fixing that right now is setting its z-index really high, and the same for the elements that its in.