
HTML img attribute questions?
Ok, So I’ve recently started to use my website again. I’ve designed the whole thing using HTML/CSS (I’m not trained in website design so know nothing about the other languages.)
Anywho, I’ve got it all up and running looking good but there are two things I dislike and can’t work out how to fix.
I have a hyper-linked icon for Twitter and Facebook on the home page, they both open up in a new tab but then when I go back to the home page the image has a dotted border around it.
How do I remove the dotted border? I’m sure I’ve used a code for it before but completly forgot it. “outline=”none”" does not work.
The other question is how do I make the picture change when you hover? For example to a darker version or another picture?
My website is www.shanehiggs.co.uk, it’s live and all coding is accesible via rigt-click.
Thanks for looking and thanks in advance for your great answers!
i am assuming you are using Firefox. All you have to do is insert this code into your css file on all links. So probably the “a” anchor tag attribute.
a:active {
outline: none;
}
a:focus {
-moz-outline-style: none;
}
as you may know, this problem is mozilla firefox specific, so that is the “-moz” part.
That should fix it all!
Hope that helped.
|
|
Facebook & Twitter for Seniors for Dummies (Thorndike Large Print Health, Home and Learning) $29.99 A fun and easy social media guide for the over-55 setPeople over 55 were the fastest-growing user group on Facebook in the first half of 2009, and they’re flocking to Twitter at a faster rate than their under-20 grandchildren. From basic information about establishing an Internet connection to rediscovering old friends, sharing messages and photos, and keeping in touch instantly with Twitter, th… |
|
|
Delorme Earthmate PN-60W GPS by Delorme $349.95 230783 Features: Determine direction and elevation with the 3-axis tilt-compensated electronic compass and sensitive barometric altimeter Extend the battery life with power management features; system will go to sleep if no movement detected for 60 seconds Generate road and trail routes on the Topo North America software and transfer to your GPS Send and receive text messages when you find places … |
|
|
Twitter Marketing For Dummies (For Dummies (Business &a $5.38 |
|
|
Twitter,The sales vehicle in today’s fast paced World $9.95 |
|
|
Tweetastic Twitter – eBook on CD-ROM $0.99 |
|
|
Twitter Marketing – eBook on CD-ROM $0.99 |
|
|
15% Discount! Twitter Followers $0.01 |
Tags: blog, design, tools, twitter home page design, web2.0, webdesign
