PDA

View Full Version : Help coding pleaseee



Gangster
21-02-2009, 04:04 PM
Well, whenever try to code a layout. I always get the same problem.

Imagine I'm using the Switch Menu I, and whenever you click something on the nav (Community for example) When that box expands, all of the boxes placed after the div the nav is in goes down aswell, then it messes up.

Do I need to use containers or wrappers?

Someone help me please, +REP.

HabbDance
21-02-2009, 07:43 PM
<div style="clear: right;"></div>

Gangster
21-02-2009, 07:55 PM
<div style="clear: right;"></div>
Some people on ClubHabbo forum helped me. but this might of worked, thanks though. I'll +REP you anyway.

EDIT :: Need to spread.

Meti
01-03-2009, 11:13 AM
<div style="clear: right;"></div>
I hate it when people use css styles in the div.

Make it all simplier.


#divname {
clear: right;
}



<div id="divname"></div>

Want to hide these adverts? Register an account for free!