CSS Position Absolute Full Width

Kondisi awal: container di dalam (overlay warna biru) memiliki position: absolute dan width: 100%. Hasilnya ada sebagian overlay yang keluar dari bidang gambar.

 

Capture

Solusinya: width: 100% dihapus, ditambahkan left: 15px dan right 15px (karena menggunakan bootstrap).

[code language=”css”]
.widget.services .cover { position: absolute; top: 0px; left: 15px; right: 15px; height: 0; padding-bottom: 100%; transition: top 1s; background: rgba(5,125,152,0.9); }
[/code]

Dibahas juga di stackoverflow http://stackoverflow.com/questions/6625116/css-position-absolute-full-width-problem

 

This entry was posted in   CSS.
Bookmark the   permalink.

Chandra Oemaryadi has written 244 articles

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>