Code Comments
Programming Forum and web based access to our favorite programming groups.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 th
e
above up correctly. This is fine and is supposed to be what happens. But t
he
designer for the web form does not show the background color being black. A
ll
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
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.