![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jan 2008
Posts: 2
Rep Power: 0
![]() |
Hi
I spent 2 days now looking for a solution for a seemingly simple problem. I am writing a website in PHP an I would like to create a text box with links and maybe small pictures in it that I can scroll. As an example I would mention the "Related Videos" section in youtube. (example: http://www.youtube.com/watch?v=9J9acWBr9OM) I understand that youtube is 90% PHP (front end) and 10% Python (back end). Can anyone help me with a link, a suggestion or something so I can create the same effect. Thank you. |
|
|
|
|
|
#2 |
|
Programming Guru
![]() Join Date: Apr 2005
Posts: 1,791
Rep Power: 5
![]() |
Re: links in a text box
The effect of something like that is purely HTML/CSS related. Some of the aspects of it, such as the dynamically loaded content when different tabs are clicked, is done with AJAX. However, the visual aspect is strictly markup related, and can be achieved by applying the vertical scrollbar property to a <div> element in HTML and CSS. Then the content within the <div> element, such as links and pictures, is simply more HTML generated with PHP.
|
|
|
|
|
|
#3 |
|
Newbie
Join Date: Jan 2008
Posts: 2
Rep Power: 0
![]() |
Re: links in a text box
Thank you very much for your quick reply. I will look into this.
|
|
|
|
|
|
#4 |
|
Programmer
Join Date: May 2007
Posts: 52
Rep Power: 2
![]() |
Re: links in a text box
yea i would say CSS/AJAX.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| WIN32 API - Appending text in an EDIT box | Brent | C++ | 10 | Jun 4th, 2007 12:53 PM |
| [perl] graphical text editor | glimmy | Existing Project Development | 0 | Aug 6th, 2006 11:47 PM |
| How to detect cursor location and insert text??? | syntax-error | C# | 3 | Jun 30th, 2005 1:42 AM |
| Printing rich text with colored background | jarrod | C# | 1 | Feb 23rd, 2005 11:48 AM |