How to remove “jCarousel: No width/height set for items. This will cause an infinite loop. Aborting” meassage?
1. Open jquery.jcarousel.pack.js 2. Seach for the word “alert” 3. Replace “alert” with “isNan”4. Refresh the webpage.
1. Open jquery.jcarousel.pack.js 2. Seach for the word “alert” 3. Replace “alert” with “isNan”4. Refresh the webpage.
Go to “C:\Program Files\Adobe\Adobe Dreamweaver CS3\configuration” Open “Extensions.txt” and on the first line at the very end add CTP separated by commas as shown below: ,MASTER,CTP:All Documents Add CTP to the “:PHP Files” line as shown below PHP,PHP3,PHP4,PHP5,TPL,CTP:PHP Files Open “DocumentTypes” folder and edit the “MMDocumentTypes.xml” file with Notepad. Search […]
Upward/Vertical scrolling <marquee behavior=”scroll” direction=”up”>Upward/Vertical scrolling text </marquee> Slow Scrolling <marquee behavior=”scroll” direction=”left” scrollamount=”1″>Slow scroll speed</marquee> Fast Scrolling <marquee behavior=”scroll” direction=”left” scrollamount=”20″>Fast scroll speed</marquee>
CSS .curve { -moz-border-radius:4px; border-radius:4px; width:220px; border:1px solid #000000; background:#ffffff; } HTML <div class=”curve” >This is a <br /> example of <br /> CSS Curve. <br /> </div>
To create CSS Curve for menu bar like show below. We need following three images. curve_left.png curve_bg.png curve_right.png CSS.curve { background:url(images/curve_bg.png) repeat-x; width:800px; height:35px; }.curve .fl {display:block; background:url(images/curve_left.png) no-repeat; width:11px; height:12px;}.curve .fr {display:block; background:url(images/curve_right.png) no-repeat; background-position:right top;width:11px; height:12px;} HTML <div class=”curve”> <span class=”fl”></span><span class=”fr”></span>
Text Shadow {text-shadow: horizontal vertical blur color;} For example h1 {text-shadow: 2px 2px 0px #FFFFFF;} Glow/Stroke Effect – the trick is to put shadow above and below text. h1{text-shadow:2px 2px 0px #FFFFFF, -2px -2px 0px #FFFFFF;}
Convert any font(s) to use on your website(s). No plug-ins required – it can only use features natively supported by the client Compatibility – it has to work on every major browser on the market Ease of use – no or near-zero configuration needed for standard use cases Speed – […]
There are some beautiful Windows 7 themes that are hidden. Open Windows explorer. Type “WindowsGlobalizationMCT“ in address bar. You will see 5 folders, enter any 1 of the folder. Go to the theme folder and double click the theme file in it. Now repeat the same for the remaining 4 […]