|
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.
|