• My video sidebar seems to add scrollable no matter what the size is… I have made my video 100×100 just to see if it was initially too big, but it still adds scrolls on the bottom and right side. Only way to just go into the css and take off scrollable? There another easy solution?

Viewing 6 replies - 1 through 6 (of 6 total)
  • wpismypuppet

    (@wordpressismypuppet)

    Post a link so we can see the site… then we can provide more information. One solution “might” be to add the css “overflow: hidden;” to your style.css file for the video container.

    Thread Starter shaunw321

    (@shaunw321)

    I will definitely go mess with the css when I get home. At work, I notice it on IE but not on Mozilla. I am pretty sure it runs fine at home on Mozilla and Safari.

    Thread Starter shaunw321

    (@shaunw321)

    It seems to do this on pagination links at the bottom of some post pages as well. Just fix that within the css as well too? I believe this on all browsers though.

    wpismypuppet

    (@wordpressismypuppet)

    You’ll notice a LOT of problems with IE… IE does not play nice with other browsers, that’s why we make separate stylesheets to add “hacks” to make things work in IE.

    Our company still styles for IE7, IE8, and of course IE9. But according to our research, less than 1% of the world using IE6 and lower, so we don’t include them in our testing.

    Here is a good article about making those conditional comments: https://www.quirksmode.org/css/condcom.html. Typically we only add styles to fix problems… we don’t make an entirely separate stylesheet. We’ll load the stylesheet for all browsers, then load our IE ones AFTER, which include all the “hacks”.

    Thread Starter shaunw321

    (@shaunw321)

    Awesome. Thanks!

    wpismypuppet

    (@wordpressismypuppet)

    You are welcome…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Video Sidebar Widget’ is closed to new replies.