Hi
Just a question, IE6 CSS 2 :
If you put the following :
It borders in a dash.
If you put the following :
It doesn't.
Anyone wanna tell me why please??
Vince
Just a question, IE6 CSS 2 :
If you put the following :
Code:
border: 1px 1px 1px 1px;
border-style: dashed;
border-color: #5D7CEF;
It borders in a dash.
If you put the following :
Code:
border-style: dashed;
border-color: #5D7CEF;
border: 1px 1px 1px 1px;
It doesn't.
Anyone wanna tell me why please??
Vince