Possible Duplicate:
HTML: Sub-pixel border
Border 1px is to big, I want have 2x less, but not know how to do this, border: 0.5px solid; not work. I know that is solution with backgruond img, but with css will be faster.
Border 1px is to big, I want have 2x less, but not know how to do this, |
|||||||||||||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
A pixel is the smallest unit value to render something with. But you can trick thickness with optical illusions by modifying colors. (The eye can only see to a certain resolution too.) Here is a test to prove this point : CSS
HTML
Output
Which gives the illusion that the last |
|||
|
|
|
It's impossible to draw a line on screen that's thinner than one pixel. Try using a more subtle color for the border instead. |
|||||
|
|
The minimum width that your screen can display is 1 pixel. So its impossible to display less then 1px. 1 pixels can only have 1 color and cannot be split up. |
|||
|
|
|
You can still define the border attribute and give it a value of Examples:
|
|||
|
|