Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 10 of 10
  1. #1
    Join Date
    May 2007
    Location
    Sydney, Australia
    Posts
    1,546

    How Do I Hide The Scroll-Bars In A WebObject?

    Does anyone know how to hide the scrollbars that appear when using a web-object on your page?

    I want to display an anigif and have tried the various other methods posted on this forum but would like to stick with using a web-object to display my anigif ... however the scrollbars that appear on the side/bottom are really annoying.

    Does anyone know of a hack/trick to hide these scrollbars so they don't spoil the effect of the displayed anigif?

    Cheers.

  2. #2
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959
    In your HTML body tag
    <body style="overflow:hidden">

  3. #3
    Join Date
    Nov 2006
    Location
    Quebec, Canada.
    Posts
    432
    ...or by masking the web object. You'll not have any borders or scrollbars that way, and it's my preffered one.

  4. #4
    Join Date
    Aug 2003
    Posts
    2,427
    This is covered in this post although N.B. there is a typo in the post - "WindowH andle" there should be no space.

    Have you thought about converting it to a .swf?

    p.s. an example with hml and flash objects as a comparison
    Last edited by longedge; 01-18-2008 at 07:27 AM.

  5. #5
    Join Date
    May 2007
    Location
    Sydney, Australia
    Posts
    1,546
    Thanx heaps everyone for your suggestions!

    In answer to your question 'longedge', yes I've considered converting to .swf but don't like the fact that it creates a flash.ocx dependancy at runtime ... that's the reason i prefer to go with the web-object method.

  6. #6
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959
    You could break the ani-gif into frames, and then use the page timer to show each frame. Theres a tool (AniGif2AMS) on my forum to do this, its free

  7. #7
    Join Date
    Aug 2003
    Posts
    2,427
    Well they say little things amuse little minds I wondered if you could succesfully move a masked web object around and changed my example and for some reason I found it really amusing ???

  8. #8
    Join Date
    May 2007
    Location
    Sydney, Australia
    Posts
    1,546
    Quote Originally Posted by Worm View Post
    You could break the ani-gif into frames, and then use the page timer to show each frame. Theres a tool (AniGif2AMS) on my forum to do this, its free

    Worm, thanx for your feedback. I have heard of this method before, and actually already have the 'anigif2ams' tool you speak of. But I can't figure out how to use/apply it properly to get the desired effect. Do you think you might be able to post an example which shows how it works. (And possibly, some brief instructions if you have the time???)

    Also Worm, thanx too for your first suggestion [ie. altering the HTML body tag]. I tried this method and it works well ... but it's problematic for my particular project because my page-background is 'black' which means the white borders/frame of the web-object show up. I don't suppose you happen to know of a simple workaround for this as well, do you? (ie. can i add something to the html-tag to make them invisible?)
    Last edited by mystica; 01-21-2008 at 12:24 AM.

  9. #9
    Join Date
    Nov 2006
    Location
    Quebec, Canada.
    Posts
    432
    For your last question, I don't think so. It's a border made in the object (since it's a windowed object), not in the page.

  10. #10
    Join Date
    Nov 2007
    Location
    SF Bay Area
    Posts
    56
    I've come across an easier way to hide the scroll bar - simply set all scroll bar properties (in a style) to the same as the background color. Eg: in the header of your html:

    <style type="text/css">
    html {background-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-face-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;}
    </style>

    Hope that's of use to someone.

Similar Threads

  1. Scroll Bars anyone
    By Kenster18 in forum AutoPlay Media Studio 5.0
    Replies: 2
    Last Post: 09-06-2006, 01:16 PM
  2. HELP!! Need Scroll Bars for Big Resolutions
    By fleigj in forum AutoPlay Media Studio 6.0
    Replies: 0
    Last Post: 04-30-2006, 11:58 AM
  3. Disabling scroll bars in web object
    By Tipperton in forum AutoPlay Media Studio 5.0
    Replies: 3
    Last Post: 05-28-2005, 09:16 AM
  4. Scroll Bars
    By markstaylor in forum AutoPlay Media Studio 5.0
    Replies: 3
    Last Post: 05-09-2005, 05:52 AM
  5. inline frames? ie. scroll bars
    By LegoGirl in forum AutoPlay Menu Studio 3.0
    Replies: 2
    Last Post: 04-09-2002, 06:16 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts