Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Some quick fixes(hopefully)

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #39537
    niwuc
    Member

    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.

    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.

    #108588
    Billy
    Participant

    1. 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.
    2. I don’t understand. It does just sit at the bottom and doesn’t do anything.
    3. 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.
    #108836
    niwuc
    Member

    I’ve tried altering the Z-index on the menu and various divs… but to no avail.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.