Fake iframe
Description: Your going to have some understanding of CSS to do this. This css codes creates a scrollbar when content is more than the set amount.
Added on: 23-Dec-2005 Hits: 183
|
Comments (0)XML for Absolute Beginner
Description: Welcome to the wonderful world of Extensible Markup Language (XML). This short article is an effort to explain what XML is, what are it's benefits, and briefly describe some of standards evolving around it.
Added on: 27-Jan-2007 Hits: 173
|
Comments (0)How to Create Collapsible DIV with Javascript and CSS
Description: In this tutorial, we will create functions to slide DIVs up and down. It supports multiple animations happening simultaneously, as well as a variable animation length. It’s also time-based, rather than increment based, so it’ll animate the same speed on most computers; old computers won’t take 10 minutes for a DIV to slide down.
Added on: 08-Mar-2007 Hits: 170
|
Comments (0)CSS Positioning
Description: To use CSS for layout effectively, it helps to know how it's used to position page content. This article gives an overview of the methods and rules that govern visual rendering in the CSS2 specification. It also points out some things to watch out for.
Added on: 06-Feb-2006 Hits: 168
|
Comments (1)Show/Hide a Div Content Layer
Description: This is the "Show/Hide a Div Content Layer" article.
When a link is clicked or a mouse hovers over the link, content will display on top of existing content in a position and size specified in the div's style. A second click or hover will hide the div layer.
Added on: 05-Apr-2007 Hits: 168
|
Comments (0)Learn CSS Positioning in Ten Steps
Description: This tutorial examines the different layout properties available in CSS: position:static, position:relative, position:absolute, and float.
Added on: 05-Mar-2007 Hits: 143
|
Comments (0)Stylish Form Submit Button
Description: Most people would agree the default look of submit buttons is rather dull and unattractive. Using CSS and a nice gradient background image, it's easy to transform a form button from a duck to a swan.
Added on: 05-Oct-2006 Hits: 141
|
Comments (0)Multiple Form Submit Buttons
Description: It is often required that you need to send the data in the same form to different cgi scripts depending one certain criteria. JavaScript allows you to modify the action field of an HTML form dynamically. This article shows you how to do it.
Added on: 03-Dec-2006 Hits: 126
|
Comments (0)