Tag Archives: Script Code

Is there a site for nice color schemes?

I have layouts, just dont own color schemes… just about any sites http: //www. colorschemer. com/online. html Although I propose learning more about color generally speaking… color scheme generators can only present you with a formulated loook… can’t present you with that extra edge given at a custom scheme, let alone the different feelings invoked from several colors… (whens a final time you noticed a mcdonalds advertising in dull greys and blues ) Gives thanks man OMG!!! They stole the color table script (the color table over the bottom)!!! What must i do! With the record… The script: Code: functionality DrawPalette() var outside, middle, inner=255; insurance coverage. write(‘< div ID=" palette" > ‘); insurance coverage. write(‘< table cellpadding=0 cellspacing=1 border=0 bgcolor=" #000000" > ‘); insurance coverage. write(‘< tr> ‘); for (outer = 255; outside > = 0; outer-=51) for (middle = 255; center > = 0; middle-=51) for (inner = 255; intrinsic > = 0; inner-=51) tR=HEXCodes255 — outer; tG=HEXCodes255 — middle; tB=HEXCodes255 — inner; document. write(‘< td height=" 11" width=" 11" bgcolor=" #’+tR+tG+tB+’" > < a new href=" #" onClick=" ChangeColors(‘+(255 — outer)+’, ‘+(255 — middle)+’, ‘+(255 — inner)+’); return phony; " > < img src=" obvious. gif" border=" … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , | Leave a comment

Web image enlargement

I would like a simple to use feature to enable site users for you to enlarge images upon rollover or click. Advice on procedures and " the way to" greatly valued. Gives thanks in anticipation. I’d personally use CSS process. You can also use Javascripting. See these various items… show up large image upon mouseover – Search engines Search Addititionally there is methods for " magnifier glass". Not sure in the event that’s what you necessarily mean try your javascript gallery or even plugin, like this script: Code: ============================================================ Script: Immediate Image Zooming Options: This script might zoom-in/zoom-out any impression in your page by clicking for the image. Browsers: NS6+, IE. most of (NS4 degrades gracefully) Author: etLux ============================================================ INSTRUCTIONS: Step 1. Put the following script inside the < head>… < /head> part of your page: < script> // D. 2004 by CodeLifter. com var nW, nH, also, oW; function zoomToggle(iWideSmall, iHighSmall, iWideLarge, iHighLarge, whichImage) oW=whichImage. type. width; oH=whichImage. type. height; if((oW==iWideLarge)(oH==iHighLarge)) nW=iWideSmall; nH=iHighSmall; altogether different nW=iWideLarge; nH=iHighLarge; whichImage. type. width=nW; whichImage. type. height=nH; < /script> 2. Attach the function in your image with an onclick event, seeing that shown below: < img border=" 0" src=" yourimage. gif" width=" 100" … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , | Leave a comment