•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Website Reviews section within the IT Water Cooler category of DaniWeb, a massive community of 425,906 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 1,854 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Website Reviews advertiser: Affiliate Marketing
Views: 5078 | Replies: 31
![]() |
where you have all those <br> tags to stretch the left and right columns down you could use a margin-bottom in css.
•
•
Join Date: Feb 2005
Location: USA
Posts: 30
Reputation:
Rep Power: 4
Solved Threads: 0
Thanks, I just tried that but it still seems to wrap to the text (or <br>'s)
Here is the style defining the Right column:
#right {
position: absolute;
top: 100px;
right: 0px;
padding: 4px;
margin-bottom: 0px;
border-left: 2px solid #000000;
border-bottom: 2px solid #000000;
background: #e6e5c9;
width: 14%;
voice-family: "\"}\"";
voice-family:inherit;
}
Thanks,
John
Here is the style defining the Right column:
#right {
position: absolute;
top: 100px;
right: 0px;
padding: 4px;
margin-bottom: 0px;
border-left: 2px solid #000000;
border-bottom: 2px solid #000000;
background: #e6e5c9;
width: 14%;
voice-family: "\"}\"";
voice-family:inherit;
}
Thanks,
John
sorry, should be padding-bottom :o
so what code are you using at the moment? and what code did you try?
•
•
Join Date: Feb 2005
Location: USA
Posts: 30
Reputation:
Rep Power: 4
Solved Threads: 0
Here is what I'm using right now, it's the same on the right:
What did I try?
I tried both:
And:
Thanks,
John
#left {
position: absolute;
top: 100px;
left: 0px;
padding: 2px;
padding-bottom: 0px;
border-right: 2px solid #000000;
border-bottom: 2px solid #000000;
background-color: #e6e5c9;
width: 14%;
height: 2400px;
voice-family: "\"}\"";
voice-family:inherit;
}What did I try?
I tried both:
margin-bottom: 0px;
And:
padding-bottom: 0px;
Thanks,
John
it doesn't really matter whether you assign height: 2400px or padding-bottom: 1000px; (example). - I had in mind assigning a dimension to the padding.
If you just want it to go all the way down then you need to investigate faux columns. (google it)
It's not that difficult. One side would be easy, two would require putting the backgrounds into two wrapper divs, then just positioning the menus over the backgrounds. That way you'd get everything full page height.
If you just want it to go all the way down then you need to investigate faux columns. (google it)
It's not that difficult. One side would be easy, two would require putting the backgrounds into two wrapper divs, then just positioning the menus over the backgrounds. That way you'd get everything full page height.
not that any of the important search engines actually read them or anything...
![]() |
•
•
•
•
•
•
•
•
DaniWeb Website Reviews Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- Musician Made Website needs critique (Website Reviews)
Other Threads in the Website Reviews Forum
- Previous Thread: What do you think about my site?
- Next Thread: Please review, I have worked hard.


Linear Mode