Re: WebKit Programming Software Development by kvprajapati WebKit is an open source Web content engine for browsers and other applications. Please check [URL="http://webkit.org/building/tools.html"]http://webkit.org/building/tools.html[/URL] WebKit Programming Software Development by Romil797 Is there any way to embed webkit in a .NET form? Can I use webkit.dll or khtml.dll? I heard about something called Charn but it does not seem to exist anymore... Help? Re: WebKit Programming Software Development by Romil797 I should have been clearer... I need a wrapper for webkit. Like Mono. WebKit and cygwin help! Programming Computer Science by beefstick720 i just installed cygwin and i can't get it to configure with webkit, does anyone have a more elaborate guide then the one on the webkit website? Re: webkit engine - problems Digital Media UI / UX Design by McLaren >Internet Explorer and Opera does not support the rotateY method. for us its only important webkit because we are making app in the windowed applcation, which uses webkit engine. webkit engine - problems Digital Media UI / UX Design by McLaren … in a windwed mode like desktop apps. So we use webkit. Its made on c#, but we are not c# programers… Re: how to use webkit?? Programming Software Development by DeanMSands3 Webkit is the browsing engine used by Safari and Chrome. It's open source and cross platform. @OP: If you really really want WebKit, you could try using the QtWebKit port. Custom Scrollbars in Webkit Digital Media UI / UX Design by vizz …usable in firefox & IE? #thumbs::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(…background-color: #CCCCCC; } #thumbs::-webkit-scrollbar { width: 6px; background-color: #999999; } #thumbs::-webkit-scrollbar-thumb { background-color: #fe003f;… how to use webkit?? Programming Software Development by cool_zephyr hello everyone..i've vs2010 in my system..and i'm trying to build a simple web browser using webkit..could anyone please tell me what do i need to install to be able to work on vs2010?? and a simple demo code about how to use the webkit sdk..i've searched a lot on google..but haven't been able to find something useful so far thanks Re: how to use webkit?? Programming Software Development by DeanMSands3 > I doubt I'm fully aware of what webkit is and does, but can't you just use dotnet for this type of thing? http://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.aspx Or if you still want to use WebKit, you can use: http://webkitdotnet.sourceforge.net/ Position: Fixed, -webkit-transform Still Not Working on Chrome Digital Media UI / UX Design by Liam_8 … days in google and it can be solved by adding -webkit-transform: translateZ(0); to your class but it does not… would be very much appreciated. Here are my codes: .sticky { -webkit-transform: translateZ(0); position: fixed; top: 0; width: 100%; } $(document… Re: how to use webkit?? Programming Software Development by Ancient Dragon [Read this thread](http://www.webkit.org/building/tools.html) It says only vs 2005 is supported. Re: how to use webkit?? Programming Software Development by Albino What does webkit do? Re: how to use webkit?? Programming Software Development by Albino I doubt I'm fully aware of what webkit is and does, but can't you just use dotnet for this type of thing? Re: how to use webkit?? Programming Software Development by cool_zephyr thank you all for the reply..actually, i want to do WebKit in vc++..if we use QtWebkit will my browser be dependent upon the QtWebkit plugins to run?? Re: Changing webkit to moz Digital Media UI / UX Design by cmps why don't you keep both -moz- and -webkit- at the same time ? and why are you using them .. you can do this with simple css no need for moz and webkit, personally i use them only to round corners Re: Position: Fixed, -webkit-transform Still Not Working on Chrome Digital Media UI / UX Design by rproffitt ….com/search?client=opera&q=Position%3A+Fixed%2C+-webkit-transform+Still+Not+Working+on+Chrome finds priors and comments… A workaround for -moz-border-radius: and -webkit-border-radius: with W3C Validation Digital Media UI / UX Design by TLCJohn Hi there, Is there a workaround for -moz-border-radius: and -webkit-border-radius: which will then be validated by W3C CSS? Thanks for your help. Kind regards John Jquery Accordion Bug (WebKit Based Browsers) Programming Web Development by Amr87 … u can help me here the problem happens only in webkit based browsers (Chrome,Safari) where when trying to re-play… Create a tabbed web browser using Webkit.Net Programming Software Development by earlybirdsean How to make a tabbed web browser that uses Webkit.Net in WPF? And if possible, please include codes. And by the way, is it possible to embed a javascript engine in vb.net? Detect a Webkit browser Programming Web Development by riahc3 Hello Since I can't get something to work, as a temp fix, Im going to do something else but I need this to only happen if it is a Webkit based browser (Safari, Chrome, Android, etc...). How can I detect this? Thank you Changing webkit to moz Digital Media UI / UX Design by aVar++ … also look the same in mozilla therefore I replaced the webkit's with moz in the CSS. However the #mySection div… Responsive Scrolling - SetWantsLayer Webkit Problems Cocoa OSX Programming Software Development by iamsocool987 … know setWantsLayer isn’t supposed to be used with a webKit, but is there anyway to stop these visual glitches or… Re: Multi JS files and its behavior in webkit Programming Web Development by fxm Webkit browsers start executing javascript that is not tied to any … Re: webkit engine - problems Digital Media UI / UX Design by JorgeM Internet Explorer and Opera does not support the rotateY method. Re: Multi JS files and its behavior in webkit Programming Web Development by fxm … = navigator.userAgent; var e = /*@cc_on!@*/false; var st = setTimeout; if (/webkit/i.test(u)) { st(function () { var dr = document.readyState; if… -ms-transition not working in IE Digital Media UI / UX Design by bilal_fazlani -webkit-transition:left .4s ease-in-out .1s; -ms-transition:left .4s ease-in-out .1s; transition:left .4s ease-in-out .1s; -moz-transition:left .4s ease-in-out .1s; can anyone please tell why is it working in browsewrs but not in IE ? what am i missing ? Re: Custom Scrollbars in Webkit Digital Media UI / UX Design by gabrielcastillo Maybe this artical will help what you are looking for. [Artical](http://codemug.com/html/custom-scrollbars-using-css/) Re: Custom Scrollbars in Webkit Digital Media UI / UX Design by vizz I have tried that, but I want to make scrollbars same, as they looks in chrome, with my above code. Re: Position: Fixed, -webkit-transform Still Not Working on Chrome Digital Media UI / UX Design by pty It will be much easier for people to test and contribute if you create a JS fiddle demonstrating exactly what the problem is.