Code: Select all
-webkit-transform: scale(1.3,1.3);Moderator: General Moderators
Code: Select all
-webkit-transform: scale(1.3,1.3);
I don't like Safari, actually. I know it's the fastest browser out there, but it's got quirks. Sometimes I have hyperlinks where underlines go across the screen in unpredictable ways. I also don't like the fuzzy blue border around selected fields, nor the tiny checkboxes. The tab interface was odder than the convenience of Firefox -- you have to doubleclick an area next to a tab in order to create a new one, or use a keystroke.Mds wrote:I didn't use Safari so far.
How do you like it

Some things just happen by listing out all the available properties on a particular browser platform, trying each one out, and looking at the effect. That's what I did on the webkit platform until I finally discovered this trick.shazam-fu wrote:How did you ever figure that out? Thank you!
Yeah, I had been wanting to play with that, but had not gotten around to it. I think that it's rude of these browser vendors to do anything special with the fields. Do they not know that with jQuery and existing field properties that we would not be doing this ourselves and in our own desirable way?Syntac wrote:You can eliminate the fuzzy blue thingy ("focus ring" in Apple GUI parlance) by setting the CSS property "outline" to "none". Last I checked, you also need to change the border or this will have no effect. (Or maybe I'm just having cause-and-effect issues?)