• Resolved cooljosh3k

    (@cooljosh3k)


    I am trying to replace

    
    scrolling="no"
    

    with

    
    style="overflow: hidden"
    

    in my widget area. This fails to work for me.

    The full code is:

    
    <div id="IFrameArea">
    	<iframe src="https://www.tf2tightrope.com/random_content.html" width="160" height="600" scrolling="no">
    	</iframe>
    </div>
    

    and I am using this with the “Enhanced Text Widget” from the author “Boston Dell-Vandenberg”

    • This topic was modified 8 years, 4 months ago by cooljosh3k. Reason: Solved via another method
Viewing 1 replies (of 1 total)
  • Thread Starter cooljosh3k

    (@cooljosh3k)

    Nevermind. I went to each of the pages called by random_content.html and set them to have style=”margin:0″ and it worked out that way.

Viewing 1 replies (of 1 total)
  • The topic ‘css is ignored in my widget’ is closed to new replies.