Divs Next To Each Other

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
HokieTracks
Forum Newbie
Posts: 9
Joined: Tue Mar 24, 2009 5:45 pm

Divs Next To Each Other

Post by HokieTracks »

Hi, I have been searching for an answer to this question and I noticed these forums. As you can see here http://hokietracks.com/index/home.php I have a vertical menu on the left and text/content on the right. The problem is the menu dictates how high up the text and content can go. Is it possible to place these two divs next to each other?
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Re: Divs Next To Each Other

Post by Ambush Commander »

Floating the div is the usual answer; you'll need to do some background-image trickery to make the column extend all the way down, though.
HokieTracks
Forum Newbie
Posts: 9
Joined: Tue Mar 24, 2009 5:45 pm

Re: Divs Next To Each Other

Post by HokieTracks »

Ok, I will try that thanks.

EDIT: It worked. Thank you.
Post Reply