1) CODE TITLE: jQuery Menu
2) AUTHOR NAME/NOTES: Justas Vinevicius
3) DESCRIPTION: Simple CSS based dropdown menu with a sprinkle of jquery to work on all browsers
4) URL TO CODE: jQuery Menu
Type: Posts; User: justas; Keyword(s):
1) CODE TITLE: jQuery Menu
2) AUTHOR NAME/NOTES: Justas Vinevicius
3) DESCRIPTION: Simple CSS based dropdown menu with a sprinkle of jquery to work on all browsers
4) URL TO CODE: jQuery Menu
1) CODE TITLE: Scrollable HTML table
2) AUTHOR NAME/NOTES: Justas Vinevicius
3) DESCRIPTION: Scrollable HTML table JavaScript code can be used to convert tables in ordinary HTML into scrollable...
1) CODE TITLE:
Scrollable HTML tables
2) AUTHOR NAME:
Justas Vinevicius
3) DESCRIPTION:
This JavaScript code can be used to convert ordinary HTML tables into scrollable ones.
4) URL TO...
1) CODE TITLE:
Dynamic favicon
2) AUTHOR NAME/NOTES:
Justas Vinevicius
3) DESCRIPTION:
A method how to change page favicon dynamically while the page is already loaded
4) URL TO CODE:
1) CODE TITLE:
Cross browser method (1Kb of code) to upload files using AJAX
2) AUTHOR NAME/NOTES:
Justas Vinevicius
3) DESCRIPTION:
Cross browser method to upload files (or submit forms)...
Well everyone can make their choice, what to use. I just show what you can do with css, thats it.
Chane the image (skin), and change some variables (image size) in .js file.
In first example you can make centered design for big resolutions, but for smaller ones it will reduce to you desired size, and content will hide.
1) CODE TITLE:
CSS centered layout
2) AUTHOR NAME/NOTES:
Justas Vinevicius
3) DESCRIPTION:
CSS centered layout, with hiding content for smaller resolutions
4) URL TO CODE:
There can be many opinions about this, but i think that 1 request (more markup no image) to the server is better that 2 (less markup 1 image).
If you will study these 2 examples you will see that they differ a bit. :rolleyes:
1) CODE TITLE:
CSS drop shadow
2) AUTHOR NAME/NOTES:
Justas Vinevicius
3) DESCRIPTION:
Technique to build flexible CSS drop shadows (realistic) applied to arbitrary block elements (no...
Some updates:
- FF bug in some cases fixed
- IE png bug fixed
- perfomance updates
Any suggestions, requests how to make this menu better ? :)
Nice :) . I hope people will find this script usefull.
Because you can attach the context menu to any number of containers. For example in the demo page there are 2 different menus and with this code:
PieContextMenu.attach('container', 'menu1');...
Updates:
- Performance improvements
- Some bugs where corrected
1) CODE TITLE:
Javascript pie menu
2) AUTHOR NAME/NOTES:
Justas Vinevicius
3) DESCRIPTION:
This script allows you to build a pie menu. It uses unordered lists (<ul>) to define a menu,...
Hi everyone, i updated the script. Now you can create skins very easy, just modify the skin file. I made an animated crosshair :).
Updated script:...
You gave me a very good idea, so ill rewrite this script. And if i'm right it'll be very flexible and content sensitive. And very skinable like winamp LOL :D
Well, i'll try to do so.
I already did ;)
S**t i forgot to update script in demo page :mad: ..
I only did it here http://www.webtoolkit.info/javascript/effects/crosshair-mouse-cursor/source/index.html
Now its ok. Sorry ppl :rolleyes:
Well i updated the script now it doesnt generate horizontal or vertical scrollbars, in IE, FF and OP. ;)
P.S. i also included some aditional colored cursors. :cool:
I think it could be solved.. Its not so hard. Ill try to implement this feature :)
Well cursor:url() doesn't work in Opera, and in Mozilla its only 1.8+ :( . So i thought maybe someone will like this solution. And i see that QuakeMaster did - thanks m8. ;)