Hello,
i just made a website for me and a friend and i have the problem with both sites, the header and body is totally fine in Firefox but in IE its about 20px off to the left. What is the problem and how can i fix it?! I tried everything i could think off but i am a total beginner...
Here are the site http://erikahendrix.com and http://anthonyjustin.com
Thank you already
display:inline; on the right
display:inline; on #right-col
I did that, didnt work.
I did that, didnt work.
Here is what i have:
#wrapper {
min-height:100%; /* footerstickalt*/
width: 770px;
margin: 0 auto;
padding: 0;
text-align: left;
}
#content {
position:relative;
width: 770px;
margin: 0;
padding: 0;
}
* html #wrapper {height: 100%;} /* footerstickalt*/
#left-col {
float: left;
width: 540px;
margin: 0;
padding: 0;
display:inline;
}
#right-col {
float: right;
width: 140px;
margin: 10px 0 0 0;
padding: 0;
display:inline;
}
#single-page, #blog-page, #cart-page, #collection-page, #product-page, #home-page {
margin: 10px 0 0 20px;
}
/* for footerstickalt*/
#content-padding {
clear:both;
height:80px;
}
change this * html #footer
change this * html #footer {margin: 1em;} /* footersticka t*/
to this * html #footer {margin: 1em 0;}
Thank you so much! YAY! Its
Thank you so much! YAY! Its working!!!
<333
:thumbsup: :thumbsup: :thumbsup: