Positioning and Slideshow issue

Discussion in 'CSS' started by trugamer78, Mar 1, 2008.

  1. #1
    Hello all. For some reason my site shows my slideshow to the left in firefox. And my css file is making my slideshow pictures look dark. Can someone please help me. Here is my url http://alyxtechnologies.com/

    Here is my .css file
    * {
    margin:0;
    padding:0;
    }

    body {
    text-align:center; /* center #container in IE 5.x */
    }


    #container {
    width:768px;
    margin-left:auto;
    margin-right:auto;
    padding: 10px

    }

    h1 {
    height:200px;


    }
    h2 {
    position:absolute;top:82px;left:40px;
    margin-left:auto;
    margin-right:auto;
    padding:0px;
    height:220px;
    }
     
    trugamer78, Mar 1, 2008 IP