![]() | |
![]() |
| | Thread Tools | Display Modes |
#21
| |||
| |||
|
|
On Thu, 03 Nov 2005 16:38:41 -0800, Donna Casey infoREMOVETHIS (AT) n2dreamweaver (DOT) com> wrote: There's a difference between using CSS for positioning and layout and "using layers," particularly if you mean building those "layers" with the draw layer tool in Dreamweaver. HUGE difference. Yes I'm learning that now - thanks. CSS layout is becoming the norm, imo. But I NEVER use the draw layer tool. I try my best to semantically correct markup (html or xhtml), the proper doctype, and reasonably uncomplicated css. go for it! you'll never get comfortable with it if you don't try. Donna Yes - thanks - I'll do that - but my existing site is 200 pages with templates and tables - so that will take some time to convert. I'm thinking of going on a DW course to learn more advanced things - and this is an area I want to master. -- ~Malcolm N.... ~ webmaster http://www.nb-president.org.uk/ Steam narrow boat President Using DW 8 |
#22
| |||
| |||
|
|
Just another question, based on what Osgood says about the two columns. Doesn't it takes more amount of code to use CSS than tables, doesn't it makes it slower? Am I missing the point? |
#23
| |||
| |||
|
|
be used in this fashion anyway, |
#24
| |||
| |||
|
|
For me it comes down to a matter of choice. I now, after many months experimenting, do not think one method is better than another. I look at the situtaion and make my decision based on what needs to be done. |
#25
| |||
| |||
|
|
Well, after reading through the entire thread. I am starting to see a bit of ignorance in my previous statement yesterday. I guess I was just looking at tables as a stricly a layout tool. It seems they do have their place. Orignally, the whole reason I got dreamweaver was for it's CSS ability and really focused on that. This is why I love this forum. Even just reading through threads you can pick up a hell of a lot of information. So to all you expirienced developers, thanks for enlightening a novice... |


#26
| |||
| |||
|
|
they'll certainly won't look at the code. I was wondering if there was any tangible advantage, but for what's been written on the thread it's not too black and white. Guess I'll read a few more tutorials, about it. Just another question, based on what Osgood says about the two columns. Doesn't it takes more amount of code to use CSS than tables, doesn't it makes it slower? Am I missing the point? |

#27
| |||
| |||
|
|
Osgood wrote: For me it comes down to a matter of choice. I now, after many months experimenting, do not think one method is better than another. I look at the situtaion and make my decision based on what needs to be done. "do not think one method is better than another". I believe out of 2 methods there is always one better than the other. And it would be interesting to list the parameters that would be used to judge both techniques. Also one could say it's "separation of structure and presentation", the other could say it can "create columns of equal height". One could say it "saves bandwidth", the other could say it lets you "vertical-align stuff". Etc. If columns of equal-height (without using faux-columns technique or "one-true-layout" method [1]) is a must for you then go with tables. IMO, the real issue is not about the tool itself, but more about what you consider important. |
#28
| |||
| |||
|
|
Float was never meant to be used in this fashion anyway, Huh? Where was that written? (other than by Al, which would have weight with me, but I'm looking for where the "spec" says what float was "meant" for) Donna |
#29
| |||
| |||
|
|
I seem to remember Al saying that 'float' was never meant to be used to place two <divs> side-by-side. However I have no idea what its original intended purpose was. |
|
Donna Casey wrote: Float was never meant to be used in this fashion anyway, Huh? Where was that written? (other than by Al, which would have weight with me, but I'm looking for where the "spec" says what float was "meant" for) Donna Donna, I believe I was over at the PVII forum and this 'css v tables' debate as you know just keeps going around in circles. I seem to remember Al saying that 'float' was never meant to be used to place two <divs> side-by-side. However I have no idea what its original intended purpose was. I guess to clarify this I'd like to hear it 'straight from the horses mouth' again. I may have just dreamt this. So if Al is around then come join the party. |
#30
| |||
| |||
|
|
I seem to remember Al saying that 'float' was never meant to be used to place two <divs> side-by-side. However I have no idea what its original intended purpose was. I definitely don't remember him saying this. One could also say that float was not intended to make list items line up horizontally, but he does that. I don't think one can *know* what float was intended to do, other than to allow adjacent content to flow around the element as an island in a river. |

![]() |
| Thread Tools | |
| Display Modes | |
| |