HighDots Forums  

Newbee Q: What does it mean if an applied rule is crossed out inRelevant CSS panel?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Newbee Q: What does it mean if an applied rule is crossed out inRelevant CSS panel? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Howard Besserman
 
Posts: n/a

Default Newbee Q: What does it mean if an applied rule is crossed out inRelevant CSS panel? - 11-09-2004 , 04:30 AM






Trying to understand styles and don't quite understand this yet.

Thanks.


Reply With Quote
  #2  
Old   
Alexandro Colorado
 
Posts: n/a

Default Re: Newbee Q: What does it mean if an applied rule is crossed out in Relevant CSS panel? - 11-09-2004 , 04:46 AM






On Tue, 09 Nov 2004 01:30:15 -0800, Howard Besserman <howard (AT) howhuman (DOT) com>
wrote:

Quote:
Trying to understand styles and don't quite understand this yet.

Thanks.

You mean stylesheets? Stylesheets are basically a language called CSS
(Cascade Style Sheet) they are a standard in the web to separate your
styles from your content.

So before it was used to be inline styling like this:

<p><font-color="#FFFFFF">blah blah</font></p>

The problem with this is that imagine you have 40 pages with this and all
of a sudden you decided to change the color for all the page. In
dreamweaver it might be easier but would still be a hard job.

With CSS things become more simple as the coding style is 'referenced'
meaning that you assign certain styles to your tag. So now it would be
like this:

<p>blah blah blah</p>

and on the CSS
p { font-color="#FFFFFF" }

You can have your css either on each page or on an independent file and
just link to it. So those 50 pages realy on just 1 css file. When you
modified that CSS, then all the <p> on the 50 pages are modified.

--
Alexandro Colorado
------------------------------
Support Engineer
InterAKT Online
http://www.interaktonline.com
Tel: 40(21) 312.5312


Reply With Quote
  #3  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Newbee Q: What does it mean if an applied rule is crossed out inRelevant CSS panel? - 11-09-2004 , 07:06 AM



If the rule is crossed out it means that it *WOULD* have applied, but has
been overruled by some other style.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"Howard Besserman" <howard (AT) howhuman (DOT) com> wrote

Quote:
Trying to understand styles and don't quite understand this yet.

Thanks.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.