Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Black layout creates problems in Firefox...

Black layout creates problems in Firefox...

Locked

Views: 1,607

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
14 Oct 2008, 10:06 PM
#1
euphoriastudio avatar

euphoriastudio

New Zenner

Join Date:
Oct 2008
Posts:
4
Plugin Contributions:
0

Black layout creates problems in Firefox...

So I've changed all my colors and background colors but for some reason in firefox when you go to any form on the site and click in one of the input boxes/drop down menus it turns to black text on black bg. Can anyone shed some light as to why this is happening?

http://trailscompleted.com/test/zencart/index.php?main_page=login

(never mind the mess I call a layout its still in the works.)

14 Oct 2008, 11:57 PM
#2
straw avatar

straw

New Zenner

Join Date:
Feb 2007
Posts:
30
Plugin Contributions:
0

Re: Black layout creates problems in Firefox...

In your style sheet change this

input:focus, select:focus, textarea:focus {
	background: #000000;
	}

to this

input:focus, select:focus, textarea:focus {
	background: #ffffff;
	}
16 Oct 2008, 4:27 PM
#3
yelow avatar

yelow

Zen Follower

Join Date:
Sep 2008
Posts:
115
Plugin Contributions:
0

Re: Black layout creates problems in Firefox...

I was going to say you're looking for the 'focus' property.

Of course, once I saw a pic of rock-climbing Jeeps, I got more interested. What is the site going to be selling?

Also, your links in the footer are opening in a new window, even though they're linking to pages on the same domain.

-Tim

20 Nov 2008, 5:50 AM
#4
euphoriastudio avatar

euphoriastudio

New Zenner

Join Date:
Oct 2008
Posts:
4
Plugin Contributions:
0

Re: Black layout creates problems in Firefox...

Thanks for the help! Silly me went through and just changed all the white to black and didn't realized that was an option lol. Thanks again!

The site is selling stickers for all sorts of trails (hiking, biking, jeep off-roading, ect...) that people have completed. So say you've climbed Pikes Peak (a 14er in colorado) and you want people to know you can purchase the sticker on that site and stick it where ever you want, but its mostly intended as a bumper sticker.

5 Feb 2009, 4:08 PM
#5
jacon1965 avatar

jacon1965

New Zenner

Join Date:
Feb 2008
Posts:
32
Plugin Contributions:
0

Re: Black layout creates problems in Firefox...

Thanks Straw,

Had a lot of complaints. THIS WORKS!:clap: