
Combo Box Painted Bar
Combo Box Painted Winch Bar /* Include your styles here (paste the CSS code you provided) */ .tabs { width: 100%; display: inline-block; } .tab-links { margin: 0; padding: 0; list-style: none; overflow-x: auto; white-space: nowrap; } .tab-links:after { display: block; clear: both; content: ''; } .tab-links li { margin: 0; padding: 0; float: left; list-style: none; } .tab-links a { padding: 9px 15px; display: inline-block; border-radius: 10px 10px 0 0; background: #FDCF36; /* Adjust background color if desired */ font-size: 16px; font-weight: 600; color: black; border: 1px solid white; transition: all linear 0.15s; text-decoration: none; } .tab-links a:hover { background: #fddc77; /* Adjust hover background color if desired */ text-decoration: none; } .tab-links .active a { background: #2460AC; /* Adjust active tab background color if desired */ color: white; border-bottom: 0; } .tab-content { padding: 15px; border-radius: 3px; box-shadow: 0 1px 1px rgba(0,0,0,0.15); background: #fff; border-top: none; } .tab { display: none; } .tab.active { display: block; } .tab-divider { border: 0; height: 1px; background: grey; margin: 0 0 20px 0; } .review { margin-bottom: 20px; } .review h3 { margin: 0; font-size: 20px; color: #FFD700; } .review p { margin: 5px 0; } table { width: 100%; border-collapse: collapse; } table th, table td { border: 1px solid black; padding: 8px; text-align: left; } table th { background-color: #2460AC; /* Adjust table header background color if desired */ color: white; } table tr:nth-child(even) { background-color: #F0F0F0; } table tr:nth-child(odd) { background-color: white; } table td strong { font-weight: bold; } Combo Box Painted Winch Bar Efficient and Reliable Winch Bar for Heavy Use Description Key Features Product Details Applications Contact Us Reviews Description The Combo Box Painted Winch Bar is designed for heavy-duty use, featuring a high gloss paint finish and knurled textured grip for secure handling. It undergoes heat treatment and cycle testing to ensure durability and reliability in demanding environments. With its lightweight design and binder box for releasing tension on chain binders, this winch bar offers convenience and versatility. The flanged mushroom tip keeps the bar securely in the winch, providing added safety during operation. Trust in the Combo Box Painted Winch Bar for efficient and reliable performance in your winching operations. Key Features High Gloss Paint: Features a high gloss paint finish for durability and aesthetic appeal. Knurled Textured Grip: Designed with knurled textured grip in two grip points on the handle for secure handling. Heat-Treated and Cycled Tested: Heat-treated and cycled tested for heavy use, ensuring robustness and longevity. Lightweight Design: Weighing only 6 lbs., it is easy to handle and maneuver. Binder Box: Equipped with a binder box for releasing tension on chain binders, adding to its versatility. Flanged Mushroom Tip: The tip has a flanged mushroom tip to keep the bar securely in the winch, providing added safety and stability. Product Details Weight 6 lbs. Finish High gloss paint Grip Knurled textured grip Tip Flanged mushroom tip Applications The Combo Box Painted Winch Bar is ideal for various winching applications where secure handling, durability, and versatility are essential. Contact Us For more information or to place an order, contact our sales associates. (Provide contact details here) Reviews document.addEventListener('DOMContentLoaded', function() { let tabs = document.querySelectorAll('.tab-links a'); tabs.forEach(tab => { tab.addEventListener('click', function(e) { e.preventDefault(); let activeTabs = document.querySelectorAll('.active'); activeTabs.forEach(activeTab => { activeTab.classList.remove('active'); }); this.parentNode.classList.add('active'); let contentId = this.getAttribute('href'); document.querySelector(contentId).classList.add('active'); }); }); });