English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am going to create a webpage like miniclips. If have something like Home underline. It's a pic. WHen a person roll overs the underline goes away. I have photoshop, flash pro, fireworks, dreamweaver. I really can find a way how i can do this with pic.

2006-12-17 14:32:00 · 1 answers · asked by Best Helper 4 in Computers & Internet Programming & Design

1 answers

I don't quite understand what you're asking firstly try setting the tag border attribute to 0 in the html.

If you want to control how the image appears as a link, you need to use CSS psuedo classes in an external style sheet or inline.
a.active {text-decoration: underline;} (This will display an underline)
a.visited {text-decoration: underline;} (This will display an underline after the link has been used or the destination page visited)
a.hover {text-decoration: none;} (This will not display an underline when the user moves the mouse over the picture)

2006-12-17 21:11:43 · answer #1 · answered by Anonymous · 1 0

fedest.com, questions and answers