I’m simply trying to add sharethis buttons to the page. I put the buttons in it own div and center it by wraping it in a
<p align="center">
to have it in the center. When I am viewing the page in chrome and firefox, it fine. When viewing it in IE8 the whole page is on the left
I made a test page
I need to get this fixed, I will paypal someone $10 if they figure it out
I don’t want to deal with this person anymore. This is the only thing left I need to fix.
the only thing in the div is the text?
set a text-align:center on the div
or wrap the share this in a div and make it the same width as the contents, and set the margin to 0 auto
the only thing in the div is the text?
set a text-align:center on the div |
no, there is the share this buttons
<div id="sharebuttons"><p align="center"><span class=’st_linkedin_large’ ></span><span class=’st_twitter_large’ ></span><span class=’st_facebook_large’ ></span><span class=’st_yahoo_large’ ></span><span class=’st_email_large’ ></span><span class=’st_sharethis_large’ ></span></p></div> |
.sharebuttons {width: *set this to the width of the share content*; margin: 0 auto;}
<div class="infobox">
<div id="sharebuttons">
<span class="share">facebook twitter etc etc</span>
</div>
</div>
.sharebuttons {width: *set this to the width of the share content*; margin: 0 auto;}
<div class="infobox"> |
is this right?
<div class="infobox">
<div id="sharebuttons">
<span class=’st_linkedin_large’ ></span><span class=’st_twitter_large’ ></span><span class=’st_facebook_large’ ></span><span class=’st_yahoo_large’ ></span><span class=’st_email_large’ ></span><span class=’st_sharethis_large’ ></span>
</div>
</div>
doesn’t seem to work
Ok, I figured out the problem with the page being pushed to the left on IE, but the buttons are not showing up, and on the bottom of the page all the zip code text is being misaligned , again its only showing up like this on IE.
if it’s still messed up tomorrow night, I’ll fix it
quit testing in IE and everything will be perfect
ok
Leave to IE to throw an issue like that…
Page not found |
I can’t fix what does not exist.