Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / CSS and/or page layout question...

CSS and/or page layout question...

Locked

Views: 426

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
4 May 2010, 4:34 AM
#1
mumzie avatar

mumzie

Inactive

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

CSS and/or page layout question...

I have changed my page background color to #000000

My text attribute boxes are white, until you click on them to input text - then they turn background color - ie, black...

My text is also black - so you can't see what you're typing.

I don't care which I change - but obviously, one needs to change. Proto store is at www.shirts4bowling.com/redironproto

Thanks!

4 May 2010, 5:27 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: CSS and/or page layout question...

Seperate these 3 out and the attribute entry is "SELECT"

FORM {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}
SELECT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}
INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}