|
Opendiode.com site design help/discussion
|
|
10-21-2007, 04:23 PM
(This post was last modified: 10-22-2007 10:14 AM by .Lou.)
Post: #1
|
|||
|
|||
|
Opendiode.com site design help/discussion
Here's a beta design for opendiode.com.
My menu is a certain hight, but when I stick in the content box, they won't be the same height. I need them both to always be the same height. So if the menu is the biggest one, the content box will be enlarged (with white space) to be the same height as the menu, and vice versa. As well, any constructive criticism is welcome .
|
|||
|
10-21-2007, 05:10 PM
Post: #2
|
|||
|
|||
|
RE: Opendiode.com site design help/discussion
I've only ever seen it done without no js hacks at cssplay:
http://www.cssplay.co.uk/layouts/threecol.html .. http://www.cssplay.co.uk/layouts/3cols.html http://www.cssplay.co.uk/layouts/3cols2.html I've not tried it on a background but it should work and you can tweak it if you only want 2 columns .
|
|||
|
10-21-2007, 10:17 PM
(This post was last modified: 10-22-2007 10:14 AM by .Lou.)
Post: #3
|
|||
|
|||
|
RE: Opendiode.com site design help/discussion
I'll be doing something else to it, so it should be fine. Thanks anyway though .
|
|||
|
10-22-2007, 02:50 PM
Post: #4
|
|||
|
|||
|
RE: Opendiode.com site design help/discussion
If you still wanna do what you said in the first post then try the css I posted here: http://forum.msgstuff.com/showthread.php...61#pid8561
|
|||
|
10-23-2007, 09:13 PM
Post: #5
|
|||
|
|||
RE: Opendiode.com site design help/discussion
the andyman Wrote:If you still wanna do what you said in the first post then try the css I posted here: http://forum.msgstuff.com/showthread.php...61#pid8561Only admins can see that
|
|||
|
10-24-2007, 10:53 AM
Post: #6
|
|||
|
|||
|
RE: Opendiode.com site design help/discussion
My bad
![]() For anyone else reading this (who's presumably friends with google ) basically the css adds loads of padding to the bottom of the div and reduces the margin of the bottom by the same amount (or a bit less if you want a bit of padding to always be on the bottom). Then however much the page goes on for underneath the end of the content of this div it will show the extra padding that you added to the bottom, but only as much as it needs.And seeing as when reading that back it didn't make much sense to me here's the css anyway: Code: padding-bottom: 32767px; |
|||
|
« Next Oldest | Next Newest »
|


.
![[Image: 1.png]](http://dotlou.com/stuff/sigs/1.png)



.
![[Image: sig.png]](http://h-master.net/as/sig.png)
![[Image: hmaster.png]](http://h-master.net/sig/hmaster.png)

![[Image: top.png]](http://the-andyman.wave3k.net/sig/top.png)
![[Image: 1.png]](http://the-andyman.wave3k.net/sig/1.png)
![[Image: 2.png]](http://the-andyman.wave3k.net/sig/2.png)
![[Image: 3.png]](http://the-andyman.wave3k.net/sig/3.png)
) basically the css adds loads of padding to the bottom of the div and reduces the margin of the bottom by the same amount (or a bit less if you want a bit of padding to always be on the bottom). Then however much the page goes on for underneath the end of the content of this div it will show the extra padding that you added to the bottom, but only as much as it needs.