Why doesn't IE/Firefox show scrollbar??
i uploaded home page website today. it's 1 page far. scrollbar shows on google chrome browser. can tell me why works fine in google chrome not ie , not mozilla firefox?? i've never encountered before, , i'd know how fix it. thanks!
in http://www.nashvilledrugcompany.com/twocolfixlthdr.css
delete position:fixed body rule
body {
font: 100% verdana, arial, helvetica, sans-serif;
margin: 0; /* it's practice 0 margin , padding of body element account differing browser defaults */
padding: 0;
text-align: center; /* centers container in ie 5* browsers. text set left aligned default in #container selector */
color: #000000;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
position: fixed;
background-color: #000;
}
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment