Jump to content

div background image


vytas

Recommended Posts

Ok i am using div's for positioning for my layout , but i have one problem in IE (6) i think.The div's don't got the images as the background they aren't even there :) ok here's the CSS code i am using.

<style type="text/css"><!--#text1 {	position:absolute;	top:145;	left:250;}body {	background-color: #201d1d;	color: #ffffff;	font-family: "verdana;}#game-design2-01 {	position:absolute;	left:100px;	top:0px;	width:800px;	height:145px;	background-image: url('game-design2_01.gif');}#game-design2-02 {	position:absolute;	left:100px;	top:145px;	width:800px;	height:7px;	background-image: url('game-design2_02.gif');}#game-design2-03 {	position:absolute;	left:100px;	top:152px;	width:1px;	height:448px;	background-image: url('game-design2_03.gif');}#game-design2-04 {	position:absolute;	left:101px;	top:152px;	width:179px;	height:31px;	background-image: url('game-design2_04.gif');}#game-design2-05 {	position:absolute;	left:280px;	top:152px;	width:10px;	height:448px;	background-image: url('game-design2_05.gif');}#game-design2-06 {	position:absolute;	left:290px;	top:152px;	width:399px;	height:31px;	background-image: url('game-design2_06.gif');}#game-design2-07 {	position:absolute;	left:689px;	top:152px;	width:8px;	height:448px;	background-image: url('game-design2_07.gif');}#game-design2-08 {	position:absolute;	left:697px;	top:152px;	width:203px;	height:31px;	background-image: url('game-design2_08.gif');}#game-design2-09 {	position:absolute;	left:101px;	top:183px;	width:179px;	height:417px;	background-image: url('game-design2_09.gif');}#game-design2-10 {	position:absolute;	left:290px;	top:183px;	width:399px;	height:417px;	background-image: url('game-design2_10.gif');}#game-design2-11 {	position:absolute;	left:697px;	top:183px;	width:203px;	height:417px;	background-image: url('game-design2_11.gif');}--></style>

Hope u can help me this is the page it's on

Link to comment
Share on other sites

I fixed it already i forgot to close " witth the font-family :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...