View Single Post
Old 04-15-2011, 10:27 PM   PM User | #3
shinydarkrai94
New Coder

 
Join Date: Mar 2011
Posts: 21
Thanks: 9
Thanked 0 Times in 0 Posts
shinydarkrai94 is an unknown quantity at this point
My CSS now reads:

Code:
  * {margin:0; padding:0;}  

  html, body, div, span,object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp,
  small, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, 
  form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
  {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-size: 100%;
     vertical-align: baseline;
     background: transparent;
  } 
  body    { line-height: 1; }
  ol, ul    { list-style: none; }
  blockquote, q { quotes: none; }
  :focus        { outline: 0; }
  ins     { text-decoration: none; }
  del     { text-decoration: line-through; }
  table    { border-collapse: collapse; border-spacing: 0; }
  textarea      { overflow:auto; }




  ul#stoplight {

		margin: 0 840;
		width:0px;
		height:0px;
		list-style:none;

  }

  ul#stoplight li {
  
		display:inline;

  }

  ul#stoplight li a {

		float:left;
		text-indent:-9999px;
		text-decoration:none;


  }

  ul#stoplight li#stoplight1 a {

		width:178px;
		height:82px;
		background:url(sprites.png) no-repeat 0 0;

  }

  ul#stoplight li#stoplight1 a:hover {

		background-position: -179px 0;

  }

  ul#stoplight li#stoplight2 a {

		width:179px;
		height:63px;
		background:url(sprites.png) no-repeat 0 -82px;

  }

  ul#stoplight li#stoplight2 a:hover {

		background-position: -359px -82px;

  }

  ul#stoplight li#stoplight3 a {

		width:179px;
		height:66px;
		background:url(sprites.png) no-repeat 0 -145px;
  }

  ul#stoplight li#stoplight3 a:hover {

		background-position: -538px -145px;
  }


  body {
  
	        background-image:url('GradientBackground.png');  
        	background-repeat:no-repeat;
	        background-position:0px 0px;

  }



  .arial {font-family: Arial;}
  .tahoma {font-family: Tahoma;}
  .verdana {font-family: Verdana;}
  .underline {text-decoration: underline}
  .blackfont1 {font-size: 16px;}
  .whitetext1 {color: #F2F2F2; font-size: 30px;}
  .whitetext2 {color: #EBEBEB; font-size: 17px;}
  .whitetext3 {color: #DBDBDB; font-size: 18px;}
  





  #background {top: 2.7em; left: 4em; position:absolute; z-index: -2; visibility: show;}
  #stoplightbottom {margin: 211 840; position: absolute; z-index: 1; visibility: show;} 
  #smartboard {margin: 230 970; position: absolute; z-index: 1; visibility: show;}
  #specials {margin: 410 970; position: absolute; z-index: 1; visibility: show;}
  #text2 {margin: 600 430; position: absolute; z-index: 1; visibility: show;}
  #avsign {margin: -5 50; position: absolute; z-index: 1; visibility: show;}
  #states {margin: 90 540; position: absolute; z-index: 1; visibility: show;}
  #contractorstext {margin: 30 530; position: absolute; z-index: 1; visibility: show; width: 200;}
  #company1 {margin: 220 200; position: absolute; z-index: 1; visibility: show;}
  #company2 {margin: 220 300; position: absolute; z-index: 1; visibility: show;}  
  #company3 {margin: 220 400; position: absolute; z-index: 1; visibility: show;}
  #company4 {margin: 220 500; position: absolute; z-index: 1; visibility: show;}
  #company5 {margin: 220 600; position: absolute; z-index: 1; visibility: show;}


  #contactinfo {margin: 270 170; position: absolute; z-index: 2; visibility: show;}
  #contactimage {margin: 270 170; position: absolute; z-index: 1; visibility: show;}

  #greenbackground {margin: 230 170; position: absolute; z-index: 1; visibility: show;}
  #greybackground {margin: 230 170; position: absolute; z-index: 1; visibility: show;}

  #aboutusheader {margin: 240 260; position: absolute; z-index: 2; visibility: show; width: 600;}
  #aboutusparagraph {margin: 290 180; position: absolute; z-index: 2; visibility: show; width: 630;}

  #list1 {margin: 400 190; position: absolute; z-index: 2; visibility: show; width: 200;}
  #list2 {margin: 400 400; position: absolute; z-index: 2; visibility: show; width: 200;}
  #list3 {margin: 400 610; position: absolute; z-index: 2; visibility: show; width: 200;}
I reopened the file in Internet Explorer and Firefox. It looks like the same result. Assuming I did it right, the code doesn't seem to be working :S. Thanks anyway.
shinydarkrai94 is offline   Reply With Quote