davidarechiga
02-02-2009, 06:34 PM
the link is
continuedmovement.com/scf-test/clothing.html
on the clothing page, it seems Internet Explorer is adding either margins or padding to the clothingMenu div or the divs right next to it when i click on the links to animate the divs back and forth.
i can specify more description if needed.
thanks in advance.
CSS
html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, em, font, img, small, strike, strong, ul, li,
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
line-height: 1;
color: black;
background: transparent;
}
ol, ul {
list-style: none;
}
*{margin:0 auto;}
html, body {
margin:0 auto;
height:100%;
background: url(images/background.gif) no-repeat fixed center 90%;
}
div#container {
margin:0px auto;
width:800px;
height:100%;
}
div#header {
clear:both;
margin:0;
padding:0;
background-image: url(images/headerBG.jpg);
width:800px;
height:260px;
position:relative;
}
div#mainNav {
clear:both;
text-align:right;
background:#000000 ;
margin-top:0px;
width:800px;
height:30px;
position:relative;
}
div#mainNav ul, div#mainNav ul li{
padding:0 15px;
border:solid white 0px;
list-style-type:none;
display:inline;
line-height:33px;
font-size:13pt;
margin:0;
}
a:link
{
color:#999966;
text-decoration:none;
}
a:visited
{
color:#999966;
text-decoration:none;
}
a:active
{
text-decoration:none;
}
a:hover
{
color:#000000;
text-decoration:none;
}
div#mainContent{
width:800px;
height:670px;
position:relative;
background:url(images/contentBG.jpg) repeat;
}
div#mainContent h1{
margin-left:15px;
padding-top:15px;
padding-bottom:15px;
}
div#mainContent h3{
border:solid black 0px;
margin:0px 15px 5px 15px;
font-size:12.5pt
}
div#mainContent p{
border:solid black 0px;
margin:15px;
font-size:10.5pt;
}
div#footer {
clear:both;
padding-left:15px;
line-height:38px;
height:8%;
font-size:9pt;
margin:0;
background:black;
color:#999966;
position:relative;
}
div#contdmvmntimg {
width:132px;
height:25px;
position:absolute;
top:0px;
right:65px;
background:url(images/contdmvmnt.jpg) no-repeat;
line-height:999px;
overflow:hidden;
}
div#cushyimg {
width:132px;
height:25px;
position:absolute;
top:0px;
right:195px;
background:url(images/cushy.jpg) no-repeat;
line-height:999px;
overflow:hidden;
}
div#logIn {
width:auto;
height:30px;
line-height:37px;
background:black;
position:absolute;
top:0px;
right:15px;
color:white;
}
div#clothingNav {
width:250px;height:670px;margin:0;
}
div#shirtDescription {
width:250px;height:670px;margin:0;
}
div#clothingMenu a:link {
color:#000;
text-decoration:none;
}
div#clothingMenu a:active {
color:#000;
text-decoration:none;
}
div#clothingMenu a:visited {
color:#000;
text-decoration:none;
}
div#clothingMenu a:hover {
color: #CC9;
text-decoration:none;
}
p a {color:#000;}
div#clothingMenu ul#clothingNav li {
line-height:27px;
text-align:left;
margin-left:-30px;
padding:auto 10px;
border-bottom:0px solid #CC9;
}
div#clothingMenu ul#clothingNav li:hover {
background:url(images/grenade.png) no-repeat 90% 50% ;
}
continuedmovement.com/scf-test/clothing.html
on the clothing page, it seems Internet Explorer is adding either margins or padding to the clothingMenu div or the divs right next to it when i click on the links to animate the divs back and forth.
i can specify more description if needed.
thanks in advance.
CSS
html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, em, font, img, small, strike, strong, ul, li,
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
line-height: 1;
color: black;
background: transparent;
}
ol, ul {
list-style: none;
}
*{margin:0 auto;}
html, body {
margin:0 auto;
height:100%;
background: url(images/background.gif) no-repeat fixed center 90%;
}
div#container {
margin:0px auto;
width:800px;
height:100%;
}
div#header {
clear:both;
margin:0;
padding:0;
background-image: url(images/headerBG.jpg);
width:800px;
height:260px;
position:relative;
}
div#mainNav {
clear:both;
text-align:right;
background:#000000 ;
margin-top:0px;
width:800px;
height:30px;
position:relative;
}
div#mainNav ul, div#mainNav ul li{
padding:0 15px;
border:solid white 0px;
list-style-type:none;
display:inline;
line-height:33px;
font-size:13pt;
margin:0;
}
a:link
{
color:#999966;
text-decoration:none;
}
a:visited
{
color:#999966;
text-decoration:none;
}
a:active
{
text-decoration:none;
}
a:hover
{
color:#000000;
text-decoration:none;
}
div#mainContent{
width:800px;
height:670px;
position:relative;
background:url(images/contentBG.jpg) repeat;
}
div#mainContent h1{
margin-left:15px;
padding-top:15px;
padding-bottom:15px;
}
div#mainContent h3{
border:solid black 0px;
margin:0px 15px 5px 15px;
font-size:12.5pt
}
div#mainContent p{
border:solid black 0px;
margin:15px;
font-size:10.5pt;
}
div#footer {
clear:both;
padding-left:15px;
line-height:38px;
height:8%;
font-size:9pt;
margin:0;
background:black;
color:#999966;
position:relative;
}
div#contdmvmntimg {
width:132px;
height:25px;
position:absolute;
top:0px;
right:65px;
background:url(images/contdmvmnt.jpg) no-repeat;
line-height:999px;
overflow:hidden;
}
div#cushyimg {
width:132px;
height:25px;
position:absolute;
top:0px;
right:195px;
background:url(images/cushy.jpg) no-repeat;
line-height:999px;
overflow:hidden;
}
div#logIn {
width:auto;
height:30px;
line-height:37px;
background:black;
position:absolute;
top:0px;
right:15px;
color:white;
}
div#clothingNav {
width:250px;height:670px;margin:0;
}
div#shirtDescription {
width:250px;height:670px;margin:0;
}
div#clothingMenu a:link {
color:#000;
text-decoration:none;
}
div#clothingMenu a:active {
color:#000;
text-decoration:none;
}
div#clothingMenu a:visited {
color:#000;
text-decoration:none;
}
div#clothingMenu a:hover {
color: #CC9;
text-decoration:none;
}
p a {color:#000;}
div#clothingMenu ul#clothingNav li {
line-height:27px;
text-align:left;
margin-left:-30px;
padding:auto 10px;
border-bottom:0px solid #CC9;
}
div#clothingMenu ul#clothingNav li:hover {
background:url(images/grenade.png) no-repeat 90% 50% ;
}