Quantcast
Channel: Working with CSS – Template Monster Help
Browsing latest articles
Browse All 37 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. The post How to add/use comments in HTML, CSS, PHP, JS appeared first on Template Monster Help.

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. The post How to create CSS rules for specific page in WordPress,...

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. The post Firebug. How to use “Break on attribute” feature appeared first on...

View Article

HTML/CSS. Bootstrap 3 Grid System

This tutorial provides information regarding Bootstrap 3 Grid System. The post HTML/CSS. Bootstrap 3 Grid System appeared first on Template Monster Help.

View Article


Introduction to CSS Media Queries

This tutorial presents a brief overview of CSS Media Queries. The post Introduction to CSS Media Queries appeared first on Template Monster Help.

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 The post How to manage submenu CSS styles for specific menu...

View Article

How to change the main menu items size for different screen resolutions

This tutorial shows how to change the main menu items size for different screen resolutions and how to keep the main menu items in one line. The post How to change the main menu items size for...

View Article

How to change the placeholder text color of an input

This tutorial shows how to change the placeholder text color of an input of any form. The post How to change the placeholder text color of an input appeared first on Template Monster Help.

View Article


How to work with css pseudo classes

Our Support team is ready to present you a new tutorial that shows how to work with pseudo classes in css rules. The post How to work with css pseudo classes appeared first on Template Monster Help.

View Article


How to remove hyphens

This tutorial is going to show you how to remove hyphens from your website. The post How to remove hyphens appeared first on Template Monster Help.

View Article

How to create SVG animation

Have you heard about SVG images? SVG is Scalable Vector Graphics, which defines the graphics in XML format. SVG image does not loose its quality if it is zoomed or resized. SVG image, unlike other...

View Article
Browsing latest articles
Browse All 37 View Live