In IE6, display:block with a colored background color extends that color to the far right side of the page. Changing to display:inline fixes that problem, but the color now ends immediately after my last character, despite the fact that I have specified padding-right: 1em in the CSS. padding-left is working, but not padding-right. Any workarounds? I have been googling for hours and cannot find an answer.
|
|
I would hope Padding should work fine on an inline element, so it's possible you have another element or style which is conflicting and causing the issue. Without seeing a code sample it's impossible to tell. You could try using Note though that IE6 (and 7) only allow Failing that, you would need to provide a code example that reproduces the problem so we can see if something else is having an impact. |
|||||||
|
|
Try setting the element to display:inline-block. That sometimes helps. Also... seeing the code in context would make it easier to see what's going on. |
|||
|
|
|
The best solution is to ignore IE 6. People still using IE 6 are used to getting bad web page displays and they are mostly using IE 6 because their network administrators think it is safer to let everybody use it. As for a second choice solution: pad a hard space ( |
|||||||||
|