Template talk:ViewFF

From The Urban Dead Wiki
Revision as of 01:48, 12 June 2011 by Mazu (talk | contribs)
Jump to navigationJump to search

See CSS3Please.com for common cool css trix and their fellow browser equivalents --Bean 17:17, 10 June 2011 (BST)

Template:Firefox has a better image of the firefox logo, imho --hagnat 17:47, 10 June 2011 (BST)
And try to use some of the effect available in firefox in your template. Look how mine looks so awesome when u use chrome :D --hagnat 18:14, 10 June 2011 (BST)
Personally, I don't see the point in either template. Things that look better in Chrome look better in Safari too, since they share the same rendering engine, so it's silly to advertise one without the other. And for 99% of code, as long as the person coded it as they should have, with cross-platform compatibility in mind, the stuff will work just fine in Firefox and Opera too. IE is the one big exception, but everyone already knows that anyway, so we don't need to keep advertising that IE sucks.
And before anyone tells me, yes, I know there are some thing you can do in WebKit that you can't do in Firefox (I even use one on my userpage, since Firefox doesn't support programmatically generated gradients as inputs for alpha image masks), and vice versa. But for rounded corners, shadows, and most of the other neat tricks we use around here, they all do the job equally well, more or less. Aichon 20:35, 10 June 2011 (BST)
Let the record show that Internet Explorer 9 is a huge improvement and very compliant to CSS3 and HTML5 standards. Indeed, Webkit is avant-garde when it comes to integrating new CSS3 functionality, but other browsers follow. It's not true that there's no gradient property available for Firefox (3.6), it's background-image: -moz-linear-gradient(top, #444444, #999999);. Bean 00:50, 12 June 2011 (BST)
IE9 is indeed a big step, but it still leaves a lot to be desired. And I didn't say that there is no gradient support in Firefox. What I said is that it doesn't support using gradients instead of images in alpha masks. For a quick example, go to the navbar for my userspace. In WebKit browsers, you'll notice that there's a slight fade to transparency near the bottom of the "Aichon". I was able to do that by applying an alpha mask to the letters, then using a gradient created with CSS as the input image on which the alpha mask was based. While Firefox supports gradients and alpha masks using images, it doesn't (as of FF 4.0) support using gradients as images in alpha masks, hence my comment. If you know otherwise though, let me know, since I'd be eager to get that navbar looking equally good in Firefox. Aichon 02:05, 12 June 2011 (BST)
Dang. I just made the template because one I don't know how to make everything compatible and two there are many times I don't really care to do so. I checked my user page in other browsers to make sure nothing is broken but that's about the extent of it. If I'm feeling frisky I might make it decently compatible after I get back from vacation..       02:48, 12 June 2011 (BST)