Dark Light

Okay, A query for you lot.

Out of the following code, what *should* div.banner contain?

<style type="text/css">
	@import "/stylesheets/aq4.css";
	@import "/stylesheets/days/night.css";
	div.banner {background-image: url("/images/banners/night.jpg")};
	@import "/stylesheets/code.css";
</style>

Bare in mind that:

1) aq4.css contains:
(banner stuff)
background: blue no-repeat top center;
(more banner stuff)
2) night.css contains nothing relivant
3) code.css contains
div.banner {
background-image: url(“/images/banners/code.jpg”);
background-color: #000000;
}

What /should/ the background image of div.banner be?

Related Posts

Dungeon Keeper

Spent an entertaining day mucking around with Cookie’s Dungeon whilst talking to Lonecat and bullying people into holding…

What Goes Up

Wot I did this week: (Proper Diary entries start again tomorrow, Promise) Tuesday Decided that I didn’t go…