The thing is that I am creating tabs I have all the tabs content in one div to which I have given position:relative
and to all the content div I have given them position:absolute
.
So when the position
is absolute
, the content is overlapping the footer
.
I know I can give min-height
to the relative div
but I am looking for proper code. Have the code something like this. I have not added the footer
because it php.
I want the relative div
height as much as the inner content's height.
.rel{min-height:300px; height:auto; background:red; width:100%; position:relative; }
.abs{position:absolute; top:0; left:0; height:100%; width:100%; background:#eee; }
<div class="rel">
<div class="abs"> </div>
<div class="abs">4</div>
<div class="abs">3</div>
<div class="abs">2</div>
<div class="abs">
<p>
When it comes to web design services, we are a top rated player with stunning capabilities that will immensely benefit every business. As we are a well experienced and highly skilled web design company, a lot of businesses bank on us for their affordable web design requirements. We provide a number of affordable web design packages and low cost web designing quotes for any of your requirements and preferences. Therefore a lot of businesses find it very convenient to work with us to avail of some profitable custom website design packages. Hence a huge customer base considers us the top web design company for small businesses.
WordPress is a highly popular platform for different kinds of web development projects. This open source platform provides a host of benefits to the designers and businesses. As a WordPress website development company we provide our clients with the complete suite of WordPress website development services. We are a top rated player among the long list of best WordPress companies in India. Our services are strongly backed by a team of accomplished and highly talented WordPress web designers. Call us to know the WordPress website design prices we offer. Take advantage of our unique capabilities on the WordPress platform and further your dreams of getting a stunning website.
We also have a strong presence in the Ecommerce Web Design Services segment. We are highly known for our unique capabilities to design responsive websites that can perform well on any user interface. We deliver highly creative design in every website design project we undertake for our clients. Along with web designing and ecommerce website design services, we also specialize in several other services that will benefit our customers in many ways. Our stunning capabilities in the field of business catalyst hosting have made us the number one Adobe Business Catalyst expert.
</p>
</div>
</div>