Log in

View Full Version : How do I fix my image links (shows purple border in IE)



dundilly
01-15-2009, 02:23 AM
Hey Guys,

I got a question or more like an issue. I recently built this webpage:

http://www.lividup.com/prototype2/index2.php

Its giving me a wierd look on IE and Firefox. Here are the issues below:

1. IE: Shows a purple border around my image links, how do I take this off?

2. Firefox: Shows a gray border around my image links, how do I take this off?

3. IE: Does not show my drop down menus on the navigation bar, how do I fix this? I used Dynamic Drives tutorial on dropdown menus.

Note: The website shows perfectly on Apple's Safari web browser and Opera, however Firefox has that one issue above and IE has those issues as well.

Can anyone help me in fixing these issues? Or lead me in the right direction in resolving it?

Thanks,

Dundilly:)

jscheuer1
01-15-2009, 05:38 AM
For both 1 and 2, use this in your stylesheet:


a img {
border: none;
}

For the other question, there is a conflict with the Fading Scroller script. Change all 4 instances of ie4 in it to ie4a.

dundilly
01-16-2009, 01:03 AM
Thank you for your suggestion. I changed the ie4 to ie4a and that didnt do the trick for the menu drop down not showing..

Any other suggestions?:confused:

Dundilly:eek:

jscheuer1
01-16-2009, 06:30 AM
Worked here. You however changed it in both scripts. Though I could have been more clear (sorry), I said to only change it in the Fading Scroller script.

slamothe
01-17-2009, 03:22 AM
For both 1 and 2, use this in your stylesheet:


a img {
border: none;
}



For the other question, there is a conflict with the Fading Scroller script. Change all 4 instances of ie4 in it to ie4a.

Thank You!!, That was a huge help for me!!
been try to remove my purple borders for awhile now.
Steve