ลิงค์ยืด
ทำให้องค์ประกอบ HTML หรือองค์ประกอบ Bootstrap สามารถคลิกได้โดย "การยืด" ลิงก์ที่ซ้อนกันผ่าน CSS
เพิ่ม.stretched-link
ในลิงก์เพื่อให้บล็อกที่มีสามารถคลิกได้โดยใช้::after
องค์ประกอบหลอก ในกรณีส่วนใหญ่ นี่หมายความว่าองค์ประกอบposition: relative;
ที่มีลิงก์กับ.stretched-link
คลาสนั้นสามารถคลิกได้ โปรดทราบว่า CSS position
ทำงานอย่างไรไม่.stretched-link
สามารถผสมกับองค์ประกอบตารางส่วนใหญ่ได้
การ์ดมีposition: relative
โดยค่าเริ่มต้นใน Bootstrap ดังนั้นในกรณีนี้คุณสามารถเพิ่ม.stretched-link
คลาสไปยังลิงก์ในการ์ดได้อย่างปลอดภัยโดยไม่มีการเปลี่ยนแปลง HTML อื่นๆ
ไม่แนะนำให้ใช้หลายลิงก์และเป้าหมายการแตะกับลิงก์ที่ยืดออก อย่างไรก็ตาม บางposition
และz-index
รูปแบบสามารถช่วยได้หากต้องการ
การ์ดพร้อมลิงค์ยืด
ตัวอย่างข้อความสั้นๆ เพื่อสร้างจากชื่อการ์ดและประกอบขึ้นเป็นเนื้อหาในการ์ดจำนวนมาก
ไปที่ไหนสักแห่ง<div class="card" style="width: 18rem;">
<img src="..." class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card with stretched link</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary stretched-link">Go somewhere</a>
</div>
</div>
ส่วนประกอบที่กำหนดเองส่วนใหญ่ไม่มีposition: relative
ตามค่าเริ่มต้น ดังนั้นเราจึงจำเป็นต้องเพิ่มที่.position-relative
นี่เพื่อป้องกันไม่ให้ลิงก์ขยายออกไปนอกองค์ประกอบหลัก
ส่วนประกอบที่กำหนดเองพร้อมข้อต่อยืด
นี่คือเนื้อหาตัวยึดตำแหน่งบางส่วนสำหรับส่วนประกอบที่กำหนดเอง มีจุดมุ่งหมายเพื่อเลียนแบบเนื้อหาในโลกแห่งความเป็นจริง และเราใช้สิ่งนี้เพื่อให้ส่วนประกอบมีขนาดและสัดส่วนเล็กน้อย
ไปที่ไหนสักแห่ง<div class="d-flex position-relative">
<img src="..." class="flex-shrink-0 me-3" alt="...">
<div>
<h5 class="mt-0">Custom component with stretched link</h5>
<p>This is some placeholder content for the custom component. It is intended to mimic what some real-world content would look like, and we're using it here to give the component a bit of body and size.</p>
<a href="#" class="stretched-link">Go somewhere</a>
</div>
</div>
คอลัมน์ที่มีลิงค์ยืด
อีกตัวอย่างหนึ่งของเนื้อหาตัวยึดตำแหน่งสำหรับส่วนประกอบที่กำหนดเองอื่นนี้ มีจุดมุ่งหมายเพื่อเลียนแบบเนื้อหาในโลกแห่งความเป็นจริง และเราใช้สิ่งนี้เพื่อให้ส่วนประกอบมีขนาดและสัดส่วนเล็กน้อย
ไปที่ไหนสักแห่ง<div class="row g-0 bg-light position-relative">
<div class="col-md-6 mb-md-0 p-md-4">
<img src="..." class="w-100" alt="...">
</div>
<div class="col-md-6 p-4 ps-md-0">
<h5 class="mt-0">Columns with stretched link</h5>
<p>Another instance of placeholder content for this other custom component. It is intended to mimic what some real-world content would look like, and we're using it here to give the component a bit of body and size.</p>
<a href="#" class="stretched-link">Go somewhere</a>
</div>
</div>
ระบุบล็อกที่มี
หากลิงก์ที่ยืดออกดูเหมือนจะใช้งานไม่ได้บล็อกที่มีอาจเป็นสาเหตุ คุณสมบัติ CSS ต่อไปนี้จะทำให้องค์ประกอบเป็นบล็อกที่มี:
- ค่า
position
อื่นที่ไม่ใช่static
- A
transform
หรือperspective
ค่าอื่นที่ไม่ใช่none
- ค่า
will-change
ของtransform
หรือperspective
- ค่า
filter
อื่นที่ไม่ใช่ค่าของnone
( ใช้ได้กับ Firefox เท่านั้น)will-change
filter
การ์ดที่มีลิงค์ยืด
ตัวอย่างข้อความสั้นๆ เพื่อสร้างจากชื่อการ์ดและประกอบขึ้นเป็นเนื้อหาในการ์ดจำนวนมาก
ลิงก์แบบขยายจะไม่ทำงานที่นี่ เนื่องจากposition: relative
ถูกเพิ่มไปยังลิงก์แล้ว
ลิงก์ที่ยืดออกนี้จะกระจายอยู่เหนือp
แท็ก - เนื่องจากมีการนำการแปลงไปใช้
<div class="card" style="width: 18rem;">
<img src="..." class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card with stretched links</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<p class="card-text">
<a href="#" class="stretched-link text-danger" style="position: relative;">Stretched link will not work here, because <code>position: relative</code> is added to the link</a>
</p>
<p class="card-text bg-light" style="transform: rotate(0);">
This <a href="#" class="text-warning stretched-link">stretched link</a> will only be spread over the <code>p</code>-tag, because a transform is applied to it.
</p>
</div>
</div>