Results 1 to 10 of 10

Thread: How do i make one of those scrolly things inside the web page?

  1. #1
    Smith's Avatar Since 1989.. BT Rep: +1
    Join Date
    Jun 2003
    Location
    in a plane, high as fuck
    Posts
    5,538


    I want to get that on my geocities test site. Im just using geocities to get a layout for my project. Its the scroll bar inside the page. Thanks

  2. Internet, Programming and Graphics   -   #2
    Vargas's Avatar gone fishin'
    Join Date
    Jul 2003
    Location
    the poopdeck
    Posts
    1,878
    iFrames example:
    Code:
    <iframe src="http://spyamp.sourceforge.net/servers.php" width="350" height="200" frameborder="0" marginheight="0">
    Last edited by Vargas; 03-24-2005 at 12:20 AM.

  3. Internet, Programming and Graphics   -   #3
    tesco's Avatar woowoo
    Join Date
    Aug 2003
    Location
    Canadia
    Posts
    21,669
    if u use css you can do:
    PHP Code:
    <div id="whatever">
    your stuffs
    </div
    then in the css you put:
    PHP Code:
    #whatever {height:10px; width:10px;overflow:scroll;} 
    (change #whatever to some other name and set the width and ehight to whateevr u want.

  4. Internet, Programming and Graphics   -   #4
    Smith's Avatar Since 1989.. BT Rep: +1
    Join Date
    Jun 2003
    Location
    in a plane, high as fuck
    Posts
    5,538
    LOL, sorry im dumb, whats an iframes example?

    Ok i get it. now what i want to do is but a picture in the background and then be able to put test over that. Like an update thing... how do i do that?
    Last edited by Smith; 03-24-2005 at 09:24 PM.

  5. Internet, Programming and Graphics   -   #5
    Vargas's Avatar gone fishin'
    Join Date
    Jul 2003
    Location
    the poopdeck
    Posts
    1,878
    if you want a box in the middle of a picture, u you can use background image
    or you can use four images one above, one right and left of the iframe and one below

    attached is one using background image

    there may be better ways... i used notepad
    Last edited by Vargas; 03-26-2005 at 01:44 AM.

  6. Internet, Programming and Graphics   -   #6
    Smith's Avatar Since 1989.. BT Rep: +1
    Join Date
    Jun 2003
    Location
    in a plane, high as fuck
    Posts
    5,538
    Ok i got this far:


    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><body background="background.png"><br><br><br><br><br><center>
    <iframe src="update.htm" width="600" height="200" frameborder="3" marginheight="3">
    </center></body></html>
    Now how do i get my test in there? I want my test to be white and italic.

    Thanks for your patience

  7. Internet, Programming and Graphics   -   #7
    Vargas's Avatar gone fishin'
    Join Date
    Jul 2003
    Location
    the poopdeck
    Posts
    1,878
    edit the contents of update.htm, and put your text there
    update.htm is whats displayed in the scrolly thing box in iframe.htm
    Last edited by Vargas; 03-25-2005 at 01:31 AM.

  8. Internet, Programming and Graphics   -   #8
    Smith's Avatar Since 1989.. BT Rep: +1
    Join Date
    Jun 2003
    Location
    in a plane, high as fuck
    Posts
    5,538
    ohhh i c, ok ill try that out now. but does that mean i have to upload the update.htm file?

  9. Internet, Programming and Graphics   -   #9
    Vargas's Avatar gone fishin'
    Join Date
    Jul 2003
    Location
    the poopdeck
    Posts
    1,878
    yes, and a background.png also

  10. Internet, Programming and Graphics   -   #10
    Smith's Avatar Since 1989.. BT Rep: +1
    Join Date
    Jun 2003
    Location
    in a plane, high as fuck
    Posts
    5,538
    Ok i got it working with text, now all i need to know is how to add a background picture to this htm file.

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>eXeem</title></head><body bgcolor=black text=white link=lightblue vlink=pink alink=red>
    
    
    
    
    
    
    <table border=3 cellspacing=0 cellpadding=4 bordercolor="white" align=center width=100% height=100%>
    <tr><td bgcolor=#333333>
    
    <font size="3" face="Verdana, Arial, Helvetica, sans-serif"><center>
    
    <i>News</i>
    <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
    </center></table></TD></TR></body></html>

Bookmarks

Posting Permissions

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