HighDots Forums  

CSS??!

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss CSS??! in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
tark nasr
 
Posts: n/a

Default CSS??! - 08-02-2004 , 12:02 PM






Could someone please explain to me roughly what the point of CSS is because i
have heard bits and pieces from different people and i think it could be useful
as i have encountered some problems while building my site so i started
writting the CSS page but i dont fully grasp the idea of it


Reply With Quote
  #2  
Old   
christoff915
 
Posts: n/a

Default Re: CSS??! - 08-02-2004 , 12:16 PM






start here

http://www.w3schools.com/css/css_intro.asp



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

Default Re: CSS??! - 08-02-2004 , 12:39 PM



CSS is a method for specifying the styles and positions of elements on your
HTML page. Using CSS for this allows you to remove all style and position
code from the HTML, and leaves you with a page that has only CONTENT (and
tiny bits of HTML code for identifying the content).

The benefit of this is enormous. Your pages become very slim compared to a
page built only with tables and font tags. In addition, if you have elected
to externalize your CSS, the file will be downloaded and then cached. This
means that all of the 'presentational' information will not have to be
downloaded with each individual page.

Note that I have said that CSS can be used for both presentation and style.
The style part is relatively easier to grasp than the presentational part.
Most people begin learning to use CSS at the style side of things and
gradually segue into the presentational part (if at all).

Note also that I have not recommended using CSS instead of tables.

The trick is - learn how to use it all. Use what works best.

Now you can go to the W3C site....

--
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
==================

"tark nasr" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Could someone please explain to me roughly what the point of CSS is
because i
have heard bits and pieces from different people and i think it could be
useful
as i have encountered some problems while building my site so i started
writting the CSS page but i dont fully grasp the idea of it




Reply With Quote
  #4  
Old   
darrel
 
Posts: n/a

Default Re: CSS??! - 08-02-2004 , 12:41 PM



Quote:
Note that I have said that CSS can be used for both presentation and
style.

Style is part of presentation. CSS is for presentation.

I think you meant style vs. positioning?

-Darrel




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

Default Re: CSS??! - 08-02-2004 , 12:44 PM



No, not really. Style is a subset of presentation in my description.
Presentation would also include positioning. But these are mostly my words
to describe things....

--
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
==================

"darrel" <notreal (AT) hotmail (DOT) com> wrote

Quote:
Note that I have said that CSS can be used for both presentation and
style.

Style is part of presentation. CSS is for presentation.

I think you meant style vs. positioning?

-Darrel





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.