Latest news from Messenger Stuff:
 
Time: 01-08-2009, 12:00 PM Hi, Guest! (LoginRegister)
January Poll: Have you shifted away from instant messaging to social networking in recent years? tell us here.
Notice: Guests can now post in the help and support forums. Read more ...


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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. I have a little issue here that I'm hoping you guys can help with.

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:p.

[Image: 1.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
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 :).

[Image: sig.png]

[Image: hmaster.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
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
Could I just have it all contained in 1 big container div, and have it take up 100% of that?

I'll be doing something else to it, so it should be fine. Thanks anyway though :p.

[Image: 1.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
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

[Image: top.png]
[Image: 1.png][Image: 2.png][Image: 3.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
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#pid8561
Only admins can see that :p

[Image: 1.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
10-24-2007, 10:53 AM
Post: #6
RE: Opendiode.com site design help/discussion
My bad :p
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;
  margin-bottom: -32757px;

[Image: top.png]
[Image: 1.png][Image: 2.png][Image: 3.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: