Dan Atkinson wrote:
> Why the bottom?
> 
> Is that where the Apple menu is? I don't know, I don't have an Apple
> computer.
> 
> I like the idea of cloning the icon to maintain the menu position. I'll be
> honest and say that I simply don't have the JS/jQuery knowledge to clone it.
> 
> Is it just:
> 
> $("img").clone().appendTo("img");
> 
> ??
> 
> That would just add it next to the image... Hmmm... No. I don't know enough
> about it to do that with ease! :)

Couldn't that be done, just by changing the CSS 'position' property so
something like 'fixed', 'absolute', or whatever (haven't had
time to look it up!) so it no longer affects the surrounding element.

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to