Quantcast
Channel: Working with CSS – Template Monster Help
Browsing all 37 articles
Browse latest View live

Making the width size of the HTML template fill up to 100%

Some templates are designed and sliced for an 800×600 resolution screen only, so you can’t change the template to fit the whole page using Dreamweaver alone. The only way to expand the width of the...

View Article



How do I remove the underlines from links

Q: How do I remove the underlines from links while working with HTML files? A: This can be done with a CSS declaration of text-decoration: none. Place this code (with your color choices) above the...

View Article

How to add multiple link styles on the same page

Q: How to add multiple link styles on the same page? A: We can define a link style that is only active in a certain area of the page by using context dependent selectors. Rather than addressing the A:...

View Article

Editing CSS

These instructions are relevant to Macromedia Dreamweaver, although other softwares would likely have similar instructions. When you edit a CSS style sheet that controls the text in your document, you...

View Article

What is CSS?

CSS means “Cascading Style Sheets”. CSS is a system of rules that directly affect the display properties of your web pages such as colors, fonts and layouts. CSS style blocks are also commonly referred...

View Article


CSS. Grid 960 system

Browsing through the template’s source code and styles you may have seen the classes like : “grid_6”, “grid_8”. These are the classes used by the grid 960 system. Let’s see what this system is and …

View Article

CSS. How to change colors

This tutorial will show you how to change the colors in any HTML based template using the CSS style properties. Items on the pages can be colorized in two ways: color codes or images. First of all open...

View Article

CSS. Background property

The following article will help you to get acquainted with the background properties in CSS. They are usually used to define the element background appearance. There are several CSS properties used for...

View Article


HTML/CSS. How to create vertical and horizontal menu

This tutorial will show you how to create a vertical and horizontal menus in HTML using CSS styles. Before you proceed please make sure you are familiar with unordered list HTML tags. Also please check...

View Article


HTML/CSS. How to change background color

This video tutorial shows how to change a background color of a website template. Performing some changes in HTML and CSS files you can change the website background the way you need. 1) First open...

View Article

CSS. Understanding border, margin and padding properties

This tutorial will help you to better understand the border, padding and margin CSS properties. These properties helps much the web developers to arrange the elements on the web-page the needed way....

View Article

HTML/CSS. Styling active button condition

This tutorial shows how to create a new button in HTML and its style in CSS file. 1) First you need to add a button in HTML file. The easiest way to do that is to use a basic <a> …

View Article

CSS. Positioning elements

This tutorial will help you learn CSS position properly. Position property is usually used to put the element to the required place on the screen. Let’s see what options we have. Static HTML elements...

View Article


How to add/use comments in HTML, CSS, PHP, JS

This tutorial is going to show you how to add and use comments in PHP, HTML, CSS, JS files.

View Article

How to create CSS rules for specific page in WordPress, Joomla and Drupal

In this tutorial you will learn the way to create and use specific CSS class/id to alter specific page for Wordpress, Drupal and Joomla.

View Article


Firebug. How to use “Break on attribute” feature

This tutorial is going to show you how to fix the position of a drop-down menu using “Break on attribute” feature in Firebug.

View Article

HTML/CSS. Bootstrap 3 Grid System

This tutorial provides information regarding Bootstrap 3 Grid System.

View Article


Introduction to CSS Media Queries

This tutorial presents a brief overview of CSS Media Queries.

View Article

How to manage submenu CSS styles for specific menu item using custom CSS classes

Our Support team is ready to present a new tutorial that shows how to manage submenu CSS styles for special menu using custom CSS classes

View Article

How to create browser specific CSS rules (styles)

This tutorial shows how to create browser specific CSS rules for Chrome, Firefox and IE.

View Article
Browsing all 37 articles
Browse latest View live




Latest Images