removing the "yellow" background from Name and Ema

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
nrhoades

removing the "yellow" background from Name and Ema

Post by nrhoades »

How would I go about doing this... it seems as if the .css file does what it is supposed to but the colors are changed again elsewhere?

-Nate
Guest

also...

Post by Guest »

while im here, I have a problem with the smileys... the javascript doesn't see the form when the message board lives inside a frame of another page. something with this function probably:

Code: Select all

function insertSmiley(text) {
var space=" ";
parent.opener.document.form.message.value += space + text + space;
}
Go to http://www.abiscus.com and then click on Contacts for the example
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

at nrhoades
Please give a link to your page where we can see this happen.

at Guest
The smileys work fine here, tested with Firefox 1.0.6 and IE 6.0
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

@ nrhoades

have you got Google Toolbar installed? If yes remember that the toolbar automatically marks fields it can enter with the "AutoFill" function as yellow. You can disable that in "Options" > "AutoFill settings".

Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Guest

Post by Guest »

hahahahahahaha

super
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Must have been frustrating editing the CSS file with no changes :D :D
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Locked