Rounded borders with notepad++

toto113 -  
Rodolphe_ Posted messages 1572 Status Member -
Hello,

I am currently creating my own website using Notepad++.
Recently, to make it look nicer, I tried to add border-radius: 10px; to the borders of my links in my menu, but nothing happens.
Indeed, when a tag is validated, it turns blue. However, when I write the latter, nothing happens and it doesn't work.

So if someone could help me to move forward with my project. Thank you in advance.

3 answers

Anoen Posted messages 200 Status Member 25
 
Does your browser at least support border-radius?
0
MsMisterGwada Posted messages 1 Status Member
 
Hello, the issue is not that the browser displays the borders or not; today, Safari, IE9, Mozilla, and Chrome display it. The problem is that Notepad does not recognize the border-radius property.
0
Rodolphe_ Posted messages 1572 Status Member 290
 
Of course, Notepad++ does not recognize this CSS property: it's CSS3 that has not yet been validated.
Notepad++ will perform autocomplete based on the latest recognized version of CSS, which is 2.1.
0