Can anyone tell me why IE6 is positioning my text farther down the page than
Firefox?
http://www.samallman.com/consultingservices.html
The CSS rule is at #text {

The file called imagemap.css has the following code.  I don't believe this
code has anything to do with the problem, but I provide it here just in case
/* CSS Style Sheet */
* {
    padding: 0;
    margin: 0;
    }
#pic ul {                    /*causes IE6 and 7 to behave on hover over the
hotspots, courtesy Gunlaug Sortun in Norway. */
    height: 1%;
    overflow: hidden;
    }
* html #pic ul {            /*causes IE6 and 7 to behave on hover over the
hotspots, courtesy Gunlaug Sortun in Norway. */
    overflow: visible;
    }
#pic ul {
    margin: 0;
    padding: 0;
    list-style: none;
    }
#pic a {
    position: absolute;
    width: 250px;
    height: 30px;
    text-indent: -1000em;
    }
#pic a:hover {
    /*border: 3px solid #6585ab;*/
    }
/* End of style sheet */
Thanks
Eric
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to