Posted by baudolino on May 2, 2005 at 12:47am
2 followers
Jump to:
| Project: | Book Review |
| Version: | master |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Internet Explorer frowns and displays the following message: "@import bookreview.css" at the top of the page, and then continues rendering the page. The problem does not appear with Firefox.
After looking at how other modules work, it seems like the importing of the css file should be within the [modulename]_page function, so this patch does exactly this: moves the offending code around. IE does not seem to complain after applying it.
| Attachment | Size |
|---|---|
| bookreview.module.style_definition.patch | 1.06 KB |
Comments
#1
That won't work, as then the css is only displayed when displaying a list of bookreviews, not when displaying an individual bookreview.