How to Adjust the CSS Margin for Only Webkit
Webkit may sound like an Internet repair package, but it's actually the name of the rendering engine that powers the Google Chrome and Safari browsers. These browsers take advantage of enhanced...
View ArticleWhat Is an Anchor Tag?
An anchor tag is a versatile component of HTML that Web designers use on a regular basis. Virtually every Web page contains at least one anchor tag. Anchor tags, or "links," are the connective threads...
View ArticleHow to Add a Text Box in KompoZer
HTML "input" tags are the chameleons of the Internet. Depending on the attribute you give them in your code, they can become anything from a button to a text box. KompoZer, a visual HTML page editor,...
View ArticleHow to Get an Image to Expand When Rolled Over in Dreamweaver CS5
If you use Dreamweaver CS5 to create Web pages, you may not know about its built-in special effects. One of these, the "Grow/Shrink" effect, makes any image on your page expandable. A site visitor...
View ArticleHow to Scroll Inside an HTML Canvas
Version 5 of the HyperText Markup Language, better known as "HTML," includes support for a new element called the "canvas." An HTML5 canvas element acts as a container for animation, graphics or custom...
View ArticleHow to Make Text Stand Out in CSS
Adding CSS to your HTML layout code makes highlighting and adjusting other text properties a simple process. Web designers use CSS to achieve a variety of text effect on their sites. In many cases, you...
View ArticleHow to Make a Collapsible DIV in CSS
Use collapsible DIV tags to enable visitors to your website to read additional content without being forced to leave the current page. These tags allow you to create a page with numerous expandable...
View ArticleWhat Are the Two Main Parts of an HTML Document?
The two main parts of an HTML document are the head and the body. Each section contains specific information. The head section contains information that is useful to the Web browser and search engines...
View ArticleHow to Make a Button Smaller in HTML
When a Web developer uses HTML to create a button, browsers center the button’s text and add extra spaces around the text. This produces a centered symmetrical effect that Web surfers are used to...
View ArticleApostrophes in ASCII HTML Code
You can make apostrophes in HTML code by using a plain apostrophe, or by specifying the ASCII code for an apostrophe. You can also use two different keywords for rendering this character, Apos and...
View ArticleHow to Use an Image as a Mask in Adobe After Effects CS5
Use Adobe's After Effects to apply a mask based on an image by tracing over an imported image with the "Rectangle" masking tool and the "Pen" tool. These tools create vector paths, which are curves you...
View ArticleHow to Move a Scroll Bar to the Left Side
By default, computer programs and Web browsers show the scroll bar, which allows you to vertically scroll through the content of the screen, on the right. In individual elements of websites, such as...
View ArticleHow to Create a Moving Navigation Bar in HTML
A navigation bar isn't defined in any one way; on many websites, such as Google and Facebook, feature a navigation bar along the top of the page. However, you can also feature a navigation bar along...
View ArticleHow to Create Buttons With HTML5 Canvas
One of the new features of the hypertext markup language 5 revision is the canvas features. HTML5 introduced various new dynamic, multimedia elements into Web scripting including the ability to stream...
View ArticleHow to Make an Oval Text Box on CSS
As a general rule, text boxes on Web pages are rectangular in shape, most often wider than tall. This shape makes sense because when you type a paragraph of text, it reads better inside a rectangle....
View ArticleHow to Make Inner and Outer Borders in CSS
Every element on a Web page is capable of showing a border if you code it in CSS. Borders can come in any color or width you want, and it is possible to even curve them. Double borders take a little...
View ArticleHow to Make an Asterisk Red in CSS
Web forms sometimes use red asterisks to indicate a required field, such as “name” or “email address.” To change the formatting of a small piece of text on a Web page, place “<span>” tags around...
View ArticleHow to Make a Rhombus Shaped Image in CSS
Start out with a square-shaped image and apply some CSS transformations to create a rhombus-shaped image. This effect works in all modern browsers, including Internet Explorer 9 and above. Skewing a...
View ArticleDifference of HTML & MHTML
Businesses and organizations archive old Web pages or Web forums for various reasons. Typically, attempting to save an entire Web page involves keeping track of a large folder of files. Sometimes,...
View ArticleHow to Make a Drop-Down Box Larger in CSS
Although you cannot style a drop-down box to look exactly how you want without some JavaScript involved, you can change its size. Possible changes to the overall size include setting width and height...
View Article