'CSS Code' Category

October 7th, 2006

Tweak CSS styles for IE only

So right now I'm debugging a site I developed that looks fine in all browsers except IE. When run in Explorer, the main heading was shifted down about 20 pixels from where it should be. So i'm doing some digging on how to modify the CSS for IE only and leave the others intact, and […]

April 30th, 2006

Create a Scrolling Check Box List

If you are using the CheckBoxList control in ASP.Net, or you just have a bunch of options for users to check, a large number of check boxes options can take up a lot of room on your web page. Also, you may have a <select> with a lot of options, you need to allow multiple […]

April 24th, 2006

Free Advanced Editor for Web Development

Ace HTML Pro is an advanced code editor for web developers. It can work with HTML, XHTML, ASP, JavaScript, CSS, WML, XML, Perl, PHP and JSP. You can manage projects in a Visual Studio sort of way, and there and handy features such as FTP uploading, and search and replace through folders and sub-folders. The […]

April 3rd, 2006

CSS Tabs With a Bit of JavaScript

This CSS2 code will enable you to display the separate pages of your application in an intuitive tabbed interface. I use JavaScript to create the linked buttons, and an array of links to display the tabs. This code snippet also provides both the ASP and the PHP code to process the array and output the […]

March 31st, 2006

DHTML Image Thumbnail Chooser

This function allows you to easily browse through a series of thumbnails. When you click on a thumbnail, the full-size image is displayed on the right. The currently selected thumbnail becomes highlighted. The DHTML changes the source of an image tag, by taking out the '_tn' of the thumbnail filename. You can use this for […]

« Previous PageNext Page »