Take a look at the source page for this site... He is using CSS positioning,
right? Ive been out of the game for a few years, but l remember the general
concensus was that it was never a good ida to usee CSS positioning... Is th
e
browser support there to rely on this now? What else have I missed... What a
re
the professionals doing for site design these days... Thanks...
Donnie
Which site? You mean the webforum? There are lots of us who wouldn't touch
that webforum with a 10 foot pole!
> He is using CSS positioning,
> right?
Yes.
> l remember the general
> concensus was that it was never a good ida to usee CSS positioning... Is
> the
> browser support there to rely on this now?
The positioning used on the webforums is pretty simple. It is compliant
with all v5+ browsers. NN4x may not like it alot, but such is life.
> What are
> the professionals doing for site design these days
It depends on which professionals you ask. I like CSS positioning. There
are those who don't. Visit my portfolio and you will see sites that are all
ordinary HTML, all CSS-P, and in between. I use what I need to use for the
job at hand....
http://www.great-web-sights.com
--
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
==================
"Donnie_Rhodes" <webforumsuser@macromedia.com> wrote in message
news:cj9vlg$pb2$1@forums.macromedia.com...
> Take a look at the source page for this site... He is using CSS
> positioning,
> right? Ive been out of the game for a few years, but l remember the
> general
> concensus was that it was never a good ida to usee CSS positioning... Is
> the
> browser support there to rely on this now? What else have I missed... What
> are
> the professionals doing for site design these days... Thanks...
>
> Donnie
>
So I guess I would like to take a look at the style sheet for this page... C
an
I fish around with the style sheet file name and various paths to download i
t?
I guess I should look at the Web Developer tools in Firefox. There are tons
of
cool page viewing methods, theres got to be one to view the stylesheet. Just
thinking out loud. I'm starting to worry that my design style is waaaay
outdated. (Tables for all element placement, client-side image maps, CSS onl
y
for text formatting, and some table attributes, at least I am using PHP/MySQ
L
for dynamic content, so I'm not totally out-dated...)
Mr.Donnie
> So I guess I would like to take a look at the style sheet for this page...
Can
> I fish around with the style sheet file name and various paths to download
it?
> I guess I should look at the Web Developer tools in Firefox.
Absolutely. FireFox is quickly becoming a must-have tool for web developers.
With Firefox, you can visit a site, view the css along side it, and actually
edit it to see what changing different things will do the layout. VERY cool
tool.
-Darrel