View Single Post
Old Jan 20th, 2008, 11:59 PM   #2
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Location: Waterloo, Ontario
Posts: 1,835
Rep Power: 5 Sane will become famous soon enough
Send a message via MSN to Sane
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.
Sane is offline   Reply With Quote