|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
# is used as an ID selector
Code:
<div id="container">My Container Content</div> Code:
#container {
blah
blah
blah
}
On the other hand . is the class selectot Code:
.container1 {
blah
}
Code:
<div class="container1">This is Container 1 or many?</div> <div class="container1">This has the same style as container 1 and this is allowed</div>
__________________
ranjan | Macromedia Certified Dreamweaver MX Developer http://www.dreamlettes.net - a dreamweaver resource http://www.ranjan.ws - got blog? http://www.total-impact.com - a web design community |
|
||||
|
I'll get this sooner or later...
This is just requiring an adjustment in my thinking process for how I approach the logistics of site layout now.
__________________
...for all have sinned and fall short of the glory of God... -- Romans 3:23 doug sanchez, creative director/lead designer |
|
|||
|
There is some adjustment to be made going from tables & HTML formatting for site layout to using CSS divs/layers and formatting, but hey, it gives you so much freedom with layout, simpler code and a faster-loading page. Stick with it!
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |