Hi, I'm using gtkmozembed for a touchscreen based kiosk app. Once a button is clicked on one page, I would like it to remain highlighted until the next page is finished loading.
As far as I can tell, there are three ways I can try to emulate this: 1. Try to override the default button behaviour using C++ in the embedded browser. 2. Override the style-sheet using javascript in the web pages. 3. Get created with the touchscreen controller we are using to hover longer after a click. Any suggestions about which road to take? I've toyed with #1 because it seems the most straight-forward, but I haven't made in progress. Any and all ideas are appreciated. Shilad
