Legendary Silke
[I][B]You like dragons?[/B][/I]
- 5,925
- Posts
- 14
- Years
- Seen Dec 23, 2021
This will show up at the top of the page.
.entryposter { background:transparent; }
Also, viewing the source will produce interesting results:
What is CSS code doing at the beginning of the document? Whatever it is, it sure is sending IE into Quirks mode. I really don't want IE acting like IE 5.5. Nobody does. Right?
I wonder whether this is a bug on the blog add-on, or...
.entryposter { background:transparent; }
Also, viewing the source will produce interesting results:
Code:
.entryposter {
background:transparent;
}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml" dir="ltr" lang="en">
<head>
What is CSS code doing at the beginning of the document? Whatever it is, it sure is sending IE into Quirks mode. I really don't want IE acting like IE 5.5. Nobody does. Right?
I wonder whether this is a bug on the blog add-on, or...