Recommended Posts

And the "download now" buttons are extremely jagged and aliased, what were they thinking?

That's because the rounded corners are now achieved using the border-radius CSS rule and not an image. This is a much better solution because it's scalable and because it allows a better separation of content and display.

If you're using Gecko 1.9 or newer, the rounded button corners are anti-aliased and they look beautiful (try it!); the smooth native rendering of curves was introduced with the switch to Cairo/Thebes in Gecko 1.9. The downside is that this means that Gecko 1.8.1 and older (as well as all non-Gecko rendering engines) will render the border radii with jagged edges. With Firefox 2 retired and no longer supported, I think Mozilla is assuming that the vast majority of users are using at least Fx3.

Edited by kliu0x52
Link to comment
https://www.neowin.net/forum/topic/782858-mozilla-addons/#findComment-591117036
Share on other sites

That's because the rounded corners are now achieved using the border-radius CSS rule and not an image. This is a much better solution because it's scalable and because it allows a better separation of content and display.

If you're using Gecko 1.9 or newer, the rounded button corners are anti-aliased and they look beautiful (try it!); the smooth native rendering of curves was introduced with the switch to Cairo/Thebes in Gecko 1.9. The downside is that this means that Gecko 1.8.1 and older (as well as all non-Gecko rendering engines) will render the border radii with jagged edges. With Firefox 2 retired and no longer supported, I think Mozilla is assuming that the vast majority of users are using at least Fx3.

I was using google chrome 3.x, but you are right in firefox 3.5 it looks good.

Link to comment
https://www.neowin.net/forum/topic/782858-mozilla-addons/#findComment-591118740
Share on other sites

How? What's the code? I'd like to know for my website.

border-radius is a part of the upcoming CSS3 spec. Official spec

However, since CSS3 has not been finalized, no browser supports the official CSS3 "border-radius" rule. Instead, there is provisional support for it in Gecko and Webkit via -moz-border-radius and -webkit-border-radius, respectively. Gecko has supported -moz-border-radius since the very beginning of Gecko, and -webkit-border-radius was first added in Safari 3.

Most people who use border-radius use something like this, which covers Gecko's provisional support, Webkit's provisional support, and any future browser that supports the finalized CSS3 spec.

.some-class {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

I highly recommend looking at Mozilla's docs on this because they provide some neat examples as well as a table outlining the compatibility for this across different browsers.

Edited by kliu0x52
Link to comment
https://www.neowin.net/forum/topic/782858-mozilla-addons/#findComment-591121224
Share on other sites

So that is a CCS code. I put it into my CCS file and link it to my webpage?

Yes.

It looks like these links that display information when you hover over a specific text in forums/sites (like dictionary definitions or acronyms, etc), fugly as hell.

What are you talking about? There isn't any of that on AMO. If you see that, then you probably have some malware on your system or something.

Link to comment
https://www.neowin.net/forum/topic/782858-mozilla-addons/#findComment-591134140
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • If built properly, swapping out the backend should be an easy task, but as the article points out, it's just Apple not wanting to do this.
    • Microsoft's new Xbox Shutdown change promises massive power efficiency gains by Pulasthi Ariyasinghe Microsoft has been delivering a lot of changes for Xbox Insiders to test in recent weeks, and today, another wave of changes aimed at consoles was announced. The latest drop is testing features that let users find mutual friends easier, customize their UI, and streamline wishlisting. When looking at an Xbox friend's profile, an option will appear to see mutual friends, perhaps to get a refresher on how you know that person. This will depend on the privacy settings. The same applies to when checking the profile of a person who is not in the friends list, offering a quick way to find out if this is a known connection. Next, Microsoft is giving the option to change how the 'Home' and 'Games & Apps' sections show off available games. There is a new poster style that users can enable for an "immersive library experience." "We’ve also made personalization settings easier to navigate and customize by separating Home and My Games & apps into separate sections," adds the company. "And to make personalization even more accessible, we’ve added new shortcuts throughout menus, so you can quickly jump in and tailor your XBOX experience the way you want." Moreover, heading to the store page of an unreleased game will now offer players the option to wishlist directly from the game card. Lastly, Microsoft is making a change to Xbox One and Xbox Series X|S consoles that are in Sleep mode, making them use the more energy-saving 'Shutdown' mode instead automatically. The company says this can increase power savings by up to 20 times without impacting "performance, gameplay, or your ability to receive system, games or apps updates overnight." The only down side seems to be a longer startup time that can take up to 45 seconds. The setting was originally introduced in 2023, and this is only the latest update to it. The power option can be changed from the console settings at any time. This Xbox Insider update is rolling out today to select members of the program. As usual, Microsoft aims to bring it to more Insiders over time before they reach all Xbox owners. Head here to find out how to join the Xbox Insider Program to get a chance to test these features and upcoming ones on both consoles and PC.
    • 2 was a fun game but felt a bit shallow, like not enough there. I hope this expansion fixes that.
    • I haven't paid for windows since windows 8. So I guess I would be happy to pay for a new version if it meant seeing fewer adverts (none) or product pushes. But that applies to _any_ service or OS.
  • Recent Achievements

    • Rookie
      lamborghiniv10 went up a rank
      Rookie
    • One Month Later
      pinnclepd earned a badge
      One Month Later
    • First Post
      X-No-file earned a badge
      First Post
    • One Month Later
      johnjacobb40 earned a badge
      One Month Later
    • One Year In
      Primer1st earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      510
    2. 2
      PsYcHoKiLLa
      214
    3. 3
      +Edouard
      145
    4. 4
      Steven P.
      88
    5. 5
      ATLien_0
      83
  • Tell a friend

    Love Neowin? Tell a friend!