| Mythran 2004-04-21, 2:47 pm |
| Can someone else test this to see if it works or not works. I suppose it is a
bug but want to be sure before submitting to MS.
Create a web project.
Add a stylesheet.
Link the stylesheet to the web form (<link rel="..." blah> ).
Add a 2nd stylesheet.
In the 2nd stylesheet create the selector for the BODY tag (BODY {
background-color:black;}
Use @Import in the 1st stylesheet to import the 2nd stylesheet.
When you load the page, the background color *Should* be black if you set the
above up correctly. This is fine and is supposed to be what happens. But the
designer for the web form does not show the background color being black. All
selectors in the 2nd stylesheet are not shown as if the @Import statement is
being ignored by the IDE (or not supported).
Let me know please :)
Thanks,
Mythran
|