Freelancers Network
 
skill list top cap
Homepage
Join the Freelancer's Network
Update your details
Find a freelancer
Post a project
Find a project
Projects Archive
Post a job
Find a job
Jobs Archive
See Dan's Pages
See Andy's Pages
Link to this site
Resources
Join/Leave Forum
Forum Messages
+Additions+ Adverts
Advertising
Contact Us
Subscribe to our newsletter - enter your email address and hit return
Freelancers.net is owned and operated by Andy Stowell and Dan Winchester
skill list end cap
guru web hostcom

Find me again on Freelancers.net

Re: FN-FORUM: CSS firefox problem, what else?

date posted 29th January 2007 20:48

Also for your links they are wrong they are '.nav a:link' when they should
be 'a.nav:link' etc so change from this:


Not necessarily, for instance:



would be fine for .nav a:link



Tom


martin.wilk wrote:
> Also for your links they are wrong they are '.nav a:link' when they should
> be 'a.nav:link' etc so change from this:
>
> .nav a:link{
> font-family:Verdana, Arial, Helvetica, sans-serif;
> font-size:12px;
> color:#FFFFFF;
> font-weight:bold;
> font-variant:small-caps;
> text-align:center;
> text-decoration:none;
> background-color:#535643;}
> .nav a:hover{
> color:#FF9900;
> text-decoration:underline;
> font-family:Verdana, Arial, Helvetica, sans-serif;
> font-size:12px;
> background-color:#5BA9BF;}
> .nav a:visited{
> color:#FF9900;
> text-decoration:none;
> font-family:Verdana, Arial, Helvetica, sans-serif;
> font-size:12px;
> background-color:#535643;}
> .nav a:active{
> color:#16668B;
> text-decoration:none;
> font-family:Verdana, Arial, Helvetica, sans-serif;
> font-size:12px;
> background-color:#535643;}
>
> to this:
>
> a.nav:link{
> font-family:Verdana, Arial, Helvetica, sans-serif;
> font-size:12px;
> color:#FFFFFF;
> font-weight:bold;
> font-variant:small-caps;
> text-align:center;
> text-decoration:none;
> background-color:#535643;}
> a.nav:hover{
> color:#FF9900;
> text-decoration:underline;
> font-family:Verdana, Arial, Helvetica, sans-serif;
> font-size:12px;
> background-color:#5BA9BF;}
> a.nav:visited{
> color:#FF9900;
> text-decoration:none;
> font-family:Verdana, Arial, Helvetica, sans-serif;
> font-size:12px;
> background-color:#535643;}
> a.nav:active{
> color:#16668B;
> text-decoration:none;
> font-family:Verdana, Arial, Helvetica, sans-serif;
> font-size:12px;
> background-color:#535643;}
>
>
> That works for me
>
> Martin
> atdc
>
>
> ----- Original Message -----
> From: [EMAIL REMOVED]
> To: [EMAIL REMOVED]
> Sent: Monday, January 29, 2007 7:30 PM
> Subject: Re: FN-FORUM: CSS firefox problem, what else?
>
>
>
>> [EMAIL REMOVED] wrote:
>>
>> I am sorry - I have only just seen this posting, as I have been away from
>> my
>>
>>> email all day.
>>>
>>> I have tried this code out - it seems to work OK in FF2; does this code
>>> still cause an issue for you, or have you managed to solve your
>>> conumdrum?
>>> It shows a greenish background for me - are you including the CSS styling
>>> as
>>> a separate linked file, or within the body of your HTML / PHP?
>>>
>>>
>>> Alex.
>>>
>> Hi Alex,
>>
>> Still will not work for me, Its included in a style sheet:
>>
>> ////////////////////////////////////////////////////////////////////////////////
>>
>> /* CSS Document */
>> #hold{
>> height:550px;
>> width:495px;
>> padding:0px;
>> margin:0px;
>> line-height:16px;
>> float:left;
>> background-color:#EAEBE3;
>> border-top:0px;
>> border-right:0px;
>> border-bottom:2px solid #3886AD;
>> border-left:2px solid #3886AD;}
>>
>>
>>
>>
>>
>> #contentmain{
>> width:492px;
>> height:424px;
>> float:left;
>> margin:0px;
>> padding:0;}
>>
>>
>> #space{
>> width:492px;
>> height:5px;
>> line-height:0px;
>> background-color:#5BA9BF;
>> border-top-width:478px;}
>>
>>
>> .taknom{
>> height:130px;
>> width:492px;
>> line-height:14px;
>> padding:0px;
>> margin:0px;
>> border:0px;
>> font-weighr:bold;
>> font-size:12px;
>> font-variant:small-caps;
>> font-family:font-family:Verdana, arial, Helvetica, sans-serif;
>> color:#6B6C67;
>> display:block;
>> float:none;
>> text-align:justify;
>> background-color:#EAEBE3;}
>>
>>
>>
>>
>>
>> .taknxt{
>> height:180px;
>> width:492px;
>> line-height:14px;
>> padding:0px;
>> margin:0px;
>> border:0px;
>> font-weighr:bold;
>> font-size:12px;
>> font-variant:small-caps;
>> font-family:font-family:Verdana, arial, Helvetica, sans-serif;
>> color:#6B6C67;
>> display:block;
>> float:none;
>> text-align:justify;
>> background-color:#F0F1EB;}
>>
>>
>> .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;}
>>
>>
>> .nav a:link{
>> font-family:Verdana, Arial, Helvetica, sans-serif;
>> font-size:12px;
>> color:#FFFFFF;
>> font-weight:bold;
>> font-variant:small-caps;
>> text-align:center;
>> text-decoration:none;
>> background-color:#535643;}
>> .nav a:hover{
>> color:#FF9900;
>> text-decoration:underline;
>> font-family:Verdana, Arial, Helvetica, sans-serif;
>> font-size:12px;
>> background-color:#5BA9BF;}
>> .nav a:visited{
>> color:#FF9900;
>> text-decoration:none;
>> font-family:Verdana, Arial, Helvetica, sans-serif;
>> font-size:12px;
>> background-color:#535643;}
>> .nav a:active{
>> color:#16668B;
>> text-decoration:none;
>> font-family:Verdana, Arial, Helvetica, sans-serif;
>> font-size:12px;
>> background-color:#535643;}
>>
>> .intro{
>> background-color:#535643;
>> line-height:18px;
>> height:20px;
>> width:492px;
>> font-family:Verdana, Arial, Helvetica, sans-serif;
>> font-size:15px;
>> color:#FFFFFF;
>> font-weight:bold;
>> font-variant:small-caps;
>> text-align:center;
>> text-decoration:none;}
>> /////////////////////////////////////////////////////////////////////////////////
>>
>> I've tried using the refresh button just in case I'm seeing a cashed
>> version
>> and still not working? It picks up everything other than background-color:
>> neither will the 'nav ' links work in FF.....////
>>
>> 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
>>
>>
>>


--
Tom Miller - Web Designer & Developer
www.tgmweb.co.uk
[EMAIL REMOVED]
t: 020 719 33777
m: 07813 640042

"When weeding, the best way to make sure you are removing a weed and not a valuable plant is to pull on it. If it comes out of the ground easily, it is a valuable plant."





Messages by Day
January 31st 2007
January 30th 2007
January 29th 2007
January 28th 2007
January 27th 2007
January 26th 2007
January 25th 2007
January 24th 2007
January 23rd 2007
January 22nd 2007
January 21st 2007
January 20th 2007
January 19th 2007
January 18th 2007
January 17th 2007
January 16th 2007
January 15th 2007
January 14th 2007
January 13th 2007
January 12th 2007
January 11th 2007
January 10th 2007
January 9th 2007
January 8th 2007
January 7th 2007
January 6th 2007
January 5th 2007
January 4th 2007
January 3rd 2007
January 2nd 2007
January 1st 2007


Messages by Month
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
March 2007
January 2007


Messages by Year
2008
2007
2006
2005
2004
2003
2002
2001
2000