|
c1sissy -> RE: FrontPage and CSS (1/31/2006 13:36:43)
|
quote:
Dump the WYSIWYGs, get a book, open Notepad and learn it properly Agree, and then if you wish to use the editor, then you can and you will know what is going on behind the scenes. Also, divs are just that, divs, not layers. Z-index allows you to position things on top of each other, and some how it is useful with detailed drop down navigations as well. As far as positioning I have found that a mix of fluid and fixed works great. Best way I have found of minimal hacks involved. Also, if you code correclty and are concerned about any of the older browsers, your xhtml pages are served up correctly. Just remember the css separeates out the presentation and the content. So if your content, meaning your html/xhtml is done correctly people will still be able to navigate and go through your pages, just not with STYLE ! [;)]
|
|
|
|