My question is about implementing a Mac system style using CSS and jQuery. I have a logo in the form of href
, for example,
<div class='icon' id='2'><a href=''>logo</a></div>
. If users click on this div with id=2, I want a new big div to open just above it. Is this possible?
I'm primarily a server-side programmer and not very skilled with GUI using jQuery and CSS. Any help or guidance would be greatly appreciated!