https://www.developerfusion.com/t/css/code/ CSS Sample code from Developer Fusion 2006-04-29T15:45:00.00Z http://www.developerfusion.com/code/5638/visual-webgui-a-unique-approach-to-ajax-development/ Visual WebGui a unique approach to AJAX development 2006-04-29T15:45:00.00Z Visual WebGui is not just another AJAX framework but rather a different approach to web application development, specially designed to simplify building highly complex applications like Outlook Web Access (OWA). Visual WebGui makes it possible for developers to create applications that were previously developed only by the "big guys". Guy Peled http://www.developerfusion.com/code/5405/css-positioning-within-a-container/ CSS Positioning Within a Container 2006-02-18T12:44:00.00Z One of the best things about CSS is that you can position an object absolutely anywhere you want in the document. It's also possible (and often desirable) to position objects within a container. It's simple to do too. Trenton Moss http://www.developerfusion.com/code/5404/centre-aligning-a-block-element/ Centre Aligning a Block Element 2006-02-18T12:41:00.00Z Learn how to have a fixed width layout website, and the content floated in the middle of the screen, with pre IE 6 compatability. Trenton Moss http://www.developerfusion.com/code/5403/image-replacement-technique/ Image replacement technique 2006-02-18T12:37:00.00Z It's always advisable to use regular HTML markup to display text, as opposed to an image. Doing so allows for a faster download speed and has accessibility benefits. However, if you've absolutely got your heart set on using a certain font and your site visitors are unlikely to have that font on their computers, then really you've got no choice but to use an image. Trenton Moss http://www.developerfusion.com/code/5342/css-font-shorthand-rule/ CSS font shorthand rule 2006-02-02T16:05:00.00Z Learn how to shorten those CSS font rules. Trenton Moss http://www.developerfusion.com/code/5246/vbnet-stylise-your-forms-like-you-would-with-css-on-a-webpage/ VB.NET Stylise Your Forms like you would with CSS on a webpage 2006-01-19T06:32:00.00Z How to Programatically change properties of all the controls on your form. phill http://www.developerfusion.com/code/5182/trimming-form-fields/ Trimming form fields 2006-01-09T22:06:00.00Z Web forms often ask visitors for non-essential information, but long and complicated forms can seriously hinder the e-commerce sales process. Wouldn't it be cool to give users the option to hide these optional fields at their own discretion, and with a clever use of Javascript, the DOM and some CSS we can! Andy Clarke http://www.developerfusion.com/code/4712/generate-an-image-of-a-web-page/ Generate an Image of a Web Page 2005-07-22T15:50:00.00Z Demonstrates how to fetch images and thumbnails of web pages using a hidden web browser control. Alan Dean http://www.developerfusion.com/code/2231/animated-buttons/ Animated Buttons 2002-04-08T13:25:00.00Z A few more animated buttons using CSS, Javascript and DHTML to create new more interactive & cool Form Button controls. Remember the code is best suited for only IE-5.5 and above. Peeyush Nigam http://www.developerfusion.com/code/2188/fading-scrollbar/ Fading Scrollbar 2002-04-07T13:07:00.00Z This code can be used to design a Fading Scrollbar, using CSS and JavaScript technology. Peeyush Nigam http://www.developerfusion.com/code/2229/animate-button/ Animate Button 2002-04-07T13:03:00.00Z Following code is to develop different animated buttons using the tricks of CSS, Javascript and HTML. The code is effective for IE-5 and above. Developed by Peeyush Nigam (CEO-PARI WEB SERVICES™) Peeyush Nigam