|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
CSS dotted/dashed problem
I'm having a problem with dotted lines and borders on IE. They appear dashed.
This occurs on IE6 on a PC. I don't know if this occurs on IE5 as well since I don't have access to it. When I use Netscape or a Mac (both browsers), everything's fine. Basically, I'm using this: .border { border: 1px #666666 dotted} Anyone able to help me? Last edited by blubber : July 29th, 2003 at 02:02 PM. |
|
#2
|
|||
|
|||
|
it doesn't sound like this will solve yr problem but the I think the order of arguments may be important & it should be
.border { border: 1px dotted #666666} |
|
#3
|
|||
|
|||
|
you just wrote it wrong.
Try this PHP Code:
|
|
#4
|
|||
|
|||
|
Quote:
there's nothing wrong with using the shortcut tag. |
|
#5
|
|||
|
|||
|
While there is nothing wrong with using shortcut syntax, when having problems with a piece of shortcut code, it is a good idea to revert to the full version.
Back on topic... I get the same error using both methods ANYways... but I found this is something IE does... If you increase the border to 5px or more... it will display it correctly. It seems that IE converts dots to dashes when the border is small, nothing (as far as i can see) you can do about it. Hope that helps. --Neil EDIT: Further testing reveals that IE only in fact reverts dots to dashes at 1px... for me 2px renders correctly Last edited by knew youzr : July 29th, 2003 at 03:23 PM. |
|
#6
|
||||
|
||||
|
That's a documented IE bug. Nothing you can do about it.
|
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > CSS IE problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|