html - CSS-only tabs in a C# System.Windows.Forms.WebBrowser -


i'm trying create css-only tabs using [id^=tab]:checked + .tab-content { display: block; } approach see many websites saying right approach.

my code produces proper results in ie, firefox , chrome fails work in browser component (system.windows.forms.webbrowser) within c# program.

i thought browser component ie stripped of user interface, why not work??


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -