Opened 12 years ago
Closed 11 years ago
#9069 closed defect (invalid)
fieldset border ruins layout in IE
Reported by: | robertlan | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | General | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In Dojo.css line46 fieldset, img {
border: 0 none;
} IE would not show correct crossline on legend box, if we defined fieldset border here. FF is OK.
Note: See
TracTickets for help on using
tickets.
dojo.css is not a required aspect of Dojo operation. It is loosely based on YUI reset.css, and serves to "normalize styles" across the supported browsers. You can safely omit dojo.css if they are conflicting with your own stylesheets. (They are also very generic in scope, and you could easily add a border for body fieldset in your own css to add the styles back).
Unless I'm missing something about this ticket. Please file a test and reopen if defining a border after dojo.css doesn't work for some reason.