|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (5 bit)
Join Date: Oct 2005
Posts: 23
|
I have a table that runs along the bottom of the page as a footer. It has the copyright, all that jazz.
I also have CSS repeating on the Y axis, aligned left for a side bar ... has that wave effect going like htmlgoodies.com used to have. Now, when viewed at a higher resolution like 1280x1024 the table at the bottom of the screen stays in position... under everything else... but the side bar continues repeating a little bit making the table look like its suspended in the middle of the page. Is there a way to align the table at the very bottom, no matter what.. or to stop the sidebar at a certain point? I've tried using this in the bottom table tag: Code:
style="position: absolute; bottom:0px;" Any help would be appreciated. Thanks. |
|
|
|
|
|
#2 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
It would probably be easier to fix if we could look at it. Do you have the page online anywhere?
__________________
Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row |
|
|
|
|
|
#3 |
|
Member (5 bit)
Join Date: Oct 2005
Posts: 23
|
sure man, I put it up on yahoo real quick. Just the front page.. no images except the side bar, but you can see the problem just fine.
http://www.geocities.com/mavrickccs/ |
|
|
|
|
|
#4 |
|
Security Dude
Staff
|
HTML Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td width="100%" height="10" class="table-bg-black"> <center><a href="mailto:webmaster@tmkdesignstudios.com"><font size="1" color="#CCCCCC">Webmaster</font></a></center> </td> </tr> </table>
__________________
Tyler A. Thompson Small Business Networking Services Specialist tyler@derbydigital.com |
|
|
|
|
|
#5 |
|
Member (5 bit)
Join Date: Oct 2005
Posts: 23
|
Its not in the code. I removed it because it didn't work.
|
|
|
|
|
|
#6 | |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
Quote:
|
|
|
|
|
|
|
#7 |
|
Member (5 bit)
Join Date: Oct 2005
Posts: 23
|
if you make your screen resolution something like 1280x1024 ...and you look at my "site" .. that bottom bar that says "webmaster" is not at the bottom of the page.. it's hanging near the middle, and the sidebar continues going down the page.
|
|
|
|
|
|
#8 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
What I would do is to remove the wave image from the body part of your CSS and put it in the table, then at the bottom of the table I would probably round the corner into your footer to make it flow properly into the footer. This way you would have only white space at the bottom and it would flow well into the footer.
|
|
|
|
|
|
#9 |
|
Member (5 bit)
Join Date: Oct 2005
Posts: 23
|
I dont know how to do that. If I did it would probably involve recoding the entire page, and all 5-6 subpages involved in the website. I don't think that's an option.
|
|
|
|
|
|
#10 | |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
Quote:
I will look at it later tonight and see if I can give you an example. |
|
|
|
|
|
|
#11 |
|
Member (5 bit)
Join Date: Oct 2005
Posts: 23
|
Doesn't really matter what editor I'm using Mairving.. Notepad, Dreamweaver, Frontpage.. its still from-scratch code that I'll have to rewrite.
|
|
|
|
|
|
#12 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
Actually it does matter what editor. Many WYSIWYG editors have a way to change a bunch of pages at once. I use Homesite some which is for hand coders and it has a replace function so that I can change every file in a directory. Of course, most sites that I do, there is only one file to replace anyway.
|
|
|
|
|
|
#13 |
|
Member (5 bit)
Join Date: Oct 2005
Posts: 23
|
Well in that case I'm using dreamweaver. I just need a way to fix this problem, lol. If there was a better way I should have taken in doing this part of the site, do tell... Help is great, ya know? Help, help, help
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|