airjunkie2000 Posted April 26, 2006 Share Posted April 26, 2006 (edited) Hello, I have a question. At first I thought that I could easily make this happen, but it turned out to be more difficult than i thought. I am simply trying to make all img borders to be a certain color in css. So I found the way you put img with attributes in css, and even do the hover highlight. The problem is that the images bottom borders do not change, but the right, left sides and the top do. The bottoms stay the typical IE link blue? Does anyone have any snipets or solutions for this in css? Thanks for your time Edited April 26, 2006 by airjunkie2000 Quote Link to comment Share on other sites More sharing options...
btrfld Posted April 26, 2006 Share Posted April 26, 2006 It sounds as if the bottom border you're seeing is the standard link underline. Try adding to your css something like a { text-decoration:none; } If that's not it, can you post a code snippet or a link to the code? Quote Link to comment Share on other sites More sharing options...
Samrc Posted April 26, 2006 Share Posted April 26, 2006 Can you give us a link to the page where this happens? Sometimes seeing can bring other ideas too or help diagnose Quote Link to comment Share on other sites More sharing options...
airjunkie2000 Posted April 27, 2006 Author Share Posted April 27, 2006 Thank you for the input. I want to try the text decoration. I can use that on the img tag also in css right? If this doens't work I will post the url of the page, Thanks Quote Link to comment Share on other sites More sharing options...
marie b. Posted April 27, 2006 Share Posted April 27, 2006 If you specify text-decoration: none; in your CSS, it will work for anything within the link -- text or images. Quote Link to comment Share on other sites More sharing options...
airjunkie2000 Posted April 27, 2006 Author Share Posted April 27, 2006 The img in css with a class and text decoration no is working ok! Thanks a lot Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.