|
|
 |
Re: FN-FORUM: CSS firefox problem, what else?
date posted 29th January 2007 18:15
i think in your css when linking it to a div it needs to be:
#passlink
{
}
rather than this you have at the minute:
.passlink
{
}
if not let me know
Martin
atdc
----- Original Message -----
From: [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Monday, January 29, 2007 5:29 PM
Subject: FN-FORUM: CSS firefox problem, what else?
>
> HI,
> Can anyone please tell me why this:
> ///////////////////////////////////////////////////////////////////////////////////
> .passlink{
> font-family:Verdana, Arial, Helvetica, sans-serif;
> display:block;
> width:492px;
> height:95px;
> line-height:20px;
> font-size:15px;
> color:#FFFFFF;
> font-weight:bold;
> font-variant:small-caps;
> text-align:center;
> text-decoration:none;
> background-color:#5BA9BF;}
> ///////////////////////////////////////////////////////////////////
> will not produce a background colour in this:
> /////////////////////////////////////////////////////////////////////////////
>
> action="http:www.linkhomes2000.co.uk/mortgagequestions.php" method="get">
> I accept:
> {document.terms.submit();} else {window.alert('You must click the accept
> box
> to continue.')}} else {window.alert('Please wait...')}
> " type="button" value="Continue">
> onclick="document.location.href='/index.html';">
>
>
> /////////////////////////////////////////////////////////////////////////////////
>
> It works fine in IE, but not in FF,
>
>
> TIA
>
> DG)
>
>
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|