PDA

View Full Version : Stupid Question



sidorak95
01-18-2009, 04:03 PM
I know this is a really stupid question but I'm not sure how to get the 2nd button on the same line as the first on this page (http://www.fungamesuniverse.com/test). Can anyone help me?

MersauX
01-18-2009, 04:06 PM
Put

float: left;

into both #home and #games in your css file. Although, you shouldn't but the menu items into divs, use unordered list <ul><li></li></ul> to do that. :)