So, I have a vertical bar which I put right from the content. I do it via style="top:100px;right:10px;left:auto;" setting.
This fixation is actually a problem as different screen resolutions cause the bar to float differently in relation to the fixed 800px width of the web site.
In the cases of wider screens, the bar is way on the right.
So I figured I would use my own div to put addthis code inside and in that way tell it where to stay.
No matter what I do, addthis buttons behave like they're outside of the div. In Dreamweaver's design code all looks right, addthis code is inside my div which is positioned right to the main content div, but in the production buttons are obeying it's own style only. If I remove the style, buttons disappear from the screen.
What causes addthis code to escape my div?
BTW, I tried clearing inside and right after my div, no change.
Thanks