There are a couple things I'm stuck on. First, I have some things at the bottom of my page that are all stacked on top of each other.I know this is a problem with my CSS but I can't figure out what I'm doing wrong. Here is this part of my CSS style:
div#donate {
margin-top: 150px;
position: absolute;
bottom: 0;
}
div#w3c p {
display: inline;
position: absolute;
bottom: 0;
}
div#made_date p {
position: absolute;
bottom: 0;
}
#donate I'm trying to get above the other 2 divs
#w3c I'm trying to get each image in this div to be side by side and under #donate also centered.
#made_date I'm would like in the bottom left corner of my page.
Second, I added a title attribute to my links in the HTML yet most of them don't appear in the page on mouse-over.
If you need to look at my html code you can view the source at
http://www.ruefulwebdesigning.com/
also you can see the current incorrect layout there.
Thanks
I've attached the .CSS file here, also.
ruefulstyle.css