Jump to content

[SOLVED] Twodiv Problem...


chanchelkumar

Recommended Posts

.container 
{
position:relative;
height:1450px;
overflow:hidden; 
border-collapse:collapse; 
background:<?=$targetpath?>;
}
.newdiv{
display:block;
position:absolute;
padding:.5em;
-moz-box-sizing:border-box;
box-sizing:border-box;
font:Verdana, Arial, Helvetica, sans-serif;
}

 

These are my two div's .....

 

i want to resize (change the height with effect of new div) the container with the effects of new div...

 

the newdiv is inside the container... and it is dynamically executing...

 

ask me if you get any doubts???

Link to comment
https://forums.phpfreaks.com/topic/72936-solved-twodiv-problem/
Share on other sites

  Quote

I don't really know what you are talking about, but if you want the container to automatically increase in height to accommodate newdiv, then you can't do that while newdiv is {position:absolute}

 

ok i agree with you bronzemonkey.....

 

Then how could we do that....

 

I want a solution.... not a report...

Link to comment
https://forums.phpfreaks.com/topic/72936-solved-twodiv-problem/#findComment-370442
Share on other sites

  Quote

Solutions cost $50. Providing them to someone too lazy to read online tutorials is another $150. And when someone barks out orders like they are my boss, I charge another $800.

 

thanks for your information.......

 

I will pay as your wish to not responding to my mails...

 

 

Link to comment
https://forums.phpfreaks.com/topic/72936-solved-twodiv-problem/#findComment-370540
Share on other sites

Dear friends,,,,,

 

 

I got enough information about my question...

and am thanks for each and every member in this forum for helping me to find a "PAID" solution...

 

 

thanks :

 

 

So am closing this question!!!!!!!!!

Link to comment
https://forums.phpfreaks.com/topic/72936-solved-twodiv-problem/#findComment-370543
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.