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

    • Formatting would be awesome if fully customised and then roll out the settings as a company wide standard.
    • I just want to know why the volume control feature in the browser version keeps appearing then disappearing, here today - gone tomorrow. Now it's gone again. Annoying as hell.
    • When you have only lies and blood libels to present, you've lost. And how hard is it for you to look up BBC and AP? You hate Jews, just admit it.
    • This article does not make sense and it’s very evident, the bug wasn’t confirmed to exist, because the application itself runs on editions of Windows which make it impossible to run Hyper-V VMs on, “Basically, Claude Desktop on Windows spins up a 1.8GB Hyper-V virtual machine if you use Claude Cowork or agent mode even once.”, suggests the bug is caused by something else otherwise it would only happen to users with the capability of running Hyper-V VMs and that’s only if Hyper-V was enabled which is by default not enabled. The true issue is that the author who reported the bug used the incorrect terminology, it’s actually a container, not a VM that is being started by the way. There were users on macOS reporting the same issue, Hyper-V, doesn’t exist on that platform obviously. Every single user who confirmed the problem in the last week was either using macOS making this issue impossible to be relevant to them, or was a comment talking about WSL, which the author indicated 3 months ago was disabled.
    • “To prevent hallucination issues and keep the database clean, the platform uses a multi-agent verification loop to check code quality.” - This absolutely isn’t happening. ”Before the massive rise of LLMs, which tanked its traffic by about 50% over the last couple of years, Stack Overflow was the go-to website for millions of programmers seeking coding solutions.” - It still is trusted, because the community of users, blocked other users from submitting false and misleading answers generated by AI agents that can be convinced something it generated is actually incorrect even if it’s actually correct. The company itself doesn’t know what it wants to be so it keeps trying and failing to introduce AI features to the platform. This effort will also fail, already submitted one successful poison pill, look forward to generating more.
  • Recent Achievements

    • One Month Later
      Sopa flores earned a badge
      One Month Later
    • First Post
      StaticMatrix earned a badge
      First Post
    • Week One Done
      StaticMatrix earned a badge
      Week One Done
    • Rookie
      lamborghiniv10 went up a rank
      Rookie
    • One Month Later
      pinnclepd earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      524
    2. 2
      PsYcHoKiLLa
      211
    3. 3
      +Edouard
      160
    4. 4
      Steven P.
      98
    5. 5
      ATLien_0
      83
  • Tell a friend

    Love Neowin? Tell a friend!