Jump to content

The Wrapping DIV is Collabing


equipment

Recommended Posts

I have following code example

 

div#nav_wrapper {
    width: 700px;
    margin: 0 auto 0;
}

div#nav {
float: right;
}

 

The wrapper is collabing while the div inside the wrapper is floating far till to the side of the window (web browser).

 

Any ideas how to have the wrapper keep the div inside of it in position, without letting it float away.

Link to comment
https://forums.phpfreaks.com/topic/261133-the-wrapping-div-is-collabing/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.