![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
In Dreamweaver MX 2004 7.0.1, when editing the source of a CSS file the autcomplete tooltip for "border:" says the attributes for the the style is 'border-width' 'border-style' 'color', the CSS Properties side bar says 'style' 'color' 'width' (which is correct) this may not make sense, so I took some screen shots. I wouldn't even be posting had it not been for the tooltip confusing me as to which way was correct and as a result, no border ;-) |
#3
| |||
| |||
|
|
You can report bugs here: http://www.macromedia.com/support/email/wishform/ I agree that the tooltips should be consistent, but the order of values in the border shorthand property shouldn't matter. Which order are you having problems with? In DW or in a certain browser? Thanks, Randy In Dreamweaver MX 2004 7.0.1, when editing the source of a CSS file the autcomplete tooltip for "border:" says the attributes for the the style is 'border-width' 'border-style' 'color', the CSS Properties side bar says 'style' 'color' 'width' (which is correct) this may not make sense, so I took some screen shots. I wouldn't even be posting had it not been for the tooltip confusing me as to which way was correct and as a result, no border ;-) |
#4
| |||
| |||
|
|
Yeah - this is true since there is no confusion as to which is which - |
#5
| |||
| |||
|
|
The problem I see with the tooltips is that the last property doesn't match the format of the 2 others: We have: "border-width" "border-style" "color" When we should have: "border-width" "border-style" "border-color" People could end up with red text when all they they want is a red border. Thierry Murray *TMM* wrote: Yeah - this is true since there is no confusion as to which is which - |
#6
| |||
| |||
|
|
Using a color specification in a border style will never color your text. |
#7
| |||
| |||
|
|
Murray, Did you read my post? The toot tips suggest to use "border-width" "border-style" or "color" *not* "border-color" If ones consider to use "color", as suggested, one does get his/her text colored. Thierry Murray *TMM* wrote: Using a color specification in a border style will never color your text. |
#8
| |||
| |||
|
|
The post is talking about the shorthand representation for defining a border style. It is complaining about the fact that the tooltip for it in one place is not in synch with the tooltip for it in another. The point I was making is that the styles are so mutually exclusive that the order doesn't make any difference - it is obvious which applies to what when you have - border: 1px solid red; "Thierry Koblentz" <thierry (AT) 212utah (DOT) invalid> wrote in message news:cm0b31$are$1 (AT) forums (DOT) macromedia.com... Murray, Did you read my post? The toot tips suggest to use "border-width" "border-style" or "color" *not* "border-color" If ones consider to use "color", as suggested, one does get his/her text colored. Thierry Murray *TMM* wrote: Using a color specification in a border style will never color your text. |
#9
| |||
| |||
|
#10
| |||
| |||
|
|
in firefox, the border style did not appear unless they were in a certain order in the stylesheet. I didn't realize that the order normally didn't matter. it must have been a css parse error courtesy of a pre-release of firefox. but non-the-less, the tooltips are inconsistant. ;-) |
![]() |
| Thread Tools | |
| Display Modes | |
| |