Internet Marketing, Web Development and Programming Stuff

Posts Tagged ‘html’

thumbnail

Scrollbar Divs

A while back I realized how easy it is to include massive amounts of crawlable content in a page and in a relatively small section (e.g. a sidebar) without having to use fancy DHTML or anything like that. It’s simple HTML: <div style=”overflow : auto; width : 210px; height : 220px; “> Place content here. …