Topic: CSS and form input type Statments (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=10696" title="Pages that link to Topic: CSS and form input type Statments (Page 1 of 1)" rel="nofollow" >Topic: CSS and form input type Statments <span class="small">(Page 1 of 1)</span>\

 
Quarath
Bipolar (III) Inmate

From: Magna, UT
Insane since: May 2000

posted posted 03-22-2002 05:42

Can you use CSS to make a text filed like this appear with a transparent background and no border

<input type="text" name="display" size="15" >



Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 03-22-2002 05:51

Give this a shot... it's untested...

input {
border:0px;
background:none;
}

CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 03-22-2002 18:10

You can alson use

input{
border : 0px;
background : transparent;
}

Later,
C:\


~Binary is best~

Quarath
Bipolar (III) Inmate

From: Magna, UT
Insane since: May 2000

posted posted 03-23-2002 04:39

Thanks guys I tried variations on those I eventually gto ti to work with this

INPUT.TEXT { background-color : transparent;
font-family: Verdana, Arial, Helvetica, sans-serif;
border-style : none;
font-size : 7pt;
font-weight : normal;
color : #00CCFF}

I had to add class ="text" to it to get it to work

You can view it here http://www.finlinson.com/design/

The input field is the counting time on the top left. I wanted it to look like it was just teh saem as the rest of the text.



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu