Reply
IE vs mozilla border color problem
Old 04-25-2006, 08:15 PM IE vs mozilla border color problem
RNPoo7's Avatar
Extreme Talker

Posts: 237
In Mozilla it works fine but in IE, i get a blue border around my nag toolbar

www.greenvillecopts.org

Not really sure how to go about fixing it.

Thanks
RNPoo7 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 04-25-2006, 09:08 PM Re: IE vs mozilla border color problem
Super Talker

Posts: 116
try using <img src="blah.jpg" border="0">

if not, ur prolly gonna have to CSS it
nasaboy007 is offline
Reply With Quote
View Public Profile Visit nasaboy007's homepage!
 
Old 04-25-2006, 09:31 PM Re: IE vs mozilla border color problem
RNPoo7's Avatar
Extreme Talker

Posts: 237
I mean i want a border between the buttons. I want them black just like they are in mozilla. So I don't think border=o would be my best solution?

I'm trying to stay away from CSS lol; I suck at it.
RNPoo7 is offline
Reply With Quote
View Public Profile
 
Old 04-25-2006, 10:04 PM Re: IE vs mozilla border color problem
Crimson's Avatar
Novice Talker

Posts: 12
Location: Oregon, USA
Quote:
I'm trying to stay away from CSS lol; I suck at it.
Well, it certainly has its learning curve, but it's really the best way to design websites.

But looking at your stylesheet, there's a pretty simple fix for you. You set the border-color on all your links to be black, like this:

Code:
a {
     color: #660000;
     text-decoration: none;
     font-weight: bold;
     border-width: 0;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 10pt;
}
Instead, you should try setting the border-color of all images inside of links to be black; that would probably work better.

Here's an example of what I mean:

Code:
a {
     color: #660000;
     text-decoration: none;
     font-weight: bold;
     border-width: 0;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 10pt;
}
 
a img {
    border-color: #000000;
}
And that works in IE as well.
Crimson is offline
Reply With Quote
View Public Profile
 
Old 04-25-2006, 10:08 PM Re: IE vs mozilla border color problem
RNPoo7's Avatar
Extreme Talker

Posts: 237
Thanks man. Works great.
RNPoo7 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to IE vs mozilla border color problem
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.54303 seconds with 12 queries