-moz-border-radius: 10px;
kryptonyte said:If the user is using Mozilla you can add this to the CSS to make the corners rounded.
Of course you can change 10px to any number you like.Code:-moz-border-radius: 10px;
border: 6px solid #000;
-moz-border-bottom-colors: #aaa #bbb #ccc #ddd #eee #fff;
-moz-border-top-colors: #aaa #bbb #ccc #ddd #eee #fff;
-moz-border-left-colors: #aaa #bbb #ccc #ddd #eee #fff;
-moz-border-right-colors: #aaa #bbb #ccc #ddd #eee #fff;
border: 6px solid #000;
-moz-border-bottom-colors: #aaa #bbb #ccc #ddd #eee #fff;
-moz-border-top-colors: #aaa #bbb #ccc #ddd #eee #fff;
-moz-border-left-colors: #aaa #bbb #ccc #ddd #eee #fff;
-moz-border-right-colors: #aaa #bbb #ccc #ddd #eee #fff;
-moz-border-radius: 8px;
]ZeptOr said:i thought it added it for you if you selected it as an HTML document, but yeah I'll fix that soon
but do you have any ideas about the curved edges problem?
ZeptOr said:its not the program, it is the fact that I am missing some line of code. Im just using notepad anyways
Richard said:Because you are only allowed to use an ID once in and html page (w3c standard).
You have too add another entry for each ID nifty1, nifty2, nifty3 etc
ZeptOr said:
w3c said:id = name [CS]
This attribute assigns a name to an element. This name must be unique in a document.