quote:
redroy said:
1. Every once and a while the text " Copyright, fine print 'n stuff"
will wonder up to the middle area (in FireFox) until I refresh. I have
no idea why.
Try switching out this...
code:
#bottomNav
{
position: absolute;
padding: 5px;
margin: 45px 0 0 38px;
text-align: left;
width: 400px;
}
#footer
{
padding: 0;
text-align: left;
background: #687691 url(images/footerBG.jpg) center bottom no-repeat;
height: 97px;
}
...for this...
code:
#bottomNav
{
padding: 50px 5px 5px 5px;
margin: 0 0 0 38px;
text-align: left;
width: 400px;
}
#footer
{
padding: 0;
text-align: left;
background: #687691 url(images/footerBG.jpg) center bottom no-repeat;
height: 97px;
}
quote:
redroy said:
2. I want the navigation on the right to push the page down if it
happens to be longer than the content. As of now it doesn't do that. If
I put the div that holds the nav within the main div (same div that's
holding the content div) it pushes the content down below it... help?
Get back to you on this.
quote:
redroy said:
Other than that I think I'm rolling along... I'm completely loving this!
Looks pretty good.
(Edited by reisio on 05-02-2005 12:13)