filebed
Forum Replies Created
-
Hi,
I ran into a similar problem: resizing the page revealed the fixed width of the Sticky Class set in the settings of myStickymenu. In my case the .myfixed (added to Sticky Class) has some shadows applied, that became visible on the left and right of the element when resizing. But you may also have the same problem with a different background color of the Sticky Class then the surrounding, or whatever.
My solution – and Im sure there are better ones – is to set the width of the Sticky Class when the window ist resized:
<script type="text/javascript"> window.onresize = function() { var resizeWidth = window.innerWidth || (window.document.documentElement.scrollWidth || window.document.body.scrollWidth); jQuery('.myfixed').css('width', resizeWidth); }; </script>Maybe this helps. Since I need the full width of the browser I use
.innerWidthand.scrollWidth. But you also can use the width of another elementvar resizeWidth = jQuery('anotherelement').width();.OK, I found the “problem”.
I was using .htaccess and .htpasswd on the webspace. Guess thats why Facebook and other Social Media Sites were not able to catch the information from my posts.
Sorry! Edited the Request.
I’m using this kind of forum for the first time.