R
Ranpha
first, here is a link to an example of my problem:
http://whittierpunks.com/test/
I have a main <div> that I would like to place a footer directly
below of, with the same width as the main <div>. I can't seem to find
the right code to do it. I tried placing the footer within the main
<div>, but that also contains three other <div>'s, which get covered
up by the footer as they expand. I'd like to have it sit directly
below, as if floated-left? perhaps, but I think I'm missing something.
What is the best way to do this? I've referred a lot to the page
on footers at alistapart.com, but I'm still trying to implement that
advice with my design.
Also, the example with the footer within the <div>, IE doesnt show
the footer at all, FF and Opera do. I tried using z-index 1; but I
think I'm missing something else because it has no effect. Please
take a look at my .css. Though I dont have a clear idea of where i go
wrong, I know enough to see it's fatty and redundant. From the
general look of the page, if you know of a better way to implement it,
I'd be grateful.
http://whittierpunks.com/test/
I have a main <div> that I would like to place a footer directly
below of, with the same width as the main <div>. I can't seem to find
the right code to do it. I tried placing the footer within the main
<div>, but that also contains three other <div>'s, which get covered
up by the footer as they expand. I'd like to have it sit directly
below, as if floated-left? perhaps, but I think I'm missing something.
What is the best way to do this? I've referred a lot to the page
on footers at alistapart.com, but I'm still trying to implement that
advice with my design.
Also, the example with the footer within the <div>, IE doesnt show
the footer at all, FF and Opera do. I tried using z-index 1; but I
think I'm missing something else because it has no effect. Please
take a look at my .css. Though I dont have a clear idea of where i go
wrong, I know enough to see it's fatty and redundant. From the
general look of the page, if you know of a better way to implement it,
I'd be grateful.