Jump to content

[SOLVED] div width position absolute


jaymc

Recommended Posts

I have a div with the following CSS properties

 

.pop_menu {
left:0;
padding:5px;
position:absolute;
}

 

My problem is, unless I specify a static width in the css the div does not expand to the length of the line text

e.g

 

This should be one line

 

Becomes

 

This
should
be
one
line

Link to comment
https://forums.phpfreaks.com/topic/166003-solved-div-width-position-absolute/
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.