CSS Links Formatting tutorials
Learn how to make your links flip vertically when you go over them.
Related Tutorials
Custom Link Colors
Standard link colors are boring and frequently do not match the color scheme of your website. Pseduo-classes, which add different effects to some selectors, can change the link colors to match your site.
Improved CSS Hover Images
You see a lot of hover effects on web nowadays. When you hover your mouse cursor over a link it usually changes to something else - It doesn't matter if the link is an image or just text, there's usually some sort of hover effect in place. If it's a graphical link the hover effect is usually another image displaying the hover effect. This image is often preloaded on page load so that the user sees the effect right away, but there's also another way to do it. How about using just one image and changing its state/position it with CSS?
Table Cells Into Links
The way to turn a table cell into a link is to apply a class to a link and to insert the link inside cell, here is the CSS:
Add an icon before or after a link
CSS has a matching syntax for selectors which makes it possible to match the filename extension at the end of an href. This makes it easy to add an icon which relates to the link before or after the text part of the link.
Cursors
To change the cursor on an individual link, copy the code below, and change LINK TEXT to the text you want to use for your link, and change YOUR URL to the url you are linking to.
Link control
The anchor tag is responsible for links. We can set specific values for the anchor. These values will be for the link, active and visited. We can also have a hover property in styles.
Text Rollovers
In this tutorial, I'm going to discuss my thoughts regarding creating and using text-based link rollovers. How to change effect the mouse passes over a link.
Horizontal Menus That Grow on You
We're going to create a horizontal row of boxes containing link text. When we move the mouse over one of these boxes, it's going to get taller and the text larger and bold. I'll link to a finished example at the end of the tutorial.
Learn CSS Link: Classes and Properties
Learn how to create and customise links or a tags in CSS. This detailed tutorial will teach you about all the link properties for customising fonts.
Improved CSS Hover Images
You see a lot of hover effects on web nowadays. Images are often preloaded on page load so that the user sees the hover effects right away, but there's also another way to do it. How about using just one image and changing its state/position it with CSS?
Different link colors
Do you want to have a different color links on different sections of your website? If your answer is yes then you have come to the right tutorial.
Links and Styles
Modify link states, add background color, change cursor on mouseOver...etc
Style mouse pointer
Change the mouse point into a waiting glass over a link or speical arrows for some reason. You can also change the cursor with any image you want.
Links and Styles
As you know there are four states of a link, namely: Initial State, Visited State, Mouse Over State and Active State
CSS Hover Effect
In this tutorial, we are going to learn how to change the default style of a link so that it does not have the underline. Then we learn to write a CSS rule such that causes the underline to re-appear when the mouse is hovered over it.
Pure CSS Image Rollovers
In this tutorial you will learn how to transform an ordinary link into a button with image rollovers using nothing but css.
Change cursor
Change a user's cursor when they hover over a link.
Applying border & opacity to images onMouseover
In this tutorial, I'll show you how to use CSS alone to reproduce two popular image effects that have traditionally been done using scripting.
Underline Horizontal Menu
This is a sleek CSS horizontal menu with a popular "underline" effect shown whenever the mouse rolls over a link.
The Mysterious Pseudo Class
Pseudo classes are those things with colons in them, you know, like :hover or :link. They let you control the CSS of stuff in different forms, states and places easily and efficiently, without taking up too much room. CSS3 is going to introduce a ton of new pseudo classes, and they're going to make our lives a lot easier (if you take browser compatibility out of the equation).
Style Sheet Defined within External/Linked Document
Style sheets can be imported, linked, be in-line, or be defined in the document header. Many sites will only use one style sheet and link it to all of their documents, thus facilitating easy changes across many pages.
Advanced CSS (linking to an external style sheet)
The advanced way, and the easiest way to do CSS is to link to an external style sheet. Here I will sow you how. If you are new to CSS, I reccommend reading the basic CSS tutorial first, if you haven't already. First, open up notepad and put all your styles in.
First Letter
Styles can be added to the first letter of a paragraph of text much like you would find in magazines. To do this, Pseudo-elements, which add different effects to some selectors, or to a part of some selectors, are used.
CSS Filters (IE Only)
Use filter effects similar to Photoshop filters in your coding with CSS. IE only.
CSS - Cascading Style Sheet
CSS is a simple file which controls the visual appearance of a Web page without compromising its structure. Using CSS we can control our font size, font color, link color and many other attributes on our web page. This will make our HTML code much more readable and the page size will be reduced.
CSS and Links
Applying CSS to your links allows you to do all sorts of nice roll-over effects and advanced text highlighting. You will also be able to have many sets of links on a single page, all with different formatting.
HTML Menu
With this tutorial, you can create a simple, nice looking menu complete with rollever effects.It seems like recently, simple sites are coming more into style. Heavy graphic and flash are out, slick design and coding skill is in.
Style Sheet Defined within Document Header
Style sheets can be imported, linked, be in-line, or be defined in the document header. While most sites will only use one style sheet and link it to all of their documents, thus facilitating easy changes across many pages. There will be instances where you may want a page to stand out or try something different and not want multiple documents dictating the how one page is going to look.
Cascading Style Sheets (CSS); Backgrounds
Background colors and images can be used for stylistic effects and can be an important element in the design of web sites. With standard HTML, one can assign backgrounds to a web page and to tables and table data cells.
CSS Tutorial For Beginners
In this tutorial, you will learn how to: Create an external CSS file and link it to multiple HTML files; Embed and import a style sheet; Create inline style sheets; Use tap selector and class selector; Set up font sizes, colors, faces and styles; Set up background color and image; Set up margins, text-align and decoration; Create layers; Set up atributes of the table, and more...
CSS Pop Up Menu
This tutorial features a pop up menu written purely in CSS. The code uses XHTML lists which are then styled to produce the hover effects. No Javascript is used apart from IE browsers as they will not display the hover effect without it.
CSS Pop Up Menu
This tutorial features a pop up menu written purely in CSS. The code uses XHTML lists which are then styled to produce the hover effects. No Javascript is used apart from IE browsers as they will not display the hover effect without it. More on that later though, first off we'll begin by creating our menu in XHTML.
 
Categories