Camino is an OSX browser which uses the Gecko engine and follows the Apple style and user interface guidelines, unlike its sibling, the Firefox browser.
-1
votes
1answer
100 views
Positioning of divs off in Firefox/Camino?
So, I have written out a site in HTML and CSS, and all looked fine and dandy in Safari, Chrome, OmniWeb... even Opera. Then I tested in Firefox and Camino (which I believe uses the same rendering ...
1
vote
2answers
204 views
javascript .children not working in Camino Browser
This is an odd one, for whatever reason, getting the children of an element doens't work in Camino browser. Works in all other browsers. Anyone know how to fix this? Google is no help :(
var ...
0
votes
1answer
117 views
HTML Entity displaying wrong in Camino
I'm trying to show the characters ☜ and ☞ in my HTML page. Every single browser I've tested displays them properly, except for (inexplicably) Camino. Instead, it shows this:
That's what ...
11
votes
11answers
7k views
Using AppleScript to grab the URL from the frontmost window in web browsers: The definitive list
I built a [widget][1] that grabs the URL from the frontmost window in Safari, then allows you to shorten it using the tr.im API. Works sweet as.
I want to make this more flexible, so am investigating ...