Results 1 to 7 of 7

Thread: Iframes

  1. #1
    Join Date
    Jul 2006
    Posts
    293
    Tokens
    0

    Default Iframes

    Those Iframes, how can u make it so that the scrolling gray bar dont appear and instead just an arrow at the top and bottom?

  2. #2
    Join Date
    Feb 2006
    Location
    Scotland
    Posts
    2,087
    Tokens
    138

    Latest Awards:

    Default

    Hey!

    Im sure this will work but if not someone else will probably be able to help

    Code:
    <style>
    body, td {
    scrollbar-base-color:  FFFFFF;
    scrollbar-arrow-color:  000000;
    scrollbar-shadow-color:  FFFFFF;
    scrollbar-highlight-color:  FFFFFF;
    scrollbar-darkshadow-color:  FFFFFF;
    scrollbar-track-color:  FFFFFF;
    scrollbar-face-color:  FFFFFF;
    }
    </style>
    You may want to change the HEX Codes.

    Just put that on the file inside the IFrame and it should work

  3. #3
    Join Date
    Mar 2005
    Location
    Leeds
    Posts
    3,423
    Tokens
    0

    Latest Awards:

    Default

    or you could just use in your iframe scrolling="no" That will work in all browsers that support iframes.

  4. #4
    Join Date
    May 2005
    Location
    united kingdom
    Posts
    8,084
    Tokens
    595

    Latest Awards:

    Default

    Quote Originally Posted by Luckyrare
    or you could just use in your iframe scrolling="no" That will work in all browsers that support iframes.
    That hides the whole scrollbar, what he wants is so it shows only the top and bottom arrow. I agree with the person who posted before however it only works in IE ;{

    drink up this bottle of yeah
    and P A I N T your body on me


  5. #5
    Join Date
    Dec 2005
    Location
    England | Brighton
    Posts
    1,378
    Tokens
    0

    Latest Awards:

    Default

    Hey

    You need use CSS

    <style>
    body, td {
    scrollbar-base-color: FFFFFF;
    scrollbar-arrow-color: 000000;
    scrollbar-shadow-color: FFFFFF;
    scrollbar-highlight-color: FFFFFF;
    scrollbar-darkshadow-color: FFFFFF;
    scrollbar-track-color: FFFFFF;
    scrollbar-face-color: FFFFFF;
    }
    </style>
    You need to change the colour hex codes.

    [As Opus said]

  6. #6
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    keep in mind scrollbar css only works in IE other browsers such as firefox dont support it

  7. #7
    Join Date
    Aug 2005
    Location
    Earth
    Posts
    3,761
    Tokens
    51
    Habbo
    catchetat

    Latest Awards:

    Default

    can u use action scripts?
    Please visit my websites (yn)

    http://ks3sci.webs.com/ to revise Key stage 3 Science
    http://igcsechem.webs.com/ to revise I/GCSE Chemistry
    http://plain_indians.webs.com to learn about the plain indians
    http://medic4u.webs.com for first year medical notes
    http://medics4u.webs.com for second year medical notes

    http://catchetat.blogspot.co.uk/ to check out my blog (as a boring medical student)

Posting Permissions

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