Zen Cart Logo
Forums / General Questions / Browser compatibility issues useing IE

Browser compatibility issues useing IE

Locked

Views: 1,543

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
29 Jan 2007, 4:42 AM
#1
turtleman avatar

turtleman

Zen Follower

Join Date:
May 2005
Location:
Arizona
Posts:
113
Plugin Contributions:
0

Browser compatibility issues useing IE

I still have Allot to do but viewing things in Firefox 2.x.x things look about the way I want them,, specifily,, the text and drop down boxes on pages like "Advanced Search" and "Log In"

I changed the Text and the dropdown box backgrounds in the CSS and it views fine in FF, but in IE the Text is BLUE and the color is gone from the dropdown boxes

How do I get this to view in IE the same way it views in FF? :huh:

29 Jan 2007, 5:05 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Browser compatibility issues useing IE

the Legend text color can be set in your stylesheet, like this:

LEGEND {
	font-weight: bold;
	padding: 0.3em;
[B]	color: black;
[/B]	}

For the pulldowns, I don't think I've seen IE6 honor pulldown colors the way FF does. At least if it did, I don't remember it.

29 Jan 2007, 1:56 PM
#3
turtleman avatar

turtleman

Zen Follower

Join Date:
May 2005
Location:
Arizona
Posts:
113
Plugin Contributions:
0

Re: Browser compatibility issues useing IE

Thanks Doc, I feel better now....... :D

People will just have to deal with no color in their IE drop down boxes... That just gives them another reason to use another browser.......:happy: