Random CSS in IE question..
-
Eyup,
I’ve implemented a couple of plugins; one a FB and the other a Twitter so I can share stuff out. Being an anal perfectionist I wanted the ShareThis plugin with official buttons but ShareThis don’t do them very well but I still wanted the ShareThis plugin so I manually stuck it into the single.php with a little css amendments so that everything sits together neatly, in alignment and level.
It works in everything other than…… drum roll….. Internet Explorer.
Surprised? Thought not.
So, this is what I did:
<div style="position: absolute; margin-left:100px; margin-top:30px"><span class='st_sharethis_hcount' st_title='<?php the_title(); ?>' st_url='<?php the_permalink(); ?>' displayText='share'></span><span class='st_plusone_hcount' st_title='<?php the_title(); ?>' st_url='<?php the_permalink(); ?>' displayText='share'></span></div>
The top line obviously is the handmade code but what am I doing wrong so that it doesn’t align in IE?
- The topic ‘Random CSS in IE question..’ is closed to new replies.