|
| |
|
|
Tailslide
Posts: 6036 Joined: 5/10/2005 From: Out here on the raggedy edge Status: online
|
FrontPage and CSS - 1/31/2006 8:05:18
Hi I'm wondering if there's anyone out there who can give a bit more of an explanation of how FP deals with CSS for me. Do people have to pick CSS layout over Table-based layout or are they not given the option? Does FP tend to rely on relative positioning or absolute as I've seen a lot of absolutely positioned sites (bad idea) - how would someone pick relative over absolute? Why the hell is FP calling divs layers? I know DW does but I don't get that either. Layers is an old Netscape term which is defunct now. Why can't it call 'em divs?
_____________________________
"My strategy is so simple an idiot could have devised it" Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project
|
|
|
|
Tailslide
Posts: 6036 Joined: 5/10/2005 From: Out here on the raggedy edge Status: online
|
RE: FrontPage and CSS - 1/31/2006 9:31:10
Much as I'd love to spend the time actually learn how to use FrontPage... ok actually I was just looking for the person who I can point at and say "She Knows!!" Actually this page is quite interesting: Arrrgh - frames! can't post the useful bit! It was the "Tips from microsoftfrontpage.com" page.
_____________________________
"My strategy is so simple an idiot could have devised it" Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project
|
|
|
|
Tailslide
Posts: 6036 Joined: 5/10/2005 From: Out here on the raggedy edge Status: online
|
RE: FrontPage and CSS - 1/31/2006 11:52:58
quote:
The truth can be painful sometimes, can't it?:) I've tempered my opinions while here quite a lot regarding FP and other more expensive WYSIWYG editors - but I don't think my feelings on the matter will suprise many people. Dump the WYSIWYGs, get a book, open Notepad and learn it properly! Re: Layers - It gets confusing because the term Layer is used by different people to mean different things. Layers were originally a Netscape thing (transparent sections which could overlap each other and contain different items) but the <layer> tag was never recognised by IE so it sank silently away. DW took up the term to mean something similar to but an alternative to divs but again it was <div> that was the actual recognised markup - now it seems to have become interchangeable with <div> if not actually in the markup, then in description of markup. The subject is complex enough without different terms for the same thing flying around. Also there seems to be an implication regarding "depth" with layers which could be confusing as you can position ANYTHING above or below something else no matter if they're a <div> or a <p> or an <img>. It's just another potentially confusing and unecessary term in my mind.
_____________________________
"My strategy is so simple an idiot could have devised it" Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project
|
|
|
|
Tailslide
Posts: 6036 Joined: 5/10/2005 From: Out here on the raggedy edge Status: online
|
RE: FrontPage and CSS - 1/31/2006 13:11:44
I think I worded it badly - I was trying to say that you can now position any element in the z-axis whether they're divs or not. The word layer sort of implies that you have to use a layer/div to do that successfully - but you don't. You're right - usually the boxes sit next to each other or beneath each other or slide around each other depending on whether they're floated or just in the normal flow, but you can bring them up out of the normal flow using absolute positioning and z-index (although technically you can assign a z-index to any positioned item, relative or absolute - trying to think of a time when I've changed the z-index of a relatively positioned element but can't off the top of my head)
_____________________________
"My strategy is so simple an idiot could have devised it" Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project
|
|
|
|
c1sissy
Posts: 5084 Joined: 7/20/2002 From: NJ Status: offline
|
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 !
_____________________________
Deb-aka-c4Ksissy high panjandurum and alpha female of the silverback tribe As decreed by Jesper 5-24-2003. The only stupid question is... the one that is never asked!! http://directory.css-styling.com http://fmsforum.com http://positioniseverything.net/ http://www.tanfa.co.uk/
|
|
|
|
d a v e
Posts: 4086 Joined: 7/24/2002 From: England (but live in Finland now) Status: offline
|
RE: FrontPage and CSS - 1/31/2006 14:12:04
what is it with notepad?? i agree go and learn the code but why make it hard(er) for yourself? use at least a text editor with syntax highlighting and if you already have a wysiwyg package then use the code editor in there (using the split view in DW/fp is a good way to learn about the code. hard core coders always go on about notepad but i don't think you necessarily have to be that monastic. ;)
_____________________________
David Prescott Gekko web design
|
|
|
|
c1sissy
Posts: 5084 Joined: 7/20/2002 From: NJ Status: offline
|
RE: FrontPage and CSS - 1/31/2006 15:09:13
Dave, I like html lite and html kit. Nice program, great for hand coding, gives you preview, and split preview etc.. Love this program. works great.
_____________________________
Deb-aka-c4Ksissy high panjandurum and alpha female of the silverback tribe As decreed by Jesper 5-24-2003. The only stupid question is... the one that is never asked!! http://directory.css-styling.com http://fmsforum.com http://positioniseverything.net/ http://www.tanfa.co.uk/
|
|
|
|
Tailslide
Posts: 6036 Joined: 5/10/2005 From: Out here on the raggedy edge Status: online
|
RE: FrontPage and CSS - 1/31/2006 15:15:34
I now use HTML-kit too but I barely use any of the "stuff" on there - I like the syntax highlighting and I use the spell checker but that's about it. The point with pushing Notepad is that you don't need anything more (yes a tiny bit more can make life easier) but there does seem to be a belief that unless you've forked out for Dreamweaver you're not doing it properly!
_____________________________
"My strategy is so simple an idiot could have devised it" Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|