Archive for the ‘CSS’ Category

CSS rollover menu and a single image

May 12, 2010, Posted by admin at 11:22 pm

The ease with which you can design different types of menus in CSS rollovers work has given us is no longer necessary to include code JavaScript , or create different images to make an appealing menu and neat, but so far I have not read any article dealing with the background-position in the creation of rollovers. (more...)

Read More

How to organize a website?

May 11, 2010, Posted by admin at 10:43 pm

make-your-websiteHow to start a website: How to organize the site?

Part of the problem with the Web today is to find what we seek. A web structure and organization clear, will help users. When planning a Web site, it is necessary to take into account the users would normally not be familiar either with the site or to its logical structure. The way it organizes and relates the information can be critical, and depends on the type of site in question and its objectives. (more...)
Read More

Rounded Corners with CSS

May 10, 2010, Posted by admin at 11:13 pm

rounded-corner

Lately I am researching the web enough to find tools that can save hours of work to lay out my pages. I found several websites where you can make those round corners that we like some. Read the rest of this entry »

Read More

Quick Reference

October 1, 2009, Posted by admin at 11:16 am

Here is quick reference of Style Sheet Definitions. Here some mostly used attributes are mentioned. Read the rest of this entry »

Read More

Colors/Margins/Alignment/Indentation

October 1, 2009, Posted by admin at 10:47 am

Colors

This sets the type to a named color or RGB value:

{color: #33CC00}

or

{color: name}

The names are:

Black Maroon Green Olive
Navy Purple Teal Gray
Silver Red Lime Yellow
Blue Fuchsia Aqua White

hr1.gif (1127 bytes)

Read the rest of this entry »

Read More