GFXVoid Graphic Design Forum

Remove Text Formatting
Loading...

» Online Users: 5,053

0 members and 5,053 guests
No Members online

» Site Navigation

 > FAQ

» Stats

Members: 35,442
Threads: 103,075
Posts: 826,688
Top Poster: cc.RadillacVIII (7,429)
Welcome to our newest member, Lekelindids
Results 1 to 10 of 10

Thread: scroll box?

  1. #1
    Join Date
    Apr 2009
    Location
    AZ
    Posts
    659

    Default scroll box?

    what the code to make a scroll box ad how to you put it in?

  2. #2
    Join Date
    Apr 2008
    Location
    Sydney
    Posts
    293

    Default

    o.0 for a forum or for myspace?


  3. #3
    Join Date
    Feb 2005
    Posts
    1,492

    Default

    like an iframe?

  4. #4
    Join Date
    Apr 2009
    Location
    AZ
    Posts
    659

    Default

    its for a website like the home page is it possible to have text in a scrolling box for like news or something?

  5. #5

    Default

    How is your page coded? Do you use CSS?

    If you do add this the section you want to scroll

    Code:
    overflow: scroll
    If that means nothing no you then post a link to your page and I will have a look and let you know exactly were to place the code.

    Paul

  6. #6
    Join Date
    Apr 2009
    Location
    AZ
    Posts
    659

    Default

    thankyou, yeah im using css.

  7. #7

    Default

    Just add that line in were you have your width: and height: specs and it should work fine on all browsers, obviously you will need to have enough content as to make sure there is a reason for the scroll feature to appear.

  8. #8
    Join Date
    Apr 2009
    Location
    AZ
    Posts
    659

    Default

    is it possible to only have a scroll on the right side moving up and down not side to side?

  9. #9
    Join Date
    Mar 2005
    Location
    USA
    Posts
    1,337

    Default

    stick this in your css:




    body { overflow-x: hidden; }

    That should hide your horizontal bar...



    body { overflow-y: hidden; }


    That does your vertical bar.



    body { overflow: hidden; }

    And this does both.




  10. #10
    Join Date
    Apr 2009
    Location
    AZ
    Posts
    659

    Default

    thanks solaris :]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Powered by vBadvanced CMPS v4.1.1