Nope...removing semi-colons did not help...but thanks ;-)

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

---------------------------------------------------------
Macromedia Associate Partner
www.macromedia.com
---------------------------------------------------------
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
----- Original Message -----
From: "Christian Cantrell" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, January 09, 2003 1:21 PM
Subject: Re: OT: style sheet weirdness


> Try removing the semicolons from the last properites in each of your
> classes.  For instance:
>
> .Normal_Text_Black
> {
>      font-family: Verdana, Geneva, Arial;
>      font-size: 12px;
>      color: 000000
> }
>
> (No semicolon after "color".)
>
> Christian
>
> On Thursday, January 9, 2003, at 01:50 PM, Bryan Stevenson wrote:
>
> > Hi All,
> >
> > I've got a stylesheet with a bunch of text related elements in it. No
> > matter
> > which text element I place first in the list of elements, it will be
> > ignored.
> >
> > For example:
> >
> > <STYLE TYPE="text/css">
> >
> >     /* TEXT */
> >
> >     .Normal_Text_Black
> >     {
> >      font-family : Verdana, Geneva, Arial;
> >      font-size : 12px;
> >      color : 000000;
> >     }
> >
> >     .Bold_Normal_Text_Black
> >     {
> >      font-family : Verdana, Geneva, Arial;
> >      font-size : 12px;
> >       font-weight : bold;
> >      color : 000000;
> >     }
> >
> > </STYLE>
> >
> > The Normal_Text_Black element will display as normal 12 point Times New
> > Roman text.  If I move it down and replace it with the
> > Bold_Normal_Text_Black element, then all text using that element will
> > display as normal 12 point Times New Roman text!!  This happens for ANY
> > elemnt I place at the top of the stylesheet.
> >
> > Does anybody know what might be going on here?
> >
> > Thanks
> >
> >
> > Bryan Stevenson B.Comm.
> > VP & Director of E-Commerce Development
> > Electric Edge Systems Group Inc.
> > t. 250.920.8830
> > e. [EMAIL PROTECTED]
> >
> > ---------------------------------------------------------
> > Macromedia Associate Partner
> > www.macromedia.com
> > ---------------------------------------------------------
> > Vancouver Island ColdFusion Users Group
> > Founder & Director
> > www.cfug-vancouverisland.com
> >
> >
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to