View Single Post
03-20-2011, 05:07 PM
#4
Village Genius is offline Village Genius
Village Genius's Avatar
Status: Geek
Join date: Apr 2006
Location: Denver, CO
Expertise: Software
Software: Chrome, Notepad++
 
Posts: 6,894
iTrader: 18 / 100%
 

Village Genius will become famous soon enough

  Old

There is no simple way to do this, HTML just doesn't have functionality for that out of the box. You're going to have to use some "tricks" involving overlay divs and such. This is why I don't do front end coding; I hate it.

JS stuff can only manipulate HTML and CSS, it cant do anything that HTML and CSS couldn't do without it. JS just automates the process and can put logic behind it. Any JS stuff would involve the same tricks, perhaps with a little more complication.